/external/chromium_org/components/signin/core/common/ |
profile_management_switches.cc | 34 switches::kEnableNewProfileManagement); 37 switches::kEnableAccountConsistency); 40 switches::kDisableNewProfileManagement); 43 switches::kDisableAccountConsistency); 103 namespace switches { namespace 111 switches::kEnableWebBasedSignin) && !IsNewProfileManagement(); 115 return CheckFlag(switches::kExtensionsMultiAccount, 121 CommandLine::ForCurrentProcess()->HasSwitch(switches::kNewAvatarMenu) && 124 switches::kFastUserSwitching) || use_mirror_promo_menu; 128 return CheckFlag(switches::kGoogleProfileInfo [all...] |
signin_switches.cc | 7 namespace switches { namespace 45 } // namespace switches
|
signin_switches.h | 8 namespace switches { namespace 10 // These switches should not be queried from CommandLine::HasSwitch() directly. 14 // All switches in alphabetical order. The switches should be documented 27 } // namespace switches
|
/external/chromium_org/content/shell/common/ |
shell_switches.cc | 7 namespace switches { namespace 55 } // namespace switches
|
/external/chromium_org/ui/base/ |
ui_base_switches.cc | 7 namespace switches { namespace 46 } // namespace switches
|
/external/chromium_org/ui/views/ |
views_switches.cc | 10 namespace switches { namespace in namespace:views 37 } // namespace switches
|
views_switches.h | 13 namespace switches { namespace in namespace:views 25 } // namespace switches
|
/external/chromium_org/chrome/browser/extensions/api/debugger/ |
debugger_extension_apitest.cc | 8 #include "extensions/common/switches.h" 14 command_line->AppendSwitch(switches::kSilentDebuggerExtensionAPI); 15 command_line->AppendSwitch(extensions::switches::kExtensionsOnChromeURLs);
|
/external/chromium_org/chrome/test/base/ |
chrome_test_launcher.cc | 67 CommandLine::SwitchMap switches = command_line->GetSwitches(); variable 70 switches.erase(switches::kUserDataDir); 72 for (CommandLine::SwitchMap::const_iterator iter = switches.begin(); 73 iter != switches.end(); ++iter) { 77 new_command_line.AppendSwitchPath(switches::kUserDataDir, temp_data_dir); 80 new_command_line.AppendSwitch(switches::kAllowFileAccess); 94 switches::kAshBrowserTests)) {
|
/external/chromium_org/chrome/app/ |
chrome_main_delegate.cc | 182 if (process_type == switches::kPluginProcess || 183 process_type == switches::kPpapiPluginProcess) { 185 } else if (process_type == switches::kPpapiBrokerProcess) { 188 } else if (process_type == switches::kUtilityProcess || 189 process_type == switches::kWorkerProcess || 190 process_type == switches::kGpuProcess || 191 process_type == switches::kServiceProcess) { 194 } else if (process_type == switches::kNaClLoaderProcess || 195 process_type == switches::kNaClLoaderNonSfiProcess) { 198 } else if (process_type == switches::kZygoteProcess | [all...] |
/external/chromium_org/chrome/browser/media/ |
chrome_webrtc_webcam_browsertest.cc | 24 switches::kForceDirectShowVideoCapture, 27 switches::kForceMediaFoundationVideoCapture 29 switches::kForceQTKit, 30 switches::kEnableAVFoundation 44 switches::kUseFakeDeviceForMediaStream)); 46 switches::kUseFakeUIForMediaStream)); 69 return GetParam() && std::string(GetParam()) == switches::kForceQTKit;
|
/external/chromium_org/cloud_print/service/win/ |
service_utils.cc | 53 switches::kCloudPrintURL, 54 switches::kCloudPrintXmppEndpoint, 55 switches::kEnableCloudPrintXps, 56 switches::kEnableLogging, 57 switches::kIgnoreUrlFetcherCertRequests, 58 switches::kLsoUrl, 59 switches::kV,
|
/external/chromium_org/content/shell/app/ |
shell_breakpad_client.cc | 50 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kCrashDumpsDir)) 53 switches::kCrashDumpsDir); 65 return process_type == switches::kRendererProcess || 66 process_type == switches::kPluginProcess || 67 process_type == switches::kPpapiPluginProcess || 68 process_type == switches::kZygoteProcess || 69 process_type == switches::kGpuProcess;
|
shell_main_delegate.cc | 15 #include "cc/base/switches.h" 31 #include "ui/gfx/switches.h" 126 if (command_line.HasSwitch(switches::kCheckLayoutTestSysDeps)) { 134 if (command_line.HasSwitch(switches::kDumpRenderTree)) { 137 command_line.AppendSwitch(switches::kProcessPerTab); 138 command_line.AppendSwitch(switches::kEnableLogging); 139 command_line.AppendSwitch(switches::kAllowFileAccessFromFiles); 140 command_line.AppendSwitchASCII(switches::kUseGL, 142 command_line.AppendSwitch(switches::kSkipGpuDataLoading); 143 command_line.AppendSwitchASCII(switches::kTouchEvents [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_process_host_impl.cc | 40 #include "cc/base/switches.h" 149 #include "ui/gfx/switches.h" 330 browser_command_line.GetSwitchValueNative(switches::kRendererCmdPrefix); 487 switches::kDisableGpuShaderDiskCache)) { 556 switches::kDisableGpuShaderDiskCache)) { 582 browser_command_line.GetSwitchValueNative(switches::kRendererCmdPrefix); 647 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id); [all...] |
/external/chromium_org/android_webview/lib/main/ |
aw_main_delegate.cc | 54 bool zero_copy_disabled_by_switch = cl->HasSwitch(switches::kDisableZeroCopy); 56 cl->HasSwitch(switches::kEnableZeroCopy) && 60 cl->AppendSwitch(switches::kEnableZeroCopy); 62 cl->AppendSwitch(switches::kDisableZeroCopy); 70 cl->AppendSwitch(switches::kEnableBeginFrameScheduling); 71 cl->AppendSwitch(switches::kEnableImplSidePainting); 74 cl->AppendSwitch(switches::kDisableOverscrollEdgeEffect); 77 cl->AppendSwitch(switches::kDisableSharedWorkers); 80 cl->AppendSwitch(switches::kDisableFileSystem); 86 cl->AppendSwitch(switches::kEnableContentVideoViewPowerSaveBlocker) [all...] |
/external/chromium_org/chrome/browser/app_mode/ |
app_mode_utils.cc | 43 return command_line->HasSwitch(switches::kKioskMode) || 49 return command_line->HasSwitch(switches::kForceAppMode) && 50 command_line->HasSwitch(switches::kAppId);
|
/external/chromium_org/components/invalidation/ |
invalidation_service_util.cc | 19 if (command_line.HasSwitch(switches::kSyncNotificationHostPort)) { 23 switches::kSyncNotificationHostPort)); 29 command_line.HasSwitch(switches::kSyncAllowInsecureXmppConnection);
|
/external/chromium_org/chrome/test/chromedriver/ |
capabilities_unittest.cc | 12 TEST(Switches, Empty) { 13 Switches switches; local 15 switches.AppendToCommandLine(&cmd); 17 ASSERT_EQ("", switches.ToString()); 20 TEST(Switches, NoValue) { 21 Switches switches; local 22 switches.SetSwitch("hello"); 24 ASSERT_TRUE(switches.HasSwitch("hello")) 35 Switches switches; local 49 Switches switches; local 62 Switches switches; local 69 Switches switches; local 77 Switches switches; local 90 Switches switches; local 349 const std::set<std::string>& switches = capabilities.exclude_switches; local [all...] |
/external/chromium_org/base/ |
base_switches.cc | 7 namespace switches { namespace 71 } // namespace switches
|
base_switches.h | 5 // Defines all the "base" command-line switches. 12 namespace switches { namespace 35 } // namespace switches
|
/external/chromium_org/base/test/ |
test_switches.h | 8 namespace switches { namespace 10 // All switches in alphabetical order. The switches should be documented 29 } // namespace switches
|
/external/chromium_org/chrome/browser/extensions/api/terminal/ |
terminal_private_apitest.cc | 7 #include "extensions/common/switches.h" 13 extensions::switches::kWhitelistedExtensionID,
|
/external/chromium_org/chrome/browser/first_run/ |
try_chrome_dialog_view_browsertest.cc | 33 command_line->AppendSwitchASCII(switches::kTryChromeAgain, "10001");
|
/external/chromium_org/chrome/browser/search/ |
search_android_unittest.cc | 19 switches::kEnableEmbeddedSearchAPI);
|