Searched refs:kPluginProcess (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/common/
H A Dsandbox_init_mac.cc55 } else if ((process_type == switches::kPluginProcess) ||
/external/chromium_org/content/shell/app/
H A Dshell_crash_reporter_client.cc67 process_type == switches::kPluginProcess ||
/external/chromium_org/chrome/app/
H A Dchrome_main_delegate.cc187 if (process_type == switches::kPluginProcess ||
229 process_type == switches::kPluginProcess ||
602 CHECK(process_type == switches::kPluginProcess ||
605 << switches::kPluginProcess << " or "
615 CHECK(process_type != switches::kPluginProcess)
617 << switches::kPluginProcess; member in class:switches
619 CHECK(process_type != switches::kPluginProcess &&
622 << switches::kPluginProcess << " and "
H A Dchrome_crash_reporter_client.cc376 process_type == switches::kPluginProcess ||
/external/chromium_org/content/public/common/
H A Dcontent_switches.cc637 const char kPluginProcess[] = "plugin"; member in namespace:switches
H A Dcontent_switches.h183 CONTENT_EXPORT extern const char kPluginProcess[];
/external/chromium_org/content/app/
H A Dcontent_main_runner.cc258 if (process_type == switches::kPluginProcess ||
391 { switches::kPluginProcess, PluginMain },
/external/chromium_org/content/browser/
H A Dplugin_process_host.cc213 cmd_line->AppendSwitchASCII(switches::kProcessType, switches::kPluginProcess);
/external/chromium_org/content/shell/browser/
H A Dshell_content_browser_client.cc93 if (process_type == switches::kPluginProcess) {
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc471 if (process_type == switches::kPluginProcess) {
1398 } else if (process_type == switches::kPluginProcess) {

Completed in 536 milliseconds