HomeSort by relevance Sort by last modified time
    Searched refs:kPluginProcess (Results 1 - 10 of 10) 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/chrome/app/
chrome_main_delegate.cc 179 if (process_type == switches::kPluginProcess ||
231 process_type == switches::kPluginProcess ||
262 } else if (process_type == switches::kPluginProcess ||
543 CHECK(process_type == switches::kPluginProcess ||
546 << switches::kPluginProcess << " or "
553 CHECK(process_type != switches::kPluginProcess &&
556 << switches::kPluginProcess << " and "
breakpad_linux.cc     [all...]
  /external/chromium_org/content/public/common/
content_switches.cc 651 const char kPluginProcess[] = "plugin";
    [all...]
content_switches.h 194 CONTENT_EXPORT extern const char kPluginProcess[];
  /external/chromium_org/content/app/
content_main_runner.cc 298 if (process_type == switches::kPluginProcess ||
416 { switches::kPluginProcess, PluginMain },
660 process_type == switches::kPluginProcess ||
  /external/chromium_org/content/browser/
plugin_process_host.cc 181 cmd_line->AppendSwitchASCII(switches::kProcessType, switches::kPluginProcess);
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 497 if (process_type == switches::kPluginProcess)
    [all...]

Completed in 3447 milliseconds