/external/chromium_org/extensions/common/ |
switches.cc | 5 #include "extensions/common/switches.h" 9 namespace switches { namespace in namespace:extensions 98 } // namespace switches
|
switches.h | 8 // All switches in alphabetical order. The switches should be documented 12 namespace switches { namespace in namespace:extensions 37 } // namespace switches
|
/external/chromium_org/media/base/ |
media_switches.cc | 7 namespace switches { namespace 100 } // namespace switches
|
/external/chromium_org/ui/app_list/ |
app_list_switches.h | 11 namespace switches { namespace in namespace:app_list 40 } // namespace switches
|
/external/chromium_org/ui/base/ |
ui_base_switches.h | 5 // Defines all the command-line switches used by ui/base. 13 namespace switches { namespace 32 } // namespace switches
|
/external/chromium_org/ui/events/ |
event_switches.h | 11 namespace switches { namespace 28 } // namespace switches
|
/external/chromium_org/chrome/browser/ |
chrome_content_browser_client_unittest.cc | 44 from_command_line_.AppendSwitch(switches::kDisableWebRtcEncryption); 62 EXPECT_TRUE(to_command_line_.HasSwitch(switches::kDisableWebRtcEncryption)); 67 EXPECT_TRUE(to_command_line_.HasSwitch(switches::kDisableWebRtcEncryption)); 72 EXPECT_TRUE(to_command_line_.HasSwitch(switches::kDisableWebRtcEncryption)); 78 EXPECT_TRUE(to_command_line_.HasSwitch(switches::kDisableWebRtcEncryption)); 80 EXPECT_FALSE(to_command_line_.HasSwitch(switches::kDisableWebRtcEncryption)); 86 EXPECT_FALSE(to_command_line_.HasSwitch(switches::kDisableWebRtcEncryption));
|
chrome_security_exploit_browsertest.cc | 45 switches::kHostResolverRules, 51 command_line->AppendSwitch(switches::kDisableWebSecurity);
|
chrome_switches_browsertest.cc | 25 command_line->AppendSwitchASCII(switches::kHostRules, host_rule); 28 command_line->AppendSwitch(switches::kNoProxyServer);
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
demo_mode_detector.cc | 38 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisableDemoMode)) 115 if (!cmdline->HasSwitch(switches::kDerelictDetectionTimeout) || 117 cmdline->GetSwitchValueASCII(switches::kDerelictDetectionTimeout), 125 if (!cmdline->HasSwitch(switches::kDerelictIdleTimeout) || 127 cmdline->GetSwitchValueASCII(switches::kDerelictIdleTimeout), 135 if (!cmdline->HasSwitch(switches::kOobeTimerInterval) || 137 cmdline->GetSwitchValueASCII(switches::kOobeTimerInterval),
|
/external/chromium_org/chrome/installer/util/ |
chrome_app_host_operations.cc | 38 if (uninstall_command.HasSwitch(switches::kMultiInstall)) 62 if (is_multi_install && !cmd_line->HasSwitch(switches::kMultiInstall)) 63 cmd_line->AppendSwitch(switches::kMultiInstall); 66 cmd_line->AppendSwitch(switches::kChromeAppLauncher); 79 if (is_multi_install && !cmd_line->HasSwitch(switches::kMultiInstall)) 80 cmd_line->AppendSwitch(switches::kMultiInstall); 109 app_host_args.AppendSwitch(::switches::kShowAppList);
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_service_url_unittest.cc | 17 switches::kWalletServiceUseSandbox, "1"); 49 switches::kWalletServiceUseSandbox, "0"); 86 command_line->AppendSwitch(::switches::kReduceSecurityForTesting); 89 command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "0"); 95 command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "1"); 100 command_line->AppendSwitchASCII(switches::kWalletServiceUrl, 112 command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "1");
|
/external/chromium_org/content/shell/renderer/ |
shell_content_renderer_client.cc | 74 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) { 108 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) 134 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) 148 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) 170 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) 178 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) 186 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) 208 switches::kEnablePepperTesting); 214 switches::kEnablePepperTesting); 219 switches::kEnablePepperTesting) [all...] |
/external/chromium_org/cloud_print/gcp20/prototype/ |
command_line_reader.cc | 19 switches::kHttpPort); 37 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(switches::kTtl), 49 switches::kServiceName); 57 switches::kDomainName); 79 switches::kStatePath);
|
/external/chromium_org/extensions/shell/app/ |
shell_main_delegate.cc | 74 switches::kProcessType); 127 process_type == switches::kZygoteProcess || 128 process_type == switches::kRendererProcess || 130 process_type == switches::kNaClLoaderProcess || 132 process_type == switches::kUtilityProcess;
|
/external/chromium_org/content/browser/ |
utility_process_host_impl.cc | 203 switches::kUtilityCmdPrefix); 208 // |switches::kUtilityCmdPrefix|. See ChildProcessHost::GetChildPath() for 221 cmd_line->AppendSwitchASCII(switches::kProcessType, 222 switches::kUtilityProcess); 223 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id); 225 cmd_line->AppendSwitchASCII(switches::kLang, locale); 227 if (no_sandbox_ || browser_command_line.HasSwitch(switches::kNoSandbox)) 228 cmd_line->AppendSwitch(switches::kNoSandbox); 230 if (browser_command_line.HasSwitch(switches::kEnableSandboxLogging)) 231 cmd_line->AppendSwitch(switches::kEnableSandboxLogging) [all...] |
plugin_process_host.cc | 46 #include "ui/gfx/switches.h" 192 browser_command_line.GetSwitchValueNative(switches::kPluginLauncher); 213 cmd_line->AppendSwitchASCII(switches::kProcessType, switches::kPluginProcess); 214 cmd_line->AppendSwitchPath(switches::kPluginPath, info.path); 216 // Propagate the following switches to the plugin command line (along with 219 switches::kDisableBreakpad, 220 switches::kDisableDirectNPAPIRequests, 221 switches::kEnableStatsTable, 222 switches::kFullMemoryCrashReport [all...] |
/external/chromium_org/chrome/test/base/ |
in_process_browser_test.cc | 161 // append switches::kEnableOfflineAutoReload, which will override the disable 163 command_line->AppendSwitch(switches::kDisableOfflineAutoReload); 209 CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests)) { 225 command_line->AppendSwitchASCII(switches::kTestType, kBrowserTestType); 228 if (command_line->HasSwitch(switches::kAshBrowserTests)) { 229 command_line->AppendSwitchNative(switches::kViewerLaunchViaAppId, 234 command_line->AppendSwitch(switches::kSilentLaunch); 250 command_line->AppendSwitchPath(switches::kBrowserSubprocessPath, 256 command_line->AppendSwitch(switches::kDisableZeroBrowsersOpenForTests); 265 command_line->GetSwitchValuePath(switches::kUserDataDir) 363 CommandLine::SwitchMap switches = local [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
login_utils_browsertest.cc | 55 command_line->AppendSwitch(switches::kLoginManager); 56 command_line->AppendSwitch(switches::kForceLoginManagerInTests); 57 command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); 58 command_line->AppendSwitchASCII(::switches::kAuthExtensionPath, 62 command_line->AppendSwitchASCII(::switches::kGaiaUrl, 64 command_line->AppendSwitchASCII(::switches::kLsoUrl,
|
screenshot_testing_mixin.cc | 28 command_line->AppendSwitch(switches::kEnablePixelOutputInTests); 29 command_line->AppendSwitch(switches::kUIEnableImplSidePainting);
|
/external/chromium_org/content/browser/gpu/ |
gpu_process_host.cc | 51 #include "ui/gfx/switches.h" 73 // Command-line switches to propagate to the GPU process. 75 switches::kDisableAcceleratedVideoDecode, 76 switches::kDisableBreakpad, 77 switches::kDisableGpuSandbox, 78 switches::kDisableGpuWatchdog, 79 switches::kDisableLogging, 80 switches::kDisableSeccompFilterSandbox, 82 switches::kDisableWebRtcHWEncoding, 83 switches::kEnableWebRtcHWVp8Encoding [all...] |
/external/chromium_org/chrome/browser/apps/ |
speech_recognition_browsertest.cc | 35 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); 36 command_line->AppendSwitch(switches::kUseFakeUIForMediaStream);
|
/external/chromium_org/chrome/browser/domain_reliability/ |
service_factory.cc | 26 if (command_line->HasSwitch(switches::kDisableDomainReliability)) 28 if (command_line->HasSwitch(switches::kEnableDomainReliability))
|
/external/chromium_org/chrome/browser/extensions/api/tab_capture/ |
tab_capture_performancetest.cc | 29 #include "extensions/common/switches.h" 108 command_line->AppendSwitchASCII(switches::kTabCaptureUpscaleQuality, 110 command_line->AppendSwitchASCII(switches::kTabCaptureDownscaleQuality, 118 command_line->AppendSwitch(switches::kAllowFileAccessFromFiles); 121 command_line->AppendSwitchASCII(switches::kWindowSize, "800,600"); 123 command_line->AppendSwitchASCII(switches::kWindowSize, "2000,1500"); 127 command_line->AppendSwitch(switches::kDisableGpu); 130 command_line->AppendSwitch(switches::kDisableGpuVsync); 133 extensions::switches::kWhitelistedExtensionID,
|
/external/chromium_org/chrome/browser/ui/webui/signin/ |
user_manager_ui_browsertest.cc | 27 DCHECK(switches::IsNewAvatarMenu()); 31 switches::EnableNewAvatarMenuForTesting(command_line);
|