OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForCurrentProcess
(Results
751 - 775
of
1121
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/chromium_org/chrome/browser/content_settings/
cookie_settings_unittest.cc
69
CommandLine* cmd = CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/browser/extensions/activity_log/
activity_database_unittest.cc
116
CommandLine::
ForCurrentProcess
()->AppendSwitch(
/external/chromium_org/chrome/browser/extensions/api/messaging/
native_message_process_host_unittest.cc
262
CommandLine::
ForCurrentProcess
()->AppendSwitchASCII(
/external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_apitest.cc
278
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kAshBrowserTests))
/external/chromium_org/chrome/browser/extensions/api/socket/
socket_apitest.cc
90
params.command_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/browser/extensions/
bundle_installer.cc
93
CHECK(CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kTestType));
extension_message_bubble_controller_unittest.cc
156
CommandLine::
ForCurrentProcess
(),
/external/chromium_org/chrome/browser/metrics/
metrics_service_unittest.cc
197
CommandLine::
ForCurrentProcess
()->AppendSwitch(
/external/chromium_org/chrome/browser/password_manager/
password_manager_browsertest.cc
284
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kAshBrowserTests))
/external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_browsertest.cc
161
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/browser/printing/
print_view_manager_base.cc
166
const CommandLine* cmdline = CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/browser/
process_singleton_win.cc
340
*CommandLine::
ForCurrentProcess
());
/external/chromium_org/chrome/browser/service_process/
service_process_control.cc
151
cmd_line->CopySwitchesFrom(*CommandLine::
ForCurrentProcess
(),
/external/chromium_org/chrome/browser/tab_contents/
spelling_menu_observer.cc
179
const CommandLine* command_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_context_menu_controller.cc
92
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/ui/
chrome_pages.cc
77
const CommandLine* command_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/browser/ui/webui/options/
create_profile_handler.cc
414
if (!CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc
263
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc
180
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/chromeos/dbus/
fake_dbus_thread_manager.cc
85
CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/cloud_print/gcp20/prototype/
print_job_handler.cc
87
if (CommandLine::
ForCurrentProcess
()->HasSwitch("simulate-printing-errors")) {
/external/chromium_org/components/variations/
variations_seed_processor.cc
254
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/content/browser/
browser_child_process_host_impl.cc
144
const CommandLine& browser_command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/content/browser/gpu/
gpu_process_host_ui_shim.cc
265
CommandLine* cmd_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/content/browser/loader/
async_resource_handler.cc
45
CommandLine::
ForCurrentProcess
()->GetSwitchValueASCII(name);
Completed in 680 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>