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

  /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...]
  /external/chromium_org/content/public/common/
content_switches.cc 637 const char kPluginProcess[] = "plugin";
    [all...]

Completed in 82 milliseconds