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 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 182 if (process_type == switches::kPluginProcess ||
225 process_type == switches::kPluginProcess ||
591 CHECK(process_type == switches::kPluginProcess ||
594 << switches::kPluginProcess << " or "
601 CHECK(process_type != switches::kPluginProcess &&
604 << switches::kPluginProcess << " and "
    [all...]
chrome_breakpad_client.cc 370 process_type == switches::kPluginProcess ||
  /external/chromium_org/content/public/common/
content_switches.cc 666 const char kPluginProcess[] = "plugin";
    [all...]
content_switches.h 192 CONTENT_EXPORT extern const char kPluginProcess[];
  /external/chromium_org/content/app/
content_main_runner.cc 254 if (process_type == switches::kPluginProcess ||
386 { switches::kPluginProcess, PluginMain },
  /external/chromium_org/content/browser/
plugin_process_host.cc 187 cmd_line->AppendSwitchASCII(switches::kProcessType, switches::kPluginProcess);
  /external/chromium_org/content/shell/browser/
shell_content_browser_client.cc 92 if (process_type == switches::kPluginProcess) {
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 546 if (process_type == switches::kPluginProcess) {
    [all...]

Completed in 355 milliseconds