OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForCurrentProcess
(Results
701 - 725
of
1121
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/net/tools/fetch/
fetch_client.cc
133
const CommandLine& parsed_command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/net/tools/get_server_time/
get_server_time.cc
226
const CommandLine& parsed_command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/ppapi/proxy/
plugin_main_nacl.cc
205
CommandLine::
ForCurrentProcess
()->AppendSwitchASCII(
/external/chromium_org/remoting/host/
desktop_resizer_linux.cc
163
exact_resize_(CommandLine::
ForCurrentProcess
()->
/external/chromium_org/skia/ext/
image_operations_bench.cc
272
return CommandLine::
ForCurrentProcess
();
/external/chromium_org/ui/gl/
gl_implementation_win.cc
170
const CommandLine* command_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/webkit/browser/appcache/
manifest_parser.cc
265
CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/chromeos/login/
user_manager_impl.cc
310
if (!CommandLine::
ForCurrentProcess
()->HasSwitch(::switches::kMultiProfiles))
386
if (!CommandLine::
ForCurrentProcess
()->HasSwitch(::switches::kMultiProfiles))
[
all
...]
/external/chromium_org/chrome/browser/sync/
profile_sync_service.cc
203
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
394
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
405
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
495
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
620
CommandLine::
ForCurrentProcess
()->
645
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
[
all
...]
/external/chromium_org/chrome/browser/profiles/
profile_manager.cc
315
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
362
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
657
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
[
all
...]
/external/chromium_org/chrome/browser/ui/
browser_browsertest.cc
372
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kAshBrowserTests))
392
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kAshBrowserTests))
[
all
...]
/external/chromium/chrome/browser/
io_thread.cc
70
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
648
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
jumplist_win.cc
427
FilePath user_data_dir = CommandLine::
ForCurrentProcess
()->
586
!CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/automation/
automation_provider.cc
156
CommandLine::
ForCurrentProcess
()->HasSwitch(
218
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/
jumplist_win.cc
412
base::FilePath user_data_dir = CommandLine::
ForCurrentProcess
()->
478
!CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/performance_monitor/
performance_monitor.cc
135
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
139
std::string switch_value = CommandLine::
ForCurrentProcess
()->
/external/chromium_org/chrome/browser/ui/panels/
panel_manager.cc
111
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kEnablePanels))
136
return CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/ui/webui/
bidi_checker_web_ui_test.cc
87
argv_ = CommandLine::
ForCurrentProcess
()->GetArgs();
92
CommandLine::
ForCurrentProcess
()->InitFromArgv(argv_);
chrome_web_ui_controller_factory.cc
252
!CommandLine::
ForCurrentProcess
()->HasSwitch(
450
CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/common/extensions/features/
simple_feature.cc
327
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
332
CommandLine::
ForCurrentProcess
()->GetSwitchValueASCII(
/external/chromium_org/chrome/renderer/printing/
print_web_view_helper_browsertest.cc
445
CommandLine::
ForCurrentProcess
()->AppendSwitch(
[
all
...]
/external/chromium_org/cloud_print/gcp20/prototype/
privet_http_server.cc
136
if (!CommandLine::
ForCurrentProcess
()->HasSwitch("disable-x-token")) {
189
if (CommandLine::
ForCurrentProcess
()->HasSwitch("disable-method-check"))
/external/chromium_org/cloud_print/virtual_driver/win/install/
setup.cc
509
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
548
if (CommandLine::
ForCurrentProcess
()->HasSwitch("verbose")) {
/external/chromium_org/content/browser/media/
webrtc_internals_browsertest.cc
136
ASSERT_TRUE(CommandLine::
ForCurrentProcess
()->HasSwitch(
138
ASSERT_TRUE(CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/content/browser/renderer_host/input/
input_router_impl.cc
45
CommandLine* parsed_command_line = CommandLine::
ForCurrentProcess
();
142
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
Completed in 684 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>