OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForCurrentProcess
(Results
901 - 925
of
1121
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/chromium/chrome/browser/ui/
browser_init.cc
573
const CommandLine& parsed_command_line = *CommandLine::
ForCurrentProcess
();
[
all
...]
/external/chromium_org/android_webview/browser/
in_process_view_renderer.cc
131
static bool g_hw_enabled = !CommandLine::
ForCurrentProcess
()->HasSwitch(
349
CommandLine* cl = CommandLine::
ForCurrentProcess
();
[
all
...]
/external/chromium_org/ash/display/
display_controller.cc
229
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
777
CommandLine::
ForCurrentProcess
()->HasSwitch(
display_manager.cc
100
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
208
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
[
all
...]
/external/chromium_org/ash/wm/caption_buttons/
frame_maximize_button_unittest.cc
136
CommandLine::
ForCurrentProcess
()->AppendSwitch(
334
if (!CommandLine::
ForCurrentProcess
()->HasSwitch(
[
all
...]
/external/chromium_org/ash/wm/
system_gesture_event_filter_unittest.cc
204
CommandLine::
ForCurrentProcess
()->AppendSwitch(
207
CommandLine::
ForCurrentProcess
()->AppendSwitch(
/external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc
121
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
374
} else if (CommandLine::
ForCurrentProcess
()->HasSwitch(
[
all
...]
/external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.cc
59
return CommandLine::
ForCurrentProcess
()->HasSwitch(
688
thumbnail_path = CommandLine::
ForCurrentProcess
()->GetSwitchValuePath(
/external/chromium_org/chrome/browser/devtools/
devtools_sanity_browsertest.cc
[
all
...]
/external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc
[
all
...]
process_singleton_linux.cc
697
return NotifyOtherProcessWithTimeout(*CommandLine::
ForCurrentProcess
(),
829
*CommandLine::
ForCurrentProcess
(),
[
all
...]
/external/chromium_org/chrome/browser/media/
media_capture_devices_dispatcher.cc
338
CommandLine::
ForCurrentProcess
()->HasSwitch(
345
CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/policy/
policy_browsertest.cc
594
CommandLine::
ForCurrentProcess
()->AppendSwitch("noerrdialogs");
767
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kAshBrowserTests))
[
all
...]
/external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc
104
CommandLine* cl = CommandLine::
ForCurrentProcess
();
168
CommandLine *cl = CommandLine::
ForCurrentProcess
();
[
all
...]
/external/chromium_org/chrome/browser/ui/
browser_commands.cc
283
*CommandLine::
ForCurrentProcess
(), prefs)) {
540
if (!CommandLine::
ForCurrentProcess
()->HasSwitch(
[
all
...]
/external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc
677
CommandLine::
ForCurrentProcess
()->HasSwitch(
828
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kKioskMode))
[
all
...]
/external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.cc
448
return !CommandLine::
ForCurrentProcess
()->HasSwitch(
826
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/
about_ui.cc
250
} else if (CommandLine::
ForCurrentProcess
()->HasSwitch(
776
base::FilePath binary = CommandLine::
ForCurrentProcess
()->GetProgram();
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc
461
if (CommandLine::
ForCurrentProcess
()->HasSwitch(key))
462
value = CommandLine::
ForCurrentProcess
()->GetSwitchValueASCII(key);
[
all
...]
/external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash_unittest.cc
98
CommandLine::
ForCurrentProcess
()->AppendSwitch(switches::kOpenAsh);
[
all
...]
/external/chromium_org/chrome/utility/
chrome_content_utility_client.cc
302
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
313
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/content/browser/
child_process_security_policy_impl.cc
245
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
580
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kSitePerProcess) &&
/external/chromium_org/content/common/
cc_messages.cc
211
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
227
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc
133
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
136
CommandLine::
ForCurrentProcess
()->GetSwitchValueASCII(
[
all
...]
/external/chromium_org/extensions/browser/
process_manager.cc
208
if (base::StringToUint(CommandLine::
ForCurrentProcess
()->GetSwitchValueASCII(
215
if (base::StringToUint(CommandLine::
ForCurrentProcess
()->GetSwitchValueASCII(
[
all
...]
Completed in 4469 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>