Searched refs:kDisableGpuSandbox (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/common/
H A Dsandbox_init_mac.cc52 if (command_line.HasSwitch(switches::kDisableGpuSandbox))
/external/chromium_org/chrome/browser/ui/startup/
H A Dbad_flags_prompt.cc42 switches::kDisableGpuSandbox,
/external/chromium_org/content/common/sandbox_linux/
H A Dsandbox_seccomp_bpf_linux.cc232 return !command_line.HasSwitch(switches::kDisableGpuSandbox);
/external/chromium_org/content/gpu/
H A Dgpu_child_thread.cc187 DCHECK(command_line->HasSwitch(switches::kDisableGpuSandbox) ||
/external/chromium_org/content/public/common/
H A Dcontent_switches.cc158 const char kDisableGpuSandbox[] = "disable-gpu-sandbox"; member in namespace:switches
H A Dcontent_switches.h57 CONTENT_EXPORT extern const char kDisableGpuSandbox[];
/external/chromium_org/chrome/browser/chromeos/login/
H A Dchrome_restart_request.cc101 ::switches::kDisableGpuSandbox,
/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host.cc77 switches::kDisableGpuSandbox,
160 bool sandbox = !cmd_line_->HasSwitch(switches::kDisableGpuSandbox);
877 cmd_line->AppendSwitch(switches::kDisableGpuSandbox);

Completed in 160 milliseconds