Searched refs:switches (Results 151 - 175 of 1342) sorted by relevance

1234567891011>>

/external/chromium_org/content/renderer/
H A Drenderer_main_platform_delegate_android.cc33 if (command_line.HasSwitch(switches::kEnableVtune))
44 switches::kEnableSeccompFilterSandbox)) {
/external/chromium_org/mojo/shell/
H A Dchild_process.cc12 #include "mojo/shell/switches.h"
24 if (!command_line.HasSwitch(switches::kChildProcessType))
29 switches::kChildProcessType), &type_as_int));
/external/chromium_org/chrome/test/chromedriver/
H A Dcapabilities_unittest.cc14 Switches switches; local
16 switches.AppendToCommandLine(&cmd);
18 ASSERT_EQ("", switches.ToString());
22 Switches switches; local
23 switches.SetSwitch("hello");
25 ASSERT_TRUE(switches.HasSwitch("hello"));
26 ASSERT_EQ("", switches.GetSwitchValue("hello"));
29 switches.AppendToCommandLine(&cmd);
32 ASSERT_EQ("--hello", switches.ToString());
36 Switches switches; local
50 Switches switches; local
63 Switches switches; local
70 Switches switches; local
78 Switches switches; local
91 Switches switches; local
455 const std::set<std::string>& switches = capabilities.exclude_switches; local
[all...]
H A Dchrome_launcher_unittest.cc22 Switches switches; local
27 false, &switches, &bg_pages);
29 ASSERT_FALSE(switches.HasSwitch("load-extension"));
52 Switches switches; local
62 false, &switches, &bg_pages);
81 Switches switches; local
84 false, &switches, &bg_pages);
86 ASSERT_TRUE(switches.HasSwitch("load-extension"));
87 base::FilePath temp_ext_path(switches.GetSwitchValueNative("load-extension"));
119 Switches switches; local
141 Switches switches; local
[all...]
/external/chromium_org/content/public/test/
H A Dbrowser_test_base.cc176 switches::kIPCConnectionTimeout,
180 command_line->AppendSwitch(switches::kAllowFileAccessFromFiles);
182 command_line->AppendSwitch(switches::kDomAutomationController);
186 command_line->AppendSwitch(switches::kLogGpuControlListDecisions);
189 command_line->AppendSwitch(switches::kDisableGpu);
191 command_line->AppendSwitch(switches::kUIDisableThreadedCompositing);
198 if (command_line->HasSwitch(switches::kEnablePixelOutputInTests))
201 if (command_line->HasSwitch(switches::kDisableGLDrawingForTests)) {
210 command_line->AppendSwitch(switches::kDisableGLDrawingForTests);
217 if (command_line->HasSwitch(switches
[all...]
/external/chromium_org/ash/
H A Dash_switches.cc10 namespace switches { namespace in namespace:ash
127 } // namespace switches
/external/chromium_org/base/test/
H A Dtest_timeouts.cc96 InitializeTimeout(switches::kTestTinyTimeout, &tiny_timeout_ms_);
97 InitializeTimeout(switches::kUiTestActionTimeout,
101 InitializeTimeout(switches::kUiTestActionMaxTimeout, action_timeout_ms_,
105 InitializeTimeout(switches::kTestLauncherTimeout, action_timeout_ms_,
/external/chromium_org/chrome/browser/extensions/api/principals_private/
H A Dprincipals_private_api.cc18 if (!switches::IsEnableAccountConsistency()) {
/external/chromium_org/chrome/browser/extensions/
H A Dwindow_open_interactive_apitest.cc12 command_line->AppendSwitch(switches::kEnablePanels);
/external/chromium_org/chrome/browser/lifetime/
H A Dapplication_lifetime_aura.cc36 switches::kDisableZeroBrowsersOpenForTests)) {
/external/chromium_org/chrome/browser/net/
H A Dchrome_net_log.cc27 if (command_line->HasSwitch(switches::kNetLogLevel)) {
29 command_line->GetSwitchValueASCII(switches::kNetLogLevel);
38 if (command_line->HasSwitch(switches::kLogNetLog)) {
40 command_line->GetSwitchValuePath(switches::kLogNetLog);
/external/chromium_org/chrome/browser/prefs/
H A Dcommand_line_pref_store_unittest.cc68 cl.AppendSwitchASCII(switches::kLang, "hi-MOM");
81 cl.AppendSwitch(switches::kNoProxyServer);
100 // Tests a complex command line with multiple known and unknown switches.
104 cl.AppendSwitchASCII(switches::kProxyServer, "proxy");
105 cl.AppendSwitchASCII(switches::kProxyBypassList, "list");
134 // No switches.
140 cl.AppendSwitch(switches::kNoProxyServer);
146 cl.AppendSwitch(switches::kProxyAutoDetect);
151 // All proxy switches except no-proxy.
153 cl2.AppendSwitch(switches
[all...]
/external/chromium_org/chrome/browser/printing/cloud_print/test/
H A Dcloud_print_policy_browsertest.cc35 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
69 new_command_line.AppendSwitch(switches::kCheckCloudPrintConnectorPolicy);
75 switches::kSpeculativeResourcePrefetching,
76 switches::kSpeculativeResourcePrefetchingDisabled);
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_ui_browsertest.cc28 command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dhelp_overlay_handler.cc28 if (::switches::AboutInSettingsEnabled())
/external/chromium_org/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_experimental_unittest.cc11 #include "extensions/common/switches.h"
22 extensions::switches::kEnableExperimentalExtensionApis);
H A Dextension_manifests_isolatedapp_unittest.cc11 #include "extensions/common/switches.h"
27 extensions::switches::kEnableExperimentalExtensionApis);
/external/chromium_org/chrome/common/
H A Dservice_process_util.cc163 command_line->AppendSwitchASCII(switches::kProcessType,
164 switches::kServiceProcess);
166 switches::kCloudPrintSetupProxy,
167 switches::kCloudPrintURL,
168 switches::kCloudPrintXmppEndpoint,
170 switches::kEnableCloudPrintXps,
172 switches::kEnableLogging,
173 switches::kIgnoreUrlFetcherCertRequests,
174 switches::kLang,
175 switches
[all...]
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dgcp20_switches.h8 namespace switches { namespace
29 } // namespace switches
/external/chromium_org/components/autofill/core/common/
H A Dpassword_autofill_util.cc36 switches::kDisableIgnoreAutocompleteOff);
/external/chromium_org/components/nacl/loader/
H A Dnacl_helper_win_64.cc54 command_line.GetSwitchValueASCII(switches::kProcessType);
62 if (command_line.HasSwitch(switches::kEnableLogging))
73 if (process_type == switches::kNaClLoaderProcess)
76 if (process_type == switches::kNaClBrokerProcess)
/external/chromium_org/components/signin/core/common/
H A Dprofile_management_switches.h16 namespace switches { namespace
51 } // namespace switches
/external/chromium_org/content/renderer/android/
H A Dsynchronous_compositor_factory.cc23 CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess));
/external/chromium_org/content/shell/browser/
H A Dshell_resource_dispatcher_host_delegate.cc22 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
/external/chromium_org/extensions/common/
H A Dswitches.cc5 #include "extensions/common/switches.h"
9 namespace switches { namespace in namespace:extensions
98 } // namespace switches

Completed in 669 milliseconds

1234567891011>>