HomeSort by relevance Sort by last modified time
    Searched refs:kPluginProcess (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/common/
sandbox_init_mac.cc 55 } else if ((process_type == switches::kPluginProcess) ||
  /external/chromium_org/content/shell/app/
shell_crash_reporter_client.cc 67 process_type == switches::kPluginProcess ||
  /external/chromium_org/chrome/app/
chrome_main_delegate.cc 187 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;
619 CHECK(process_type != switches::kPluginProcess &&
622 << switches::kPluginProcess << " and "
    [all...]
chrome_crash_reporter_client.cc 376 process_type == switches::kPluginProcess ||
  /external/chromium_org/content/public/common/
content_switches.cc 637 const char kPluginProcess[] = "plugin";
    [all...]
content_switches.h 183 CONTENT_EXPORT extern const char kPluginProcess[];
  /external/chromium_org/content/app/
content_main_runner.cc 258 if (process_type == switches::kPluginProcess ||
391 { switches::kPluginProcess, PluginMain },
  /external/chromium_org/content/browser/
plugin_process_host.cc 213 cmd_line->AppendSwitchASCII(switches::kProcessType, switches::kPluginProcess);
  /external/chromium_org/content/shell/browser/
shell_content_browser_client.cc 93 if (process_type == switches::kPluginProcess) {
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 471 if (process_type == switches::kPluginProcess) {
    [all...]

Completed in 557 milliseconds