Home
last modified time | relevance | path

Searched refs:single_process (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/content/browser/android/
Dbrowser_startup_controller.cc31 jboolean single_process, in SetCommandLineFlags() argument
37 SetContentCommandLineFlags(static_cast<bool>(single_process), plugin_str); in SetCommandLineFlags()
Dcontent_startup_flags.cc21 void SetContentCommandLineFlags(bool single_process, in SetContentCommandLineFlags() argument
48 if (single_process || command_line_renderer_limit == 0) { in SetContentCommandLineFlags()
Dcontent_startup_flags.h15 void SetContentCommandLineFlags(bool single_process,
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
Diprofiler_profiler.py97 for single_process in self._process_profilers:
98 output_files.append(single_process.CollectProfile())
Dsample_profiler.py88 for single_process in self._process_profilers:
89 output_paths.append(single_process.CollectProfile())
Dvtune_profiler.py150 for single_process in self._process_profilers:
151 output_files.append(single_process.CollectProfile())
Dstrace_profiler.py241 for single_process in self._process_profilers:
242 out_json.extend(single_process.CollectProfile())
Dperf_profiler.py217 for single_process in self._process_profilers:
218 output_files.append(single_process.CollectProfile())
/external/chromium_org/build/android/pylib/
Dandroid_commands.py1693 for single_process in lsof_results:
1694 process_results = single_process.split()