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

  /external/chromium_org/content/common/sandbox_linux/
sandbox_seccomp_bpf_linux.cc 115 process_type == switches::kGpuProcess ||
179 if (process_type == switches::kGpuProcess) {
231 if (process_type == switches::kGpuProcess)
sandbox_linux.cc 291 bool sandbox_failure_fatal = process_type != switches::kGpuProcess;
295 if (process_type == switches::kGpuProcess &&
358 process_type == switches::kGpuProcess) {
  /external/chromium_org/content/common/
sandbox_init_mac.cc 51 } else if (process_type == switches::kGpuProcess) {
  /external/chromium_org/content/shell/app/
shell_crash_reporter_client.cc 70 process_type == switches::kGpuProcess;
  /external/chromium_org/chrome/app/
chrome_main_delegate.cc 194 process_type == switches::kGpuProcess ||
243 process_type == switches::kGpuProcess ||
706 process_type == switches::kGpuProcess ||
712 process_type == switches::kGpuProcess ||
    [all...]
chrome_crash_reporter_client.cc 379 process_type == switches::kGpuProcess;
  /external/chromium_org/content/public/common/
content_switches.cc 542 const char kGpuProcess[] = "gpu-process";
    [all...]
content_switches.h 156 CONTENT_EXPORT extern const char kGpuProcess[];
  /external/chromium_org/content/shell/browser/
shell_content_browser_client.cc 107 if (process_type == switches::kGpuProcess) {
  /external/chromium_org/content/app/
content_main_runner.cc 398 { switches::kGpuProcess, GpuMain },
  /external/chromium_org/content/browser/gpu/
gpu_process_host.cc 873 cmd_line->AppendSwitchASCII(switches::kProcessType, switches::kGpuProcess);
    [all...]
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 485 if (process_type == switches::kGpuProcess) {
    [all...]

Completed in 997 milliseconds