OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForCurrentProcess
(Results
676 - 700
of
1121
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/components/nacl/loader/
nacl_listener.cc
214
CommandLine::
ForCurrentProcess
()->GetSwitchValueASCII(
/external/chromium_org/components/nacl/zygote/
nacl_fork_delegate_linux.cc
171
const CommandLine& current_cmd_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/components/policy/core/common/cloud/
cloud_policy_refresh_scheduler.cc
357
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_win.cc
123
CommandLine::
ForCurrentProcess
()->HasSwitch("chrome-frame")),
/external/chromium_org/content/browser/android/
child_process_launcher_android.cc
163
return CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kSingleProcess);
/external/chromium_org/content/browser/frame_host/
navigation_entry_screenshot_manager.cc
72
static bool overscroll_enabled = CommandLine::
ForCurrentProcess
()->
/external/chromium_org/content/browser/renderer_host/
backing_store_manager.cc
54
const CommandLine& command = *CommandLine::
ForCurrentProcess
();
backing_store_win.cc
87
const CommandLine& command = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/content/browser/renderer_host/p2p/
socket_host_udp.cc
47
return CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/content/browser/
site_instance_impl.cc
323
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/content/common/
child_process_host_impl.cc
92
child_path = CommandLine::
ForCurrentProcess
()->GetSwitchValuePath(
/external/chromium_org/content/common/gpu/
image_transport_surface_win.cc
262
!CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/content/renderer/pepper/
host_globals.cc
133
return CommandLine::
ForCurrentProcess
()->GetSwitchValueASCII(
ppb_graphics_3d_impl.cc
73
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/content/shell/browser/
shell_devtools_delegate.cc
47
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
shell_download_manager_delegate.cc
93
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kDumpRenderTree) &&
shell_web_contents_view_delegate_gtk.cc
46
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kDumpRenderTree))
/external/chromium_org/content/zygote/
zygote_main_linux.cc
386
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/extensions/common/manifest_handlers/
background_info.cc
169
(CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/extensions/common/
user_script.cc
52
if (!CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/google_apis/gaia/
gaia_urls.cc
55
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/gpu/command_buffer/service/
vertex_attrib_manager.cc
125
bool disable_workarounds = CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/gpu/config/
gpu_info_collector_x11.cc
192
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/jingle/glue/
logging_unittest.cc
53
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/media/video/capture/
file_video_capture_device.cc
141
CommandLine::
ForCurrentProcess
()->GetSwitchValuePath(
Completed in 304 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>