OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForCurrentProcess
(Results
926 - 950
of
1121
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/chromium_org/media/audio/win/
core_audio_util_win.cc
155
const CommandLine* cmd_line = CommandLine::
ForCurrentProcess
();
194
const CommandLine* cmd_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/ui/aura/
root_window_host_x11.cc
81
CommandLine::
ForCurrentProcess
()->GetSwitchValueASCII(
141
if (Tokenize(CommandLine::
ForCurrentProcess
()->GetSwitchValueASCII(
[
all
...]
/external/chromium_org/chrome/browser/download/
download_browsertest.cc
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/identity/
identity_apitest.cc
507
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kAshBrowserTests))
[
all
...]
/external/chromium_org/chrome/browser/translate/
translate_manager_browsertest.cc
[
all
...]
/external/chromium/base/
logging.cc
362
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
/external/chromium/chrome/browser/chromeos/login/
user_manager.cc
598
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
wizard_controller.cc
326
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
/external/chromium/chrome/browser/chromeos/
preferences.cc
213
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kGuestSession)) {
/external/chromium/chrome/browser/prefs/
pref_service.cc
119
new CommandLinePrefStore(CommandLine::
ForCurrentProcess
());
/external/chromium/chrome/browser/translate/
translate_manager.cc
378
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kDisableTranslate))
/external/chromium/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc
91
const CommandLine& browser_command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium/chrome/browser/ui/views/
task_manager_view.cc
443
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium/chrome/browser/ui/webui/
gpu_internals_ui.cc
470
CommandLine::
ForCurrentProcess
()->command_line_string());
/external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.cc
256
CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium/net/base/
transport_security_state.cc
503
= CommandLine::
ForCurrentProcess
()->GetSwitchValueASCII(
/external/chromium_org/ash/system/tray/
system_tray.cc
219
CommandLine* cmd = CommandLine::
ForCurrentProcess
();
/external/chromium_org/base/
logging.cc
367
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
tracked_objects.cc
73
(CommandLine::
ForCurrentProcess
()->GetSwitchValueASCII(
/external/chromium_org/cc/test/
layer_tree_test.cc
354
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_controller.cc
215
!CommandLine::
ForCurrentProcess
()->HasSwitch(
autocomplete_provider_unittest.cc
514
CommandLine::
ForCurrentProcess
()->AppendSwitchASCII(
/external/chromium_org/chrome/browser/chromeos/login/
login_utils_browsertest.cc
194
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
parallel_authenticator_unittest.cc
64
CommandLine::
ForCurrentProcess
()->AppendSwitch(switches::kLoginManager);
/external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc
521
if (report_users_ && !CommandLine::
ForCurrentProcess
()->HasSwitch(
Completed in 610 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>