Searched refs:switches (Results 76 - 100 of 1342) sorted by relevance

1234567891011>>

/external/chromium_org/content/child/
H A Druntime_features.cc84 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
[all...]
/external/chromium_org/chrome/browser/prefs/
H A Dcommand_line_pref_store.cc26 { 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
[all...]
/external/chromium_org/chrome/common/
H A Dswitch_utils_unittest.cc23 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
[all...]
/external/chromium_org/content/common/
H A Dsandbox_init_mac.cc36 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
[all...]
/external/chromium_org/chrome/browser/
H A Dabout_flags.cc21 #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
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dticl_device_settings_provider.cc20 switches::kInvalidationUseGCMChannel);
/external/chromium_org/components/autofill/core/common/
H A Dautofill_switches.h9 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/
H A Dnacl_nonsfi_util.cc18 switches::kEnableNaClNonSfiMode);
H A Dnacl_switches.cc7 namespace switches { namespace
52 } // namespace switches
H A Dnacl_switches.h5 // 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/
H A Dpassword_manager_switches.cc9 namespace switches { namespace in namespace:password_manager
54 } // namespace switches
/external/chromium_org/components/signin/core/common/
H A Dsignin_switches.cc7 namespace switches { namespace
48 } // namespace switches
/external/chromium_org/ui/base/
H A Dui_base_switches_util.h10 namespace switches { namespace
17 } // namespace switches
/external/chromium_org/ui/events/
H A Devent_switches.cc7 namespace switches { namespace
42 } // namespace switches
/external/chromium_org/ui/native_theme/
H A Dnative_theme_switches.h5 // Defines all the command-line switches used by native theme
12 namespace switches { namespace
17 } // namespace switches
/external/chromium_org/ui/ozone/public/
H A Dozone_switches.h11 namespace switches { namespace
21 } // namespace switches
/external/chromium_org/ui/views/
H A Dviews_switches.cc10 namespace switches { namespace in namespace:views
37 } // namespace switches
H A Dviews_switches.h13 namespace switches { namespace in namespace:views
25 } // namespace switches
/external/chromium_org/chrome/browser/extensions/api/debugger/
H A Ddebugger_extension_apitest.cc8 #include "extensions/common/switches.h"
14 command_line->AppendSwitch(switches::kSilentDebuggerExtensionAPI);
15 command_line->AppendSwitch(extensions::switches::kExtensionsOnChromeURLs);
/external/chromium_org/chrome/test/base/
H A Dchrome_test_launcher.cc62 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/
H A Dchrome_main_delegate.cc187 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
[all...]
/external/chromium_org/content/shell/app/
H A Dshell_main_delegate.cc15 #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
[all...]
H A Dshell_crash_reporter_client.cc51 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kCrashDumpsDir))
54 switches::kCrashDumpsDir);
66 return process_type == switches::kRendererProcess ||
67 process_type == switches::kPluginProcess ||
68 process_type == switches::kPpapiPluginProcess ||
69 process_type == switches::kZygoteProcess ||
70 process_type == switches::kGpuProcess;
/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_webcam_browsertest.cc24 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/
H A Dservice_utils.cc53 switches::kCloudPrintURL,
54 switches::kCloudPrintXmppEndpoint,
55 switches::kEnableCloudPrintXps,
56 switches::kEnableLogging,
57 switches::kIgnoreUrlFetcherCertRequests,
58 switches::kLsoUrl,
59 switches::kV,

Completed in 2072 milliseconds

1234567891011>>