OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasSwitch
(Results
1 - 25
of
145
) sorted by null
1
2
3
4
5
6
/external/chromium/chrome/browser/prefs/
command_line_pref_store.cc
50
if (command_line_->
HasSwitch
(string_switch_map_[i].switch_name)) {
58
if (command_line_->
HasSwitch
(boolean_switch_map_[i].switch_name)) {
67
if (command_line_->
HasSwitch
(switches::kNoProxyServer) &&
68
(command_line_->
HasSwitch
(switches::kProxyAutoDetect) ||
69
command_line_->
HasSwitch
(switches::kProxyServer) ||
70
command_line_->
HasSwitch
(switches::kProxyPacUrl) ||
71
command_line_->
HasSwitch
(switches::kProxyBypassList))) {
80
if (command_line_->
HasSwitch
(switches::kNoProxyServer)) {
83
} else if (command_line_->
HasSwitch
(switches::kProxyPacUrl)) {
88
} else if (command_line_->
HasSwitch
(switches::kProxyAutoDetect))
[
all
...]
/external/chromium/base/
command_line_unittest.cc
44
EXPECT_FALSE(cl.
HasSwitch
("cruller"));
45
EXPECT_FALSE(cl.
HasSwitch
("flim"));
46
EXPECT_FALSE(cl.
HasSwitch
("program"));
47
EXPECT_FALSE(cl.
HasSwitch
("dog"));
48
EXPECT_FALSE(cl.
HasSwitch
("cat"));
49
EXPECT_FALSE(cl.
HasSwitch
("output-rotation"));
50
EXPECT_FALSE(cl.
HasSwitch
("not-a-switch"));
51
EXPECT_FALSE(cl.
HasSwitch
("--"));
56
EXPECT_TRUE(cl.
HasSwitch
("foo"));
57
EXPECT_TRUE(cl.
HasSwitch
("bar"))
[
all
...]
/external/chromium/chrome/common/
common_glue.cc
40
(!parsed_command_line.
HasSwitch
(switches::kRendererProcess) &&
41
!parsed_command_line.
HasSwitch
(switches::kPluginProcess)));
switch_utils_unittest.cc
44
EXPECT_TRUE(cmd_line.
HasSwitch
("foo"));
45
EXPECT_TRUE(cmd_line.
HasSwitch
("bar"));
profiling.cc
21
if (command_line.
HasSwitch
(switches::kProfilingFile))
66
if (command_line.
HasSwitch
(switches::kProfilingAtStart)) {
77
bool flush = command_line.
HasSwitch
(switches::kProfilingFlush);
108
bool flush = command_line.
HasSwitch
(switches::kProfilingFlush);
logging_chrome.cc
144
if (command_line.
HasSwitch
(kInvertLoggingSwitch))
246
command_line.
HasSwitch
(switches::kEnableDCHECK) ?
282
if (command_line.
HasSwitch
(switches::kGuestSession))
298
command_line.
HasSwitch
(switches::kEnableDCHECK) ?
325
if (!CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kNoErrorDialogs))
340
command_line.
HasSwitch
(switches::kNoErrorDialogs))
345
if (command_line.
HasSwitch
(switches::kLoggingLevel)) {
364
if (command_line.
HasSwitch
(switches::kSilentDumpOnDCHECK) &&
365
command_line.
HasSwitch
(switches::kEnableDCHECK)) {
/external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.cc
256
!command_line.
HasSwitch
(switches::kDisableDevTools);
258
!command_line.
HasSwitch
(switches::kDisableJavaScript) &&
261
!command_line.
HasSwitch
(switches::kDisableWebSecurity) &&
264
!command_line.
HasSwitch
(switches::kDisablePlugins) &&
267
!command_line.
HasSwitch
(switches::kDisableJava) &&
272
command_line.
HasSwitch
(switches::kEnableFastback);
274
!command_line.
HasSwitch
(switches::kDisableRemoteFonts);
276
!command_line.
HasSwitch
(switches::kDisableXSSAuditor);
278
!command_line.
HasSwitch
(switches::kDisableApplicationCache);
281
!command_line.
HasSwitch
(switches::kDisableLocalStorage)
[
all
...]
/external/chromium/chrome/browser/chromeos/
cros_settings_provider.cc
18
if (CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kGuestSession) &&
/external/chromium/chrome/browser/
tab_closeable_state_watcher.cc
22
if (!CommandLine::ForCurrentProcess()->
HasSwitch
(
about_flags_unittest.cc
173
EXPECT_TRUE(command_line.
HasSwitch
("foo"));
174
EXPECT_FALSE(command_line.
HasSwitch
(kSwitch1));
178
EXPECT_TRUE(command_line.
HasSwitch
("foo"));
179
EXPECT_TRUE(command_line.
HasSwitch
(kSwitch1));
218
EXPECT_FALSE(command_line.
HasSwitch
(kSwitch1));
219
EXPECT_FALSE(command_line.
HasSwitch
(kSwitch3));
224
EXPECT_TRUE(command_line.
HasSwitch
(kSwitch1));
225
EXPECT_FALSE(command_line.
HasSwitch
(kSwitch3));
240
EXPECT_FALSE(command_line.
HasSwitch
(kSwitch1));
241
EXPECT_FALSE(command_line.
HasSwitch
(kSwitch2))
[
all
...]
browser_main.cc
223
if (parsed_command_line().
HasSwitch
(switches::kEnableBenchmarking))
228
if (parsed_command_line().
HasSwitch
(switches::kEnableDNSSECCerts))
230
if (parsed_command_line().
HasSwitch
(switches::kDisableSSLFalseStart))
233
// if (parsed_command_line().
HasSwitch
(switches::kEnableSnapStart))
235
if (parsed_command_line().
HasSwitch
(
240
if (parsed_command_line().
HasSwitch
(switches::kEnableTcpFastOpen))
394
if (parsed_command_line().
HasSwitch
(switches::kUseSpdy)) {
449
if (parsed_command_line().
HasSwitch
(switches::kMaxSpdyConcurrentStreams)) {
460
if (parsed_command_line().
HasSwitch
(switches::kDisableSSLFalseStart)) {
486
if (parsed_command_line().
HasSwitch
(switches::kEnableConnectBackupJobs))
[
all
...]
content_setting_combo_model.cc
40
CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kEnableClickToPlay))
65
CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kEnableClickToPlay))
gpu_data_manager.cc
63
browser_command_line.
HasSwitch
(switches::kDisableAcceleratedCompositing),
64
browser_command_line.
HasSwitch
(switches::kEnableAccelerated2dCanvas),
65
browser_command_line.
HasSwitch
(switches::kDisableExperimentalWebGL),
66
browser_command_line.
HasSwitch
(switches::kDisableGLMultisampling));
134
!command_line->
HasSwitch
(switches::kDisableExperimentalWebGL))
137
!command_line->
HasSwitch
(switches::kDisableGLMultisampling))
147
if (!command_line->
HasSwitch
(switches[i]))
214
if (browser_command_line.
HasSwitch
(switches::kIgnoreGpuBlacklist) ||
unload_uitest.cc
175
if (CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kSingleProcess))
189
if (CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kSingleProcess))
218
if (CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kSingleProcess))
249
if (CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kSingleProcess))
263
if (CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kSingleProcess))
360
if (CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kSingleProcess))
376
if (CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kSingleProcess))
386
if (CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kSingleProcess))
404
if (CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kSingleProcess))
utility_process_host.cc
147
if (browser_command_line.
HasSwitch
(switches::kChromeFrame))
149
if (browser_command_line.
HasSwitch
(switches::kNoSandbox))
152
if (browser_command_line.
HasSwitch
(
160
bool has_cmd_prefix = browser_command_line.
HasSwitch
(
/external/chromium/net/tools/testserver/
run_testserver.cc
39
command_line->
HasSwitch
("help")) {
45
if (command_line->
HasSwitch
("https")) {
47
} else if (command_line->
HasSwitch
("ftp")) {
49
} else if (command_line->
HasSwitch
("sync")) {
/external/chromium/net/tools/dump_cache/
dump_cache.cc
82
bool do_upgrade = command_line.
HasSwitch
(kUpgrade);
83
bool do_convert_to_text = command_line.
HasSwitch
(kDumpToFiles);
131
if (command_line.
HasSwitch
(kUpgrade))
133
if (command_line.
HasSwitch
(kDumpToFiles))
147
if (command_line.
HasSwitch
(kSlave)) {
155
if (command_line.
HasSwitch
(kSlave) && slave_required)
181
if (command_line.
HasSwitch
(kDumpContents))
183
if (command_line.
HasSwitch
(kDumpHeaders))
/external/chromium/chrome/browser/extensions/
extensions_startup.cc
51
if (!cmd_line.
HasSwitch
(switches::kPackExtension))
57
if (cmd_line.
HasSwitch
(switches::kPackExtensionKey)) {
73
if (!cmd_line.
HasSwitch
(switches::kUninstallExtension))
/external/chromium/chrome/browser/sync/notifier/
sync_notifier_factory.cc
55
if (command_line.
HasSwitch
(switches::kSyncNotificationHost)) {
67
command_line.
HasSwitch
(switches::kSyncTrySsltcpFirstForXmpp);
72
command_line.
HasSwitch
(switches::kSyncInvalidateXmppLogin);
78
command_line.
HasSwitch
(switches::kSyncAllowInsecureXmppConnection);
83
if (command_line.
HasSwitch
(switches::kSyncNotificationMethod)) {
/external/chromium/chrome/browser/sync/
profile_sync_factory_impl.cc
92
if (!command_line_->
HasSwitch
(switches::kDisableSyncApps)) {
99
if (!command_line_->
HasSwitch
(switches::kDisableSyncAutofill)) {
106
if (!command_line_->
HasSwitch
(switches::kDisableSyncBookmarks)) {
113
if (!command_line_->
HasSwitch
(switches::kDisableSyncExtensions)) {
120
if (!command_line_->
HasSwitch
(switches::kDisableSyncPasswords)) {
127
if (!command_line_->
HasSwitch
(switches::kDisableSyncPreferences)) {
133
if (!command_line_->
HasSwitch
(switches::kDisableSyncThemes)) {
140
if (command_line_->
HasSwitch
(switches::kEnableSyncTypedUrls)) {
147
if (command_line_->
HasSwitch
(switches::kEnableSyncSessions)) {
152
if (!command_line_->
HasSwitch
(switches::kDisableSyncAutofillProfile))
[
all
...]
/external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc
174
if (cl.
HasSwitch
("help") || argc < 2) {
212
if (cl.
HasSwitch
("pidfile")) {
220
if (cl.
HasSwitch
("forward-ip-header")) {
227
if (cl.
HasSwitch
("logdest")) {
243
if (cl.
HasSwitch
("logfile")) {
254
if (cl.
HasSwitch
("wait-for-iface")) {
258
if (cl.
HasSwitch
("ssl-session-expiry")) {
263
if (cl.
HasSwitch
("ssl-disable-compression")) {
267
if (cl.
HasSwitch
("idle-timeout")) {
272
if (cl.
HasSwitch
("force_spdy")
[
all
...]
/external/chromium/chrome/browser/net/
proxy_service_factory.cc
60
bool use_v8 = !command_line.
HasSwitch
(switches::kWinHttpProxyResolver);
61
if (use_v8 && command_line.
HasSwitch
(switches::kSingleProcess)) {
72
if (command_line.
HasSwitch
(switches::kNumPacThreads)) {
/external/chromium/chrome/browser/chromeos/frame/
browser_frame_chromeos.cc
41
if (CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kChromeosFrame))
/external/chromium/chrome/browser/first_run/
first_run_gtk.cc
30
if (cmdline.
HasSwitch
(switches::kUserDataDir)) {
/external/chromium/chrome/browser/ui/
browser_init.cc
364
if (command_line.
HasSwitch
(switches::kRestoreLastSession))
366
if (command_line.
HasSwitch
(switches::kIncognito) &&
538
if (command_line.
HasSwitch
(switches::kIncognito) &&
574
if (parsed_command_line.
HasSwitch
(switches::kEnableGView)) {
649
if (command_line_.
HasSwitch
(switches::kDnsLogDetails))
651
if (command_line_.
HasSwitch
(switches::kDnsPrefetchDisable))
654
if (command_line_.
HasSwitch
(switches::kDumpHistogramsOnExit))
657
if (command_line_.
HasSwitch
(switches::kRemoteShellPort)) {
667
} else if (command_line_.
HasSwitch
(switches::kRemoteDebuggingPort)) {
681
if (command_line_.
HasSwitch
(switches::kUserAgent))
[
all
...]
Completed in 545 milliseconds
1
2
3
4
5
6