OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasSwitch
(Results
26 - 50
of
145
) sorted by null
1
2
3
4
5
6
/external/chromium/net/tools/fetch/
fetch_server.cc
42
if (parsed_command_line.
HasSwitch
("stats")) {
fetch_client.cc
131
if (parsed_command_line.
HasSwitch
("n")) {
135
bool use_cache = parsed_command_line.
HasSwitch
("use-cache");
204
if (parsed_command_line.
HasSwitch
("stats")) {
/external/chromium/chrome/browser/profiles/
profile_manager.cc
122
if (command_line.
HasSwitch
(switches::kLoginProfile)) {
151
if (!command_line.
HasSwitch
(switches::kTestType) ||
152
command_line.
HasSwitch
(switches::kLoginProfile)) {
340
if (!command_line.
HasSwitch
(switches::kTestType)) {
360
(!command_line.
HasSwitch
(switches::kTestType) ||
361
command_line.
HasSwitch
(switches::kLoginProfile))) {
367
if (!command_line.
HasSwitch
(switches::kDisableWebResources))
387
(!command_line.
HasSwitch
(switches::kTestType) ||
388
command_line.
HasSwitch
(switches::kLoginProfile))) {
profile_impl_io_data.cc
174
command_line.
HasSwitch
(switches::kRecordMode);
175
bool playback_mode = command_line.
HasSwitch
(switches::kPlaybackMode);
308
command_line.
HasSwitch
(switches::kRecordMode);
309
bool playback_mode = command_line.
HasSwitch
(switches::kPlaybackMode);
/external/chromium/chrome/common/
chrome_content_client.cc
81
nacl.enabled = CommandLine::ForCurrentProcess()->
HasSwitch
(
95
if (CommandLine::ForCurrentProcess()->
HasSwitch
(
117
bool flash_out_of_process = !CommandLine::ForCurrentProcess()->
HasSwitch
(
sandbox_policy.cc
548
bool use_winsta = !CommandLine::ForCurrentProcess()->
HasSwitch
(
617
in_sandbox = browser_command_line.
HasSwitch
(switches::kSafePlugins) ||
620
!browser_command_line.
HasSwitch
(switches::kDisableFlashSandbox));
626
(browser_command_line.
HasSwitch
(switches::kDisableGpuSandbox))) {
631
if (browser_command_line.
HasSwitch
(switches::kNoSandbox)) {
637
if (browser_command_line.
HasSwitch
(switches::kInProcessPlugins)) {
642
if (!browser_command_line.
HasSwitch
(switches::kDisable3DAPIs) &&
643
!browser_command_line.
HasSwitch
(switches::kDisableExperimentalWebGL) &&
644
browser_command_line.
HasSwitch
(switches::kInProcessWebGL)) {
650
if (browser_command_line.
HasSwitch
(switches::kChromeFrame))
[
all
...]
/external/chromium/chrome/browser/
browser_main_win.cc
199
if (parsed_command_line.
HasSwitch
(switches::kBrowserCrashTest) ||
200
parsed_command_line.
HasSwitch
(switches::kBrowserAssertTest) ||
201
parsed_command_line.
HasSwitch
(switches::kNoErrorDialogs))
236
if (!command_line.
HasSwitch
(switches::kRestoreLastSession))
253
if (parsed_command_line.
HasSwitch
(switches::kHideIcons)) {
349
if (parsed_command_line().
HasSwitch
(switches::kUseSystemSSL)) {
browser_main_gtk.cc
79
if (!parsed_command_line().
HasSwitch
(switches::kUserDataDir))
135
if (sandbox_binary && !parsed_command_line().
HasSwitch
(switches::kNoSandbox))
background_mode_manager.cc
60
if (command_line->
HasSwitch
(switches::kNoStartupWindow)) {
68
if (CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kKeepAliveForTest))
377
!command_line->
HasSwitch
(switches::kDisableBackgroundMode) &&
378
!command_line->
HasSwitch
(switches::kDisableExtensions);
background_mode_manager_linux.cc
40
if (CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kUserDataDir))
intranet_redirect_detector.cc
71
if (cmd_line->
HasSwitch
(switches::kDisableBackgroundNetworking) ||
72
cmd_line->
HasSwitch
(switches::kChromeFrame))
background_mode_manager_win.cc
79
if (CommandLine::ForCurrentProcess()->
HasSwitch
(switches::kUserDataDir))
bug_report_util.cc
206
HasSwitch
(switches::kFeedbackServer))
335
if (!CommandLine::ForCurrentProcess()->
HasSwitch
(
341
if (zipped_logs_data && CommandLine::ForCurrentProcess()->
HasSwitch
(
/external/chromium/chrome/browser/ui/tabs/
tab_menu_model.cc
28
return CommandLine::ForCurrentProcess()->
HasSwitch
(
102
if (CommandLine::ForCurrentProcess()->
HasSwitch
(
/external/chromium/base/test/
test_timeouts.cc
20
if (CommandLine::ForCurrentProcess()->
HasSwitch
(switch_name)) {
test_suite.cc
86
if (CommandLine::ForCurrentProcess()->
HasSwitch
(kStrictFailureHandling))
208
!CommandLine::ForCurrentProcess()->
HasSwitch
("show-error-dialogs")) {
/external/chromium/chrome/browser/safe_browsing/
filter_false_positive_perftest.cc
233
bool verbose = CommandLine::ForCurrentProcess()->
HasSwitch
(kFilterVerbose);
234
bool use_weights = CommandLine::ForCurrentProcess()->
HasSwitch
(kFilterCsv);
300
if (cmd_line.
HasSwitch
(kFilterStart)) {
306
if (cmd_line.
HasSwitch
(kFilterSteps)) {
328
if (cmd_line.
HasSwitch
(kFilterNumChecks)) {
/external/chromium/chrome/browser/history/
in_memory_history_backend.cc
44
if (CommandLine::ForCurrentProcess()->
HasSwitch
(
46
!CommandLine::ForCurrentProcess()->
HasSwitch
(
/external/chromium/chrome/browser/net/
chrome_cookie_policy.cc
21
CommandLine::ForCurrentProcess()->
HasSwitch
(
/external/chromium/base/
command_line.h
96
bool
HasSwitch
(const std::string& switch_string) const;
/external/chromium/chrome/browser/chromeos/cros/
syslogs_library.cc
95
if (compress_logs && !CommandLine::ForCurrentProcess()->
HasSwitch
(
/external/chromium/chrome/browser/importer/
profile_import_process_host.cc
99
if (browser_command_line.
HasSwitch
(switches::kChromeFrame))
/external/chromium/chrome/browser/policy/
profile_policy_connector.cc
43
if (command_line->
HasSwitch
(switches::kDeviceManagementUrl)) {
/external/chromium/chrome/browser/prerender/
prerender_field_trial.cc
27
if (command_line.
HasSwitch
(switches::kPrerender)) {
/external/chromium/chrome/browser/content_settings/
content_settings_base_provider.cc
50
if (CommandLine::ForCurrentProcess()->
HasSwitch
(
248
!CommandLine::ForCurrentProcess()->
HasSwitch
(
Completed in 1005 milliseconds
1
2
3
4
5
6