Home
last modified time | relevance | path

Searched refs:kSingleProcess (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium_org/chrome/browser/
Dunload_browsertest.cc199 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/
Dsynchronous_compositor_factory.cc23 CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)); in SetInstance()
/external/chromium_org/content/public/common/
Durl_utils.cc44 CHECK(cmd->HasSwitch(switches::kSingleProcess)); in SetMaxURLChars()
Dcontent_switches.cc747 const char kSingleProcess[] = "single-process"; variable
Dcontent_switches.h214 CONTENT_EXPORT extern const char kSingleProcess[];
/external/chromium_org/content/test/
Dcontent_browser_test_test.cc28 command_line->AppendSwitch(switches::kSingleProcess); in SetUpCommandLine()
/external/chromium_org/chrome/browser/ui/startup/
Dbad_flags_prompt.cc48 switches::kSingleProcess, in ShowBadFlagsPrompt()
/external/chromium_org/content/browser/android/
Dcontent_startup_flags.cc51 parsed_command_line->AppendSwitch(switches::kSingleProcess); in SetContentCommandLineFlags()
Dchild_process_launcher_android.cc214 return CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess); in IsSingleProcess()
/external/chromium_org/chrome/browser/task_manager/
Dbrowser_process_resource_provider.cc110 if (using_v8 && command_line->HasSwitch(switches::kSingleProcess)) { in ReportsV8MemoryStats()
/external/chromium_org/chrome/renderer/
Dbenchmarking_extension.cc117 CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)); in IsSingleProcess()
Dchrome_render_process_observer.cc291 if (!command_line.HasSwitch(switches::kSingleProcess)) in ChromeRenderProcessObserver()
/external/chromium_org/chrome/browser/net/
Dproxy_service_factory.cc102 if (use_v8 && command_line.HasSwitch(switches::kSingleProcess)) { in CreateProxyService()
/external/chromium_org/content/app/
Dcontent_main_runner.cc263 switches::kSingleProcess)) { in Set()
272 switches::kSingleProcess)) { in Set()
361 if (command_line.HasSwitch(switches::kSingleProcess)) { in RegisterMainThreadFactories()
/external/chromium_org/content/renderer/
Dsavable_resources_browsertest.cc22 command_line->AppendSwitch(switches::kSingleProcess); in SetUpCommandLine()
Dbrowser_render_view_browsertest.cc145 command_line->AppendSwitch(switches::kSingleProcess); in SetUpCommandLine()
Dresource_fetcher_browsertest.cc135 command_line->AppendSwitch(switches::kSingleProcess); in SetUpCommandLine()
/external/chromium_org/content/public/test/
Dcontent_browser_test.cc72 if (command_line->HasSwitch(switches::kSingleProcess)) { in SetUp()
Dbrowser_test_base.cc281 CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)); in PostTaskToInProcessRendererAndWait()
/external/chromium_org/content/browser/
Dbrowser_main_loop.cc344 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()
Dtheme_helper_mac.mm56 !CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) {
/external/chromium_org/content/gpu/
Dgpu_child_thread.cc71 CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess) || in GpuChildThread()
/external/chromium_org/chrome/renderer/extensions/
Dchrome_extensions_dispatcher_delegate.cc301 if (CommandLine::ForCurrentProcess()->HasSwitch(::switches::kSingleProcess)) in OnActiveExtensionsUpdated()
/external/chromium_org/chrome/renderer/safe_browsing/
Dphishing_classifier_browsertest.cc55 command_line->AppendSwitch(switches::kSingleProcess); in SetUpCommandLine()
/external/chromium_org/chrome/test/base/
Din_process_browser_test.cc360 switches.erase(switches::kSingleProcess); in GetCommandLineForRelaunch()

12