/external/chromium_org/chrome/browser/ |
D | unload_browsertest.cc | 199 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) in IN_PROC_BROWSER_TEST_F() 212 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) in IN_PROC_BROWSER_TEST_F() 227 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) in IN_PROC_BROWSER_TEST_F() 241 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) in IN_PROC_BROWSER_TEST_F() 332 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) in IN_PROC_BROWSER_TEST_F() 342 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) in IN_PROC_BROWSER_TEST_F() 353 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) in IN_PROC_BROWSER_TEST_F() 365 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) in IN_PROC_BROWSER_TEST_F() 626 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/content/renderer/android/ |
D | synchronous_compositor_factory.cc | 23 CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)); in SetInstance()
|
/external/chromium_org/content/public/common/ |
D | url_utils.cc | 44 CHECK(cmd->HasSwitch(switches::kSingleProcess)); in SetMaxURLChars()
|
D | content_switches.cc | 747 const char kSingleProcess[] = "single-process"; variable
|
D | content_switches.h | 214 CONTENT_EXPORT extern const char kSingleProcess[];
|
/external/chromium_org/content/test/ |
D | content_browser_test_test.cc | 28 command_line->AppendSwitch(switches::kSingleProcess); in SetUpCommandLine()
|
/external/chromium_org/chrome/browser/ui/startup/ |
D | bad_flags_prompt.cc | 48 switches::kSingleProcess, in ShowBadFlagsPrompt()
|
/external/chromium_org/content/browser/android/ |
D | content_startup_flags.cc | 51 parsed_command_line->AppendSwitch(switches::kSingleProcess); in SetContentCommandLineFlags()
|
D | child_process_launcher_android.cc | 214 return CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess); in IsSingleProcess()
|
/external/chromium_org/chrome/browser/task_manager/ |
D | browser_process_resource_provider.cc | 110 if (using_v8 && command_line->HasSwitch(switches::kSingleProcess)) { in ReportsV8MemoryStats()
|
/external/chromium_org/chrome/renderer/ |
D | benchmarking_extension.cc | 117 CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)); in IsSingleProcess()
|
D | chrome_render_process_observer.cc | 291 if (!command_line.HasSwitch(switches::kSingleProcess)) in ChromeRenderProcessObserver()
|
/external/chromium_org/chrome/browser/net/ |
D | proxy_service_factory.cc | 102 if (use_v8 && command_line.HasSwitch(switches::kSingleProcess)) { in CreateProxyService()
|
/external/chromium_org/content/app/ |
D | content_main_runner.cc | 263 switches::kSingleProcess)) { in Set() 272 switches::kSingleProcess)) { in Set() 361 if (command_line.HasSwitch(switches::kSingleProcess)) { in RegisterMainThreadFactories()
|
/external/chromium_org/content/renderer/ |
D | savable_resources_browsertest.cc | 22 command_line->AppendSwitch(switches::kSingleProcess); in SetUpCommandLine()
|
D | browser_render_view_browsertest.cc | 145 command_line->AppendSwitch(switches::kSingleProcess); in SetUpCommandLine()
|
D | resource_fetcher_browsertest.cc | 135 command_line->AppendSwitch(switches::kSingleProcess); in SetUpCommandLine()
|
/external/chromium_org/content/public/test/ |
D | content_browser_test.cc | 72 if (command_line->HasSwitch(switches::kSingleProcess)) { in SetUp()
|
D | browser_test_base.cc | 281 CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)); in PostTaskToInProcessRendererAndWait()
|
/external/chromium_org/content/browser/ |
D | browser_main_loop.cc | 344 if (parsed_command_line_.HasSwitch(switches::kSingleProcess) || in EarlyInitialization() 542 if (parsed_command_line_.HasSwitch(switches::kSingleProcess)) in PreCreateThreads() 1031 !parsed_command_line_.HasSwitch(switches::kSingleProcess) && in BrowserThreadsStarted()
|
D | theme_helper_mac.mm | 56 !CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) {
|
/external/chromium_org/content/gpu/ |
D | gpu_child_thread.cc | 71 CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess) || in GpuChildThread()
|
/external/chromium_org/chrome/renderer/extensions/ |
D | chrome_extensions_dispatcher_delegate.cc | 301 if (CommandLine::ForCurrentProcess()->HasSwitch(::switches::kSingleProcess)) in OnActiveExtensionsUpdated()
|
/external/chromium_org/chrome/renderer/safe_browsing/ |
D | phishing_classifier_browsertest.cc | 55 command_line->AppendSwitch(switches::kSingleProcess); in SetUpCommandLine()
|
/external/chromium_org/chrome/test/base/ |
D | in_process_browser_test.cc | 360 switches.erase(switches::kSingleProcess); in GetCommandLineForRelaunch()
|