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

  /external/chromium_org/content/common/
sandbox_init_mac.cc 45 } else if (process_type == switches::kUtilityProcess) {
  /external/chromium_org/apps/shell/app/
shell_main_delegate.cc 99 process_type == switches::kUtilityProcess;
  /external/chromium_org/chrome/app/
chrome_main_delegate.cc 188 } else if (process_type == switches::kUtilityProcess ||
242 process_type == switches::kUtilityProcess;
592 process_type == switches::kUtilityProcess)
595 << switches::kUtilityProcess << ", saw " << process_type;
741 if (process_type == switches::kUtilityProcess ||
    [all...]
  /external/chromium_org/content/public/common/
content_switches.cc     [all...]
content_switches.h 239 CONTENT_EXPORT extern const char kUtilityProcess[];
  /external/chromium_org/content/app/
content_main_runner.cc 270 if (process_type == switches::kUtilityProcess ||
303 { switches::kUtilityProcess, UtilityMain },
392 { switches::kUtilityProcess, UtilityMain },
  /external/chromium_org/content/browser/
utility_process_host_impl.cc 221 switches::kUtilityProcess);
  /external/chromium_org/content/common/sandbox_linux/
sandbox_seccomp_bpf_linux.cc 196 } else if (process_type == switches::kUtilityProcess) {
  /external/chromium_org/chrome/service/
service_utility_process_host.cc 172 cmd_line.AppendSwitchASCII(switches::kProcessType, switches::kUtilityProcess);
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc     [all...]

Completed in 468 milliseconds