OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPluginProcess
(Results
1 - 12
of
12
) sorted by null
/external/chromium/chrome/common/
common_glue.cc
41
!parsed_command_line.HasSwitch(switches::
kPluginProcess
)));
sandbox_policy.cc
585
} else if (type_str == switches::
kPluginProcess
) {
/external/chromium_org/content/common/
sandbox_init_mac.cc
57
} else if ((process_type == switches::
kPluginProcess
) ||
/external/chromium_org/content/shell/app/
shell_breakpad_client.cc
66
process_type == switches::
kPluginProcess
||
/external/chromium_org/chrome/app/
chrome_main_delegate.cc
184
if (process_type == switches::
kPluginProcess
||
236
process_type == switches::
kPluginProcess
||
534
CHECK(process_type == switches::
kPluginProcess
||
537
<< switches::
kPluginProcess
<< " or "
544
CHECK(process_type != switches::
kPluginProcess
&&
547
<< switches::
kPluginProcess
<< " and "
chrome_breakpad_client.cc
386
process_type == switches::
kPluginProcess
||
/external/chromium_org/content/public/common/
content_switches.cc
734
const char
kPluginProcess
[] = "plugin";
[
all
...]
content_switches.h
218
CONTENT_EXPORT extern const char
kPluginProcess
[];
/external/chromium_org/content/shell/browser/
shell_content_browser_client.cc
86
if (process_type == switches::
kPluginProcess
) {
/external/chromium_org/content/app/
content_main_runner.cc
306
if (process_type == switches::
kPluginProcess
||
445
{ switches::
kPluginProcess
, PluginMain },
/external/chromium_org/content/browser/
plugin_process_host.cc
185
cmd_line->AppendSwitchASCII(switches::kProcessType, switches::
kPluginProcess
);
/external/chromium_org/chrome/browser/
chrome_content_browser_client.cc
522
if (process_type == switches::
kPluginProcess
) {
[
all
...]
Completed in 416 milliseconds