HomeSort by relevance Sort by last modified time
    Searched refs:kSingleProcess (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/content/renderer/android/
synchronous_compositor_factory.cc 23 CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess));
  /external/chromium_org/chromecast/shell/renderer/
cast_content_renderer_client.cc 36 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
  /external/chromium_org/content/public/common/
url_utils.cc 44 CHECK(cmd->HasSwitch(switches::kSingleProcess));
content_switches.cc 718 const char kSingleProcess[] = "single-process";
    [all...]
content_switches.h 205 CONTENT_EXPORT extern const char kSingleProcess[];
  /external/chromium_org/content/test/
content_browser_test_test.cc 28 command_line->AppendSwitch(switches::kSingleProcess);
  /external/chromium_org/chrome/browser/
unload_browsertest.cc 199 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
212 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
227 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
241 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
332 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
342 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
353 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
365 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
626 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
  /external/chromium_org/content/browser/android/
content_startup_flags.cc 52 parsed_command_line->AppendSwitch(switches::kSingleProcess);
child_process_launcher_android.cc 215 switches::kSingleProcess);
  /external/chromium_org/chrome/browser/task_manager/
browser_process_resource_provider.cc 110 if (using_v8 && command_line->HasSwitch(switches::kSingleProcess)) {
  /external/chromium_org/chrome/browser/ui/startup/
bad_flags_prompt.cc 50 switches::kSingleProcess,
  /external/chromium_org/chrome/browser/net/
proxy_service_factory.cc 102 if (use_v8 && command_line.HasSwitch(switches::kSingleProcess)) {
  /external/chromium_org/chrome/renderer/
benchmarking_extension.cc 117 CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess));
chrome_render_process_observer.cc 295 if (!command_line.HasSwitch(switches::kSingleProcess))
  /external/chromium_org/content/public/test/
content_browser_test.cc 72 if (command_line->HasSwitch(switches::kSingleProcess)) {
browser_test_base.cc 323 CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess));
  /external/chromium_org/content/renderer/
savable_resources_browsertest.cc 22 command_line->AppendSwitch(switches::kSingleProcess);
browser_render_view_browsertest.cc 145 command_line->AppendSwitch(switches::kSingleProcess);
resource_fetcher_browsertest.cc 135 command_line->AppendSwitch(switches::kSingleProcess);
  /external/chromium_org/content/gpu/
gpu_child_thread.cc 71 CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess) ||
  /external/chromium_org/content/app/
content_main_runner.cc 267 switches::kSingleProcess)) {
276 switches::kSingleProcess)) {
366 if (command_line.HasSwitch(switches::kSingleProcess)) {
  /external/chromium_org/content/browser/
browser_main_loop.cc 387 if (parsed_command_line_.HasSwitch(switches::kSingleProcess) ||
581 if (parsed_command_line_.HasSwitch(switches::kSingleProcess))
    [all...]
  /external/chromium_org/chrome/renderer/extensions/
chrome_extensions_dispatcher_delegate.cc 291 if (CommandLine::ForCurrentProcess()->HasSwitch(::switches::kSingleProcess))
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier_browsertest.cc 55 command_line->AppendSwitch(switches::kSingleProcess);
  /external/chromium_org/chrome/test/base/
in_process_browser_test.cc 367 switches.erase(switches::kSingleProcess);

Completed in 277 milliseconds

1 2