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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/components/signin/core/common/
profile_management_switches.cc 30 if (switches::IsEnableWebBasedSignin())
36 switches::kEnableNewAvatarMenu);
39 switches::kEnableNewProfileManagement);
42 switches::kEnableAccountConsistency);
45 switches::kDisableNewAvatarMenu);
48 switches::kDisableNewProfileManagement);
51 switches::kDisableAccountConsistency);
127 namespace switches { namespace
135 switches::kEnableWebBasedSignin);
139 return CheckFlag(switches::kExtensionsMultiAccount
    [all...]
signin_switches.cc 7 namespace switches { namespace
48 } // namespace switches
  /external/chromium_org/content/child/
runtime_features.cc 84 if (command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures))
89 if (command_line.HasSwitch(switches::kDisableDatabases))
92 if (command_line.HasSwitch(switches::kDisableApplicationCache))
95 if (command_line.HasSwitch(switches::kDisableDesktopNotifications))
98 if (command_line.HasSwitch(switches::kDisableLocalStorage))
101 if (command_line.HasSwitch(switches::kDisableSessionStorage))
104 if (command_line.HasSwitch(switches::kDisableMediaSource))
107 if (command_line.HasSwitch(switches::kDisableSharedWorkers))
111 if (command_line.HasSwitch(switches::kDisableWebRTC))
114 if (!command_line.HasSwitch(switches::kEnableSpeechRecognition)
    [all...]
  /external/chromium_org/chrome/browser/prefs/
command_line_pref_store.cc 26 { switches::kLang, prefs::kApplicationLocale },
27 { switches::kAuthSchemes, prefs::kAuthSchemes },
28 { switches::kAuthServerWhitelist, prefs::kAuthServerWhitelist },
29 { switches::kAuthNegotiateDelegateWhitelist,
31 { switches::kGSSAPILibraryName, prefs::kGSSAPILibraryName },
32 { data_reduction_proxy::switches::kDataReductionProxy,
34 { switches::kSSLVersionMin, prefs::kSSLVersionMin },
35 { switches::kSSLVersionMax, prefs::kSSLVersionMax },
36 { switches::kSSLVersionFallbackMin, prefs::kSSLVersionFallbackMin },
41 { switches::kDiskCacheDir, prefs::kDiskCacheDir }
    [all...]
  /external/chromium_org/chrome/common/
switch_utils_unittest.cc 23 std::map<std::string, CommandLine::StringType> switches = local
25 EXPECT_EQ(5U, switches.size());
27 switches::RemoveSwitchesForAutostart(&switches);
28 EXPECT_EQ(2U, switches.size());
46 std::map<std::string, CommandLine::StringType> switches = local
48 EXPECT_EQ(5U, switches.size());
50 switches::RemoveSwitchesForAutostart(&switches);
51 EXPECT_EQ(2U, switches.size())
    [all...]
  /external/chromium_org/content/common/
sandbox_init_mac.cc 36 if (command_line.HasSwitch(switches::kNoSandbox))
40 command_line.GetSwitchValueASCII(switches::kProcessType);
44 } else if (process_type == switches::kRendererProcess) {
46 } else if (process_type == switches::kUtilityProcess) {
50 command_line.GetSwitchValuePath(switches::kUtilityProcessAllowedDir);
51 } else if (process_type == switches::kGpuProcess) {
52 if (command_line.HasSwitch(switches::kDisableGpuSandbox))
55 } else if ((process_type == switches::kPluginProcess) ||
56 (process_type == switches::kPpapiBrokerProcess)) {
58 } else if (process_type == switches::kPpapiPluginProcess)
    [all...]
  /external/chromium_org/chrome/browser/
about_flags.cc 21 #include "cc/base/switches.h"
38 #include "ui/gfx/switches.h"
58 #include "third_party/cros_system_api/switches/chrome_switches.h"
66 #include "extensions/common/switches.h"
126 // First do the ones between --flag-switches-begin and --flag-switches-end.
129 GetSwitchString(switches::kFlagSwitchesBegin));
132 GetSwitchString(switches::kFlagSwitchesEnd));
136 // Then add those between --policy-switches-begin and --policy-switches-end
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
ticl_device_settings_provider.cc 20 switches::kInvalidationUseGCMChannel);
  /external/chromium_org/components/autofill/core/common/
autofill_switches.h 9 namespace switches { namespace in namespace:autofill
11 // All switches in alphabetical order. The switches should be documented
22 } // namespace switches
  /external/chromium_org/components/nacl/common/
nacl_nonsfi_util.cc 18 switches::kEnableNaClNonSfiMode);
nacl_switches.cc 7 namespace switches { namespace
52 } // namespace switches
nacl_switches.h 5 // Defines all the command-line switches used by Chrome.
10 namespace switches { namespace
12 // All switches in alphabetical order. The switches should be documented
25 } // namespace switches
  /external/chromium_org/components/password_manager/core/common/
password_manager_switches.cc 9 namespace switches { namespace in namespace:password_manager
54 } // namespace switches
password_manager_switches.h 10 namespace switches { namespace in namespace:password_manager
12 // All switches in alphabetical order. The switches should be documented
26 } // namespace switches
  /external/chromium_org/components/policy/core/common/
policy_switches.h 13 namespace switches { namespace in namespace:policy
23 } // namespace switches
  /external/chromium_org/ui/base/
ui_base_switches_util.h 10 namespace switches { namespace
17 } // namespace switches
  /external/chromium_org/ui/events/
event_switches.cc 7 namespace switches { namespace
42 } // namespace switches
  /external/chromium_org/ui/ozone/public/
ozone_switches.h 11 namespace switches { namespace
21 } // 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 62 CommandLine::SwitchMap switches = command_line->GetSwitches(); variable
65 switches.erase(switches::kUserDataDir);
67 for (CommandLine::SwitchMap::const_iterator iter = switches.begin();
68 iter != switches.end(); ++iter) {
72 new_command_line.AppendSwitchPath(switches::kUserDataDir, temp_data_dir);
75 new_command_line.AppendSwitch(switches::kAllowFileAccess);
89 switches::kAshBrowserTests)) {
  /external/chromium_org/chrome/app/
chrome_main_delegate.cc 187 if (process_type == switches::kPluginProcess ||
188 process_type == switches::kPpapiPluginProcess) {
190 } else if (process_type == switches::kPpapiBrokerProcess) {
193 } else if (process_type == switches::kUtilityProcess ||
194 process_type == switches::kGpuProcess ||
195 process_type == switches::kServiceProcess) {
198 } else if (process_type == switches::kNaClLoaderProcess ||
199 process_type == switches::kNaClLoaderNonSfiProcess) {
202 } else if (process_type == switches::kZygoteProcess ||
207 } else if (process_type == switches::kRendererProcess)
    [all...]
  /external/chromium_org/content/shell/app/
shell_main_delegate.cc 15 #include "cc/base/switches.h"
32 #include "ui/gfx/switches.h"
127 if (command_line.HasSwitch(switches::kCheckLayoutTestSysDeps)) {
138 if (command_line.HasSwitch(switches::kDumpRenderTree)) {
141 command_line.AppendSwitch(switches::kProcessPerTab);
142 command_line.AppendSwitch(switches::kEnableLogging);
143 command_line.AppendSwitch(switches::kAllowFileAccessFromFiles);
144 command_line.AppendSwitchASCII(switches::kUseGL,
146 command_line.AppendSwitch(switches::kSkipGpuDataLoading);
147 command_line.AppendSwitchASCII(switches::kTouchEvents
    [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;

Completed in 1679 milliseconds

1 2 34 5 6 7 8 91011>>