HomeSort by relevance Sort by last modified time
    Searched refs:switches (Results 151 - 175 of 1357) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_win.cc 43 switches::kProfileDirectory,
45 switches::kAppId,
  /external/chromium_org/content/common/
sandbox_init_win.cc 28 if (!command_line.HasSwitch(switches::kNoSandbox)) {
38 if (command_line.HasSwitch(switches::kNoSandbox))
  /external/chromium_org/content/renderer/
renderer_main_platform_delegate_android.cc 33 if (command_line.HasSwitch(switches::kEnableVtune))
44 switches::kEnableSeccompFilterSandbox)) {
  /external/chromium_org/mojo/shell/
child_process.cc 12 #include "mojo/shell/switches.h"
24 if (!command_line.HasSwitch(switches::kChildProcessType))
29 switches::kChildProcessType), &type_as_int));
  /external/chromium_org/chrome/test/chromedriver/
capabilities_unittest.cc 13 TEST(Switches, Empty) {
14 Switches switches; local
16 switches.AppendToCommandLine(&cmd);
18 ASSERT_EQ("", switches.ToString());
21 TEST(Switches, NoValue) {
22 Switches switches; local
23 switches.SetSwitch("hello");
25 ASSERT_TRUE(switches.HasSwitch("hello"))
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...]
chrome_launcher_unittest.cc 22 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)
119 Switches switches; local
141 Switches switches; local
    [all...]
  /external/chromium_org/content/public/test/
browser_test_base.cc 176 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::kUseGpuInTests)
    [all...]
  /external/chromium_org/ash/
ash_switches.cc 10 namespace switches { namespace in namespace:ash
127 } // namespace switches
  /external/chromium_org/base/test/
test_timeouts.cc 96 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/
principals_private_api.cc 18 if (!switches::IsEnableAccountConsistency()) {
  /external/chromium_org/chrome/browser/extensions/
window_open_interactive_apitest.cc 12 command_line->AppendSwitch(switches::kEnablePanels);
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime_aura.cc 36 switches::kDisableZeroBrowsersOpenForTests)) {
  /external/chromium_org/chrome/browser/net/
chrome_net_log.cc 27 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/
command_line_pref_store_unittest.cc 68 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::kProxyAutoDetect)
    [all...]
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_policy_browsertest.cc 35 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/
downloads_ui_browsertest.cc 28 command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
  /external/chromium_org/chrome/browser/ui/webui/options/
help_overlay_handler.cc 28 if (::switches::AboutInSettingsEnabled())
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_experimental_unittest.cc 11 #include "extensions/common/switches.h"
22 extensions::switches::kEnableExperimentalExtensionApis);
extension_manifests_isolatedapp_unittest.cc 11 #include "extensions/common/switches.h"
27 extensions::switches::kEnableExperimentalExtensionApis);
  /external/chromium_org/chrome/common/
service_process_util.cc 163 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::kLoggingLevel
    [all...]
  /external/chromium_org/components/autofill/core/common/
password_autofill_util.cc 36 switches::kDisableIgnoreAutocompleteOff);
  /external/chromium_org/components/nacl/loader/
nacl_helper_win_64.cc 54 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/
profile_management_switches.h 16 namespace switches { namespace
51 } // namespace switches
  /external/chromium_org/content/renderer/android/
synchronous_compositor_factory.cc 23 CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess));
  /external/chromium_org/content/shell/browser/
shell_resource_dispatcher_host_delegate.cc 22 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))

Completed in 387 milliseconds

1 2 3 4 5 67 8 91011>>