OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForCurrentProcess
(Results
626 - 650
of
1121
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/chrome/browser/download/
save_package_file_picker.cc
104
if (!CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/extensions/activity_log/
fullstream_ui_policy_unittest.cc
43
saved_cmdline_ = *CommandLine::
ForCurrentProcess
();
45
CommandLine::
ForCurrentProcess
()->AppendSwitch(
47
CommandLine::
ForCurrentProcess
()->AppendSwitch(
62
*CommandLine::
ForCurrentProcess
() = saved_cmdline_;
/external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher.cc
36
CommandLine::
ForCurrentProcess
()->GetSwitchValueASCII(
/external/chromium_org/chrome/browser/extensions/api/streams_private/
streams_private_apitest.cc
206
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kAshBrowserTests))
/external/chromium_org/chrome/browser/extensions/
app_process_apitest.cc
61
CommandLine::
ForCurrentProcess
()->AppendSwitch(
63
CommandLine::
ForCurrentProcess
()->AppendSwitch(
138
CommandLine::
ForCurrentProcess
()->AppendSwitch(
601
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kAshBrowserTests))
[
all
...]
extension_resource_request_policy_apitest.cc
41
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kAshBrowserTests))
extension_special_storage_policy.cc
41
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kUnlimitedStorage))
extension_ui_unittest.cc
43
CommandLine::
ForCurrentProcess
(), base::FilePath(), false);
page_action_browsertest.cc
35
CommandLine::
ForCurrentProcess
()->AppendSwitch(
suspicious_extension_bubble_controller_unittest.cc
166
CommandLine::
ForCurrentProcess
(),
/external/chromium_org/chrome/browser/first_run/
upgrade_util_win.cc
234
const CommandLine& cmd_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/browser/google/
google_util_unittest.cc
313
CommandLine::
ForCurrentProcess
()->AppendSwitchASCII(switches::kGoogleBaseURL,
/external/chromium_org/chrome/browser/invalidation/
ticl_invalidation_service.cc
348
ParseNotifierOptions(*CommandLine::
ForCurrentProcess
());
/external/chromium_org/chrome/browser/lifetime/
application_lifetime.cc
185
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/browser/managed_mode/
managed_user_registration_utility.cc
270
!CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win_unittest.cc
94
CommandLine::
ForCurrentProcess
(), base::FilePath(), false);
/external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_invalidator.cc
294
CommandLine::
ForCurrentProcess
()->GetSwitchValueASCII(
component_cloud_policy_browsertest.cc
121
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
user_policy_signin_service_base.cc
142
return CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.cc
142
CommandLine::
ForCurrentProcess
()->GetSwitchValuePath(
/external/chromium_org/chrome/browser/safe_browsing/
download_feedback_unittest.cc
169
CommandLine::
ForCurrentProcess
()->AppendSwitchASCII(
/external/chromium_org/chrome/browser/search_engines/
search_terms_data.cc
109
std::string base_url = CommandLine::
ForCurrentProcess
()->
/external/chromium_org/chrome/browser/
shell_integration.cc
79
const CommandLine& cmd_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/browser/signin/
signin_promo.cc
184
bool enable_inline = CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/spellchecker/
spelling_service_client.cc
125
const CommandLine* command_line = CommandLine::
ForCurrentProcess
();
Completed in 734 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>