/external/clang/test/Profile/ |
c-general.c | 209 // PGOGEN-LABEL: @switches() 210 // PGOUSE-LABEL: @switches() 212 void switches() { function 536 switches();
|
/external/chromium_org/android_webview/browser/net/ |
aw_url_request_context_getter.cc | 55 if (command_line.HasSwitch(switches::kHostResolverRules)) { 63 command_line.GetSwitchValueASCII(switches::kHostResolverRules)); 72 if (command_line.HasSwitch(switches::kTestingFixedHttpPort)) { 74 switches::kTestingFixedHttpPort), &value); 77 if (command_line.HasSwitch(switches::kTestingFixedHttpsPort)) { 79 switches::kTestingFixedHttpsPort), &value);
|
/external/chromium_org/chrome/app/ |
chrome_breakpad_client.cc | 342 chromeos::switches::kGuestSession); 369 return process_type == switches::kRendererProcess || 370 process_type == switches::kPluginProcess || 371 process_type == switches::kPpapiPluginProcess || 372 process_type == switches::kZygoteProcess || 373 process_type == switches::kGpuProcess;
|
/external/chromium_org/chrome/browser/ |
browser_shutdown.cc | 230 std::map<std::string, CommandLine::StringType> switches = local 232 // Remove the switches that shouldn't persist across restart. 233 about_flags::RemoveFlagsSwitches(&switches); 234 switches::RemoveSwitchesForAutostart(&switches); 235 // Append the old switches to the new command line. 237 switches.begin(); i != switches.end(); ++i) {
|
process_singleton_browsertest.cc | 65 command_line.AppendSwitchPath(switches::kUserDataDir, user_data_dir_); 68 command_line.AppendSwitch(switches::kForceFirstRun); 70 command_line.AppendSwitch(switches::kNoFirstRun); 72 // Add the normal test-mode switches, except for the ones we're adding 80 if (switch_name == switches::kUserDataDir || 81 switch_name == switches::kForceFirstRun || 82 switch_name == switches::kNoFirstRun)
|
/external/chromium_org/chrome/browser/prefs/ |
proxy_policy_unittest.cc | 121 command_line_.AppendSwitchASCII(switches::kProxyBypassList, "123"); 122 command_line_.AppendSwitchASCII(switches::kProxyServer, "789"); 155 command_line_.AppendSwitchASCII(switches::kProxyBypassList, "123"); 156 command_line_.AppendSwitchASCII(switches::kProxyServer, "789"); 183 command_line_.AppendSwitch(switches::kNoProxyServer); 206 command_line_.AppendSwitch(switches::kProxyAutoDetect);
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_window_property_manager_browsertest_win.cc | 84 cmd_line.GetSwitchValueNative(switches::kProfileDirectory)); 123 cmd_line.GetSwitchValueNative(switches::kProfileDirectory)); 125 cmd_line.GetSwitchValueNative(switches::kAppId)); 169 command_line->AppendSwitch(switches::kEnableProfileShortcutManager); 180 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests)) 230 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
|
/external/chromium_org/ui/keyboard/ |
keyboard_util.cc | 111 switches::kEnableVirtualKeyboard) || 119 switches::kKeyboardUsabilityExperiment); 139 switches::kDisableVirtualKeyboardOverscroll)) { 154 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableInputView)) 156 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisableInputView)) 164 switches::kEnableExperimentalInputViewFeatures)) {
|
/external/chromium_org/chrome/browser/extensions/ |
component_loader.cc | 297 if (command_line->HasSwitch(switches::kFileManagerExtensionPath)) { 299 command_line->GetSwitchValuePath(switches::kFileManagerExtensionPath)); 359 command_line->HasSwitch(chromeos::switches::kGuestSession) ? 385 int idr = command_line->HasSwitch(chromeos::switches::kGuestSession) ? 455 if (!command_line->HasSwitch(chromeos::switches::kGuestSession)) 503 (command_line->HasSwitch(switches::kTestType) || 505 switches::kDisableComponentExtensionsWithBackgroundPages))) { 511 if (!command_line->HasSwitch(chromeos::switches::kDisableGeniusApp)) { 547 chromeos::switches::kDisableQuickofficeComponentApp)) { 557 if (!command_line->HasSwitch(chromeos::switches::kGuestSession)) [all...] |
/external/chromium_org/chrome/test/chromedriver/ |
capabilities.cc | 99 capabilities->switches.SetSwitch("user-agent", device->user_agent); 146 capabilities->switches.SetSwitch("user-agent", user_agent); 161 capabilities->switches.SetUnparsedSwitch(arg_string); 190 capabilities->switches.SetSwitch("no-proxy-server"); 197 capabilities->switches.SetSwitch("proxy-pac-url", proxy_pac_url); 199 capabilities->switches.SetSwitch("proxy-auto-detect"); 238 capabilities->switches.SetSwitch("proxy-server", proxy_servers); 240 capabilities->switches.SetSwitch("proxy-bypass-list", 251 const base::ListValue* switches = NULL; local 252 if (!option.GetAsList(&switches)) [all...] |
/external/chromium_org/components/nacl/browser/ |
nacl_process_host.cc | 292 switches::kEnableNaClDebug); 339 switches::kDisablePnaclCrashThrottling)) { 357 !cmd->GetSwitchValuePath(switches::kNaClGdb).empty()); 360 !cmd->GetSwitchValuePath(switches::kNaClGdbScript).empty()); 363 cmd->HasSwitch(switches::kEnableNaClDebug)); 365 cmd->GetSwitchValueASCII(switches::kNaClDebugMask); 393 switches::kDisablePnaclCrashThrottling) && 403 if (cmd->HasSwitch(switches::kEnableNaClDebug) && 404 !cmd->HasSwitch(switches::kNoSandbox)) { 412 if (cmd->HasSwitch(switches::kNaClGdb) & [all...] |
/external/chromium_org/content/browser/ |
browser_main_loop.cc | 145 !parsed_command_line.HasSwitch(switches::kNoSandbox) && 146 !parsed_command_line.HasSwitch(switches::kDisableSetuidSandbox) && 313 parameters.command_line.HasSwitch(switches::kTraceStartup)) { 344 if (parsed_command_line_.HasSwitch(switches::kSingleProcess) || 345 parsed_command_line_.HasSwitch(switches::kInProcessGPU)) { 390 if (parsed_command_line_.HasSwitch(switches::kRendererProcessLimit)) { 392 switches::kRendererProcessLimit); 506 if (parsed_command_line_.HasSwitch(switches::kMemoryMetrics)) { 542 if (parsed_command_line_.HasSwitch(switches::kSingleProcess)) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
APIspec.py | 325 self.switches = {} 332 if desc.name not in self.switches: 333 self.switches[desc.name] = [] 347 self.switches[desc.name].append(desc) 353 for switch in self.switches.itervalues(): 365 self.switches = tmp.switches 372 for switch in self.switches.itervalues(): 381 if name in self.switches: 385 for switch in self.switches.itervalues() [all...] |
/external/mesa3d/src/mesa/main/ |
APIspec.py | 325 self.switches = {} 332 if desc.name not in self.switches: 333 self.switches[desc.name] = [] 347 self.switches[desc.name].append(desc) 353 for switch in self.switches.itervalues(): 365 self.switches = tmp.switches 372 for switch in self.switches.itervalues(): 381 if name in self.switches: 385 for switch in self.switches.itervalues() [all...] |
/external/chromium_org/components/data_reduction_proxy/browser/ |
data_reduction_proxy_params_unittest.cc | 174 switches::kDataReductionProxyKey, kFlagKey); 176 switches::kDataReductionProxy, kFlagOrigin); 178 switches::kDataReductionProxyFallback, kFlagFallbackOrigin); 180 switches::kDataReductionSSLProxy, kFlagSSLOrigin); 182 switches::kDataReductionProxyAlt, kFlagAltOrigin); 184 switches::kDataReductionProxyAltFallback, kFlagAltFallbackOrigin); 186 switches::kDataReductionProxyProbeURL, kFlagProbeURL);
|
/external/chromium_org/chrome/browser/ui/startup/ |
startup_browser_creator_impl.cc | 208 switches::kEnableStreamlinedHostedApps) && 334 if (command_line_.HasSwitch(switches::kDnsLogDetails)) 336 if (command_line_.HasSwitch(switches::kDnsPrefetchDisable) && 342 if (command_line_.HasSwitch(switches::kAppId)) { 343 std::string app_id = command_line_.GetSwitchValueASCII(switches::kAppId); 359 } else if (command_line_.HasSwitch(switches::kShowAppList)) { 372 // Special case is when app switches are passed but we do want to restore 383 if (command_line_.HasSwitch(switches::kInstallChromeApp)) { 385 command_line_.GetSwitchValueASCII(switches::kInstallChromeApp)); 411 if (command_line_.HasSwitch(switches::kApp)) [all...] |
/external/chromium_org/chrome/common/ |
chrome_content_client.cc | 148 switches::kOutOfProcessPdf)) { 190 switches::kDisablePnacl)) { 377 switches::kPpapiFlashPath); 385 switches::kPpapiFlashVersion); 397 if (command_line->HasSwitch(switches::kPpapiFlashPath)) 401 command_line->HasSwitch(switches::kDisableBundledPpapiFlash); 432 if (command_line->HasSwitch(switches::kUserAgent)) 433 return command_line->GetSwitchValueASCII(switches::kUserAgent); 437 if (command_line->HasSwitch(switches::kUseMobileUserAgent))
|
/external/chromium_org/chrome/browser/chromeos/login/ |
reset_browsertest.cc | 93 command_line->AppendSwitch(switches::kFirstExecAfterBoot); 109 switches::kEnableRollbackOption)) { 184 switches::kEnableRollbackOption)) { 230 switches::kEnableRollbackOption)) { 253 switches::kEnableRollbackOption)) {
|
/external/chromium_org/chrome/browser/net/ |
proxy_browsertest.cc | 91 command_line->AppendSwitchASCII(switches::kProxyServer, 162 command_line->AppendSwitchASCII(switches::kProxyPacUrl, http_server_.GetURL( 183 command_line->AppendSwitchASCII(switches::kProxyPacUrl, 215 switches::kProxyPacUrl, 242 command_line->AppendSwitchASCII(switches::kProxyPacUrl,
|
/external/chromium_org/chrome/service/ |
service_process.cc | 93 if (parsed_command_line.HasSwitch(switches::kNoErrorDialogs)) 163 if (command_line.HasSwitch(switches::kIgnoreUrlFetcherCertRequests)) 167 std::string locale = command_line.GetSwitchValueASCII(switches::kLang); 186 if (command_line.HasSwitch(switches::kEnableCloudPrintProxy) || 312 switches::kNoServiceAutorun)) {
|
/external/chromium_org/content/browser/service_worker/ |
service_worker_dispatcher_host_unittest.cc | 105 switches::kEnableServiceWorker)); 169 switches::kEnableServiceWorker)); 171 switches::kEnableServiceWorker); 187 switches::kEnableServiceWorker)); 189 switches::kEnableServiceWorker);
|
/external/chromium_org/content/renderer/ |
render_thread_impl.cc | 30 #include "cc/base/switches.h" 288 switches::kDisableHistogramCustomizer)) { 415 if (command_line.HasSwitch(cc::switches::kEnableGpuBenchmarking)) 419 command_line.HasSwitch(switches::kEnableImplSidePainting); 422 is_zero_copy_enabled_ = command_line.HasSwitch(switches::kEnableZeroCopy) && 423 !command_line.HasSwitch(switches::kDisableZeroCopy); 425 is_one_copy_enabled_ = command_line.HasSwitch(switches::kEnableOneCopy); 427 if (command_line.HasSwitch(switches::kDisableLCDText)) { 429 } else if (command_line.HasSwitch(switches::kEnableLCDText)) { 440 command_line.HasSwitch(switches::kEnableGpuRasterization) [all...] |
/external/chromium_org/content/browser/worker_host/ |
worker_process_host.cc | 193 cmd_line->AppendSwitchASCII(switches::kProcessType, switches::kWorkerProcess); 194 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id); 196 cmd_line->AppendSwitchASCII(switches::kLang, locale); 199 switches::kDisableApplicationCache, 200 switches::kDisableDatabases, 202 switches::kDisableDesktopNotifications, 204 switches::kDisableFileSystem, 205 switches::kDisableSeccompFilterSandbox, 206 switches::kEnableExperimentalWebPlatformFeatures [all...] |
/external/chromium_org/apps/shell/browser/ |
shell_content_browser_client.cc | 24 #include "extensions/common/switches.h" 166 command_line->GetSwitchValueASCII(switches::kProcessType); 167 if (process_type == switches::kRendererProcess) { 171 command_line->AppendSwitch(extensions::switches::kExtensionProcess);
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
fake_cws.cc | 85 ::switches::kAppsGalleryURL, 99 ::switches::kAppsGalleryDownloadURL, downloads_url.spec()); 105 ::switches::kAppsGalleryUpdateURL, update_url.spec());
|