OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForCurrentProcess
(Results
726 - 750
of
1121
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/extensions/common/
extension.cc
376
!CommandLine::
ForCurrentProcess
()->HasSwitch(
731
!CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/ui/base/resource/
resource_bundle.cc
269
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
758
return CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium/chrome/browser/
background_application_list_model_unittest.cc
70
CommandLine::
ForCurrentProcess
(),
process_singleton_linux_uitest.cc
70
CommandLine* cmd_line = CommandLine::
ForCurrentProcess
();
/external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.cc
294
CommandLine::
ForCurrentProcess
()->GetSwitchValueASCII(
/external/chromium/chrome/browser/chromeos/frame/
browser_view.cc
305
if (!CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kChromeosFrame)) {
/external/chromium/chrome/browser/content_settings/
content_settings_pref_provider_unittest.cc
317
CommandLine* cmd = CommandLine::
ForCurrentProcess
();
/external/chromium/chrome/browser/extensions/
extension_web_ui.cc
144
const CommandLine& browser_command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium/chrome/browser/net/
connection_tester.cc
180
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium/chrome/browser/printing/
printing_layout_uitest.cc
178
return CommandLine::
ForCurrentProcess
()->HasSwitch(kGenerateSwitch);
printing_message_filter.cc
68
cloud_print_enabled_ = CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium/chrome/browser/profiles/
profile_io_data.cc
279
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium/chrome/browser/service/
service_process_control.cc
134
const CommandLine& browser_command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium/chrome/browser/sidebar/
sidebar_manager.cc
33
return CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.cc
394
return CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kDebugDevTools);
/external/chromium/chrome/common/
logging_chrome.cc
325
if (!CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kNoErrorDialogs))
/external/chromium_org/android_webview/native/
aw_settings.cc
51
CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/ash/system/user/
tray_user_unittest.cc
82
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/ash/wm/
custom_frame_view_ash.cc
58
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
window_state.cc
57
animate_to_fullscreen_ = !CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/android/
chrome_web_contents_delegate_android.cc
273
!CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/autocomplete/
keyword_provider_unittest.cc
342
CommandLine::
ForCurrentProcess
()->AppendSwitchASCII(
/external/chromium_org/chrome/browser/chromeos/policy/
enrollment_handler_chromeos.cc
197
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/chromeos/settings/
cros_settings.cc
53
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/component_updater/
pepper_flash_component_installer.cc
403
CommandLine* cmd_line = CommandLine::
ForCurrentProcess
();
Completed in 703 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>