/external/chromium/chrome/browser/extensions/ |
permissions_apitest.cc | 12 command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
|
/external/chromium/chrome/browser/net/ |
pref_proxy_config_service_unittest.cc | 271 for (unsigned int i = 0; i < arraysize(switches); i++) 272 switches[i] = other.switches[i]; 287 } switches[2]; member in struct:__anon4705::CommandLineTestParams 308 for (size_t i = 0; i < arraysize(GetParam().switches); i++) { 309 const char* name = GetParam().switches[i].name; 310 const char* value = GetParam().switches[i].value; 356 { switches::kNoProxyServer, NULL }, 368 { switches::kNoProxyServer, NULL }, 369 { switches::kProxyServer, "http://proxy:8888" } [all...] |
/external/chromium_org/android_webview/common/ |
aw_content_client.cc | 28 switches::kUseMobileUserAgent)) {
|
/external/chromium_org/chrome/browser/background/ |
background_mode_manager_win.cc | 26 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUserDataDir))
|
/external/chromium_org/chrome/browser/component_updater/ |
component_patcher_win.cc | 79 cl.AppendSwitchASCII(installer::switches::kPatch, patch_type_str.c_str()); 80 cl.AppendSwitchPath(installer::switches::kInputFile, input_file); 81 cl.AppendSwitchPath(installer::switches::kPatchFile, patch_file); 82 cl.AppendSwitchPath(installer::switches::kOutputFile, output_file);
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
native_messaging_apitest.cc | 27 switches::kNativeMessagingHosts, hosts_option);
|
/external/chromium_org/chrome/browser/extensions/ |
chrome_extensions_browser_client.cc | 39 return command_line.HasSwitch(switches::kDisableExtensions) || 92 CommandLine::ForCurrentProcess()->HasSwitch(switches::kShowAppList); 103 if (command_line->HasSwitch(chromeos::switches::kGuestSession) && 121 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kTestType))
|
/external/chromium_org/chrome/browser/net/ |
pref_proxy_config_tracker_impl_unittest.cc | 298 for (unsigned int i = 0; i < arraysize(switches); i++) 299 switches[i] = other.switches[i]; 314 } switches[2]; member in struct:__anon8009::CommandLineTestParams 335 for (size_t i = 0; i < arraysize(GetParam().switches); i++) { 336 const char* name = GetParam().switches[i].name; 337 const char* value = GetParam().switches[i].value; 385 { switches::kNoProxyServer, NULL }, 397 { switches::kNoProxyServer, NULL }, 398 { switches::kProxyServer, "http://proxy:8888" } [all...] |
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_service.cc | 25 if (command_line.HasSwitch(switches::kOriginalProcessStartTime)) { 27 command_line.GetSwitchValueASCII(switches::kOriginalProcessStartTime); 44 if (command_line.HasSwitch(switches::kOriginalProcessStartTime)) { 45 return command_line.HasSwitch(switches::kFastStart) ?
|
/external/chromium_org/chrome/browser/ui/sync/ |
profile_signin_confirmation_helper_browsertest.cc | 24 command_line->AppendSwitch(switches::kForceFirstRun);
|
/external/chromium_org/chrome/common/extensions/ |
extension_constants.cc | 19 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAppsGalleryURL)) 21 switches::kAppsGalleryURL); 61 if (cmdline->HasSwitch(switches::kAppsGalleryUpdateURL)) 62 return GURL(cmdline->GetSwitchValueASCII(switches::kAppsGalleryUpdateURL));
|
/external/chromium_org/chrome/installer/util/ |
user_experiment.cc | 112 if (current_cmd_line.HasSwitch(switches::kVerboseLogging)) 113 cmd_line->AppendSwitch(switches::kVerboseLogging); 117 cmd_line->AppendSwitch(switches::kSystemLevel); 118 cmd_line->AppendSwitch(switches::kSystemLevelToast); 124 std::string key(switches::kToastResultsKey); 200 cmd_line->AppendSwitch(switches::kSystemLevel); 203 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kVerboseLogging)) 204 cmd_line->AppendSwitch(switches::kVerboseLogging); 209 cmd_line->AppendSwitchASCII(switches::kToastResultsKey, 254 if (cmd_line.HasSwitch(switches::kToastResultsKey)) [all...] |
/external/chromium_org/chrome/renderer/ |
chrome_content_renderer_client_browsertest.cc | 21 CommandLine::ForCurrentProcess()->AppendSwitch(switches::kInstantProcess);
|
/external/chromium_org/chrome/test/perf/ |
browser_perf_test.cc | 20 command_line->AppendSwitch(switches::kDisableBackgroundNetworking);
|
/external/chromium_org/chrome/test/ppapi/ |
ppapi_test.cc | 127 command_line->AppendSwitch(switches::kEnableFileCookies); 131 command_line->AppendSwitch(switches::kEnablePepperTesting); 134 command_line->AppendSwitch(switches::kDisableSmoothScrolling); 137 command_line->AppendSwitch(switches::kUnlimitedStorage); 138 command_line->AppendSwitchASCII(switches::kAllowNaClFileHandleAPI, 260 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests)) { 309 command_line->AppendSwitchNative(switches::kRegisterPepperPlugins, 311 command_line->AppendSwitchASCII(switches::kAllowNaClSocketAPI, "127.0.0.1"); 314 command_line->AppendSwitch(switches::kPpapiInProcess); 328 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream) [all...] |
/external/chromium_org/chromeos/settings/ |
cros_settings_provider.cc | 28 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession) &&
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_download_url.cc | 28 switches::kAutofillServiceUrl);
|
/external/chromium_org/components/nacl/broker/ |
nacl_broker_listener.cc | 42 switches::kProcessChannelID); 100 cmd_line->AppendSwitchASCII(switches::kProcessType, 101 switches::kNaClLoaderProcess); 103 cmd_line->AppendSwitchASCII(switches::kProcessChannelID,
|
/external/chromium_org/components/nacl/loader/ |
nacl_main.cc | 32 bool no_sandbox = parsed_command_line.HasSwitch(switches::kNoSandbox);
|
/external/chromium_org/components/policy/core/common/cloud/ |
cloud_policy_constants.cc | 55 if (command_line->HasSwitch(switches::kFakeCloudPolicyType))
|
/external/chromium_org/content/ppapi_plugin/ |
ppapi_broker_main.cc | 19 if (command_line.HasSwitch(switches::kPpapiStartupDialog)) {
|
/external/chromium_org/content/public/common/ |
url_utils.cc | 44 CHECK(cmd->HasSwitch(switches::kSingleProcess));
|
/external/chromium_org/content/shell/browser/ |
shell_resource_dispatcher_host_delegate.cc | 23 !CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree);
|
shell_url_request_context_getter.cc | 80 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) { 99 if (command_line.HasSwitch(switches::kDumpRenderTree)) 117 if (command_line.HasSwitch(switches::kDumpRenderTree)) { 171 if (command_line.HasSwitch(switches::kTestingFixedHttpPort)) { 174 switches::kTestingFixedHttpPort), &value); 177 if (command_line.HasSwitch(switches::kTestingFixedHttpsPort)) { 180 switches::kTestingFixedHttpsPort), &value); 183 if (command_line.HasSwitch(switches::kHostResolverRules)) { 187 command_line.GetSwitchValueASCII(switches::kHostResolverRules));
|
/external/chromium_org/content/test/ |
content_browser_test.cc | 64 command_line->AppendSwitch(switches::kContentBrowserTest); 70 if (command_line->HasSwitch(switches::kSingleProcess)) { 83 command_line->AppendSwitchPath(switches::kBrowserSubprocessPath, 107 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
|