Searched refs:single_process (Results 1 – 9 of 9) sorted by relevance
31 jboolean single_process, in SetCommandLineFlags() argument37 SetContentCommandLineFlags(static_cast<bool>(single_process), plugin_str); in SetCommandLineFlags()
21 void SetContentCommandLineFlags(bool single_process, in SetContentCommandLineFlags() argument48 if (single_process || command_line_renderer_limit == 0) { in SetContentCommandLineFlags()
15 void SetContentCommandLineFlags(bool single_process,
97 for single_process in self._process_profilers:98 output_files.append(single_process.CollectProfile())
88 for single_process in self._process_profilers:89 output_paths.append(single_process.CollectProfile())
150 for single_process in self._process_profilers:151 output_files.append(single_process.CollectProfile())
241 for single_process in self._process_profilers:242 out_json.extend(single_process.CollectProfile())
217 for single_process in self._process_profilers:218 output_files.append(single_process.CollectProfile())
1693 for single_process in lsof_results:1694 process_results = single_process.split()