OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForCurrentProcess
(Results
651 - 675
of
1121
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.cc
174
command_line_(*CommandLine::
ForCurrentProcess
()),
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.cc
136
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate_chromeos.cc
204
return CommandLine::
ForCurrentProcess
()->HasSwitch(
session_state_delegate_chromeos.cc
89
bool has_login_manager = CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/ui/extensions/
extension_install_ui_default.cc
243
CommandLine* cmdline = CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/browser/ui/passwords/
password_manager_presenter.cc
28
require_reauthentication_ = !CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/ui/tab_contents/
core_tab_helper.cc
156
bool fast_tab_close_enabled = CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/ui/toolbar/
toolbar_model_unittest.cc
356
CommandLine::
ForCurrentProcess
()->AppendSwitchASCII(switches::kGoogleBaseURL,
/external/chromium_org/chrome/browser/ui/views/frame/
browser_frame.cc
110
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
immersive_mode_controller_ash_unittest.cc
264
CommandLine::
ForCurrentProcess
()->AppendSwitch(
/external/chromium_org/chrome/browser/ui/webui/chromeos/
keyboard_overlay_ui.cc
260
CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/ui/webui/options/
language_options_handler_common.cc
119
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/common/
service_process_util.cc
260
const CommandLine& browser_command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/renderer/extensions/
app_bindings.cc
37
CommandLine::
ForCurrentProcess
()->GetSwitchValueASCII(
/external/chromium_org/chrome/service/
service_process.cc
329
!CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/test/chromedriver/
logging.cc
186
CommandLine* cmd_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/test/chromedriver/server/
chromedriver_server.cc
180
CommandLine* cmd_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/test/logging/win/
test_log_collector.cc
201
also_emit_success_logs_ = CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/test/perf/frame_rate/
frame_rate_tests.cc
59
return CommandLine::
ForCurrentProcess
()->HasSwitch("enable-gpu");
/external/chromium_org/chrome/test/perf/
memory_test.cc
84
CommandLine::
ForCurrentProcess
()->GetSwitchValuePath(
/external/chromium_org/chrome_frame/
test_utils.cc
100
CommandLine::
ForCurrentProcess
()->GetProgram().value();
/external/chromium_org/chromeos/system/
statistics_provider.cc
259
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/components/autofill/content/browser/
autofill_driver_impl.cc
119
if (!CommandLine::
ForCurrentProcess
()->HasSwitch(
autofill_driver_impl_unittest.cc
226
CommandLine::
ForCurrentProcess
()->AppendSwitch(
/external/chromium_org/components/autofill/content/renderer/
password_generation_agent.cc
258
if (!CommandLine::
ForCurrentProcess
()->HasSwitch(
Completed in 1428 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>