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

  /external/chromium_org/content/common/
sandbox_init_mac.cc 50 } else if (process_type == switches::kWorkerProcess) {
  /external/chromium_org/content/common/sandbox_linux/
sandbox_linux.cc 361 process_type == switches::kWorkerProcess ||
400 process_type == switches::kWorkerProcess ||
sandbox_seccomp_bpf_linux.cc 125 process_type == switches::kWorkerProcess ||
192 process_type == switches::kWorkerProcess) {
  /external/chromium_org/content/public/common/
content_switches.cc     [all...]
content_switches.h 245 CONTENT_EXPORT extern const char kWorkerProcess[];
  /external/chromium_org/chrome/app/
chrome_main_delegate.cc 189 process_type == switches::kWorkerProcess ||
227 process_type == switches::kWorkerProcess ||
    [all...]
  /external/chromium_org/content/app/
content_main_runner.cc 299 { switches::kWorkerProcess, WorkerMain },
388 { switches::kWorkerProcess, WorkerMain },
  /external/chromium_org/content/browser/worker_host/
worker_process_host.cc 193 cmd_line->AppendSwitchASCII(switches::kProcessType, switches::kWorkerProcess);
225 if (value.empty() || value == switches::kWorkerProcess) {

Completed in 183 milliseconds