OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForCurrentProcess
(Results
351 - 375
of
1121
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/chrome/browser/chromeos/profiles/
profile_list_chromeos.cc
54
if (!CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/extensions/api/input/
input.cc
48
if (!CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_canary_test.cc
43
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/browser/extensions/api/test/
test_api.cc
44
if (!CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kTestType)) {
/external/chromium_org/chrome/browser/extensions/
crx_installer_browsertest.cc
196
CommandLine::
ForCurrentProcess
()->AppendSwitch(
237
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
246
*(CommandLine::
ForCurrentProcess
()) = old_command_line;
253
CommandLine::
ForCurrentProcess
()->AppendSwitch(
extension_util.cc
106
return (CommandLine::
ForCurrentProcess
()->HasSwitch(
external_provider_impl_unittest.cc
62
CommandLine* cmdline = CommandLine::
ForCurrentProcess
();
webstore_installer_test.cc
66
CommandLine::
ForCurrentProcess
()->AppendSwitchASCII(
window_open_apitest.cc
49
CommandLine::
ForCurrentProcess
()->AppendSwitch(
278
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kAshBrowserTests))
285
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kEnablePanels)) {
331
if (!CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kEnablePanels)) {
/external/chromium_org/chrome/browser/media/
chrome_media_stream_infobar_browsertest.cc
111
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kAshBrowserTests))
/external/chromium_org/chrome/browser/metrics/
chrome_browser_main_extra_parts_metrics.cc
114
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/browser/prefs/
chrome_pref_service_factory.cc
123
new CommandLinePrefStore(CommandLine::
ForCurrentProcess
())));
/external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_url.cc
33
const CommandLine* command_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/browser/profiles/
profile_list_desktop_browsertest.cc
85
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kAshBrowserTests))
/external/chromium_org/chrome/browser/task_manager/
browser_process_resource_provider.cc
115
const CommandLine* command_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/browser/translate/
translate_script.cc
64
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
translate_script_unittest.cc
102
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/browser/ui/
browser_window_state.cc
93
const CommandLine& parsed_command_line = *CommandLine::
ForCurrentProcess
();
network_profile_bubble.cc
103
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/ui/startup/
autolaunch_prompt_win.cc
156
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_browsertest_win.cc
108
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kAshBrowserTests))
/external/chromium_org/chrome/browser/ui/views/
new_avatar_menu_button_browsertest.cc
49
DCHECK(CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/installer/util/
user_experiment.cc
109
const CommandLine& current_cmd_line = *CommandLine::
ForCurrentProcess
();
203
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kVerboseLogging))
253
const CommandLine& cmd_line = *CommandLine::
ForCurrentProcess
();
530
bool system_level_toast = CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/renderer/
benchmarking_extension.cc
117
CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kSingleProcess));
/external/chromium_org/chrome/renderer/extensions/
app_window_custom_bindings.cc
118
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
Completed in 1309 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>