Searched refs:no_sandbox_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/
H A Dutility_process_host_impl.cc75 no_sandbox_(false),
119 no_sandbox_ = true;
187 if (no_sandbox_ || browser_command_line.HasSwitch(switches::kNoSandbox))
218 use_zygote = !no_sandbox_ && exposed_dir_.empty();
H A Dutility_process_host_impl.h73 bool no_sandbox_; member in class:content::UtilityProcessHostImpl
/external/chromium_org/sandbox/win/tests/common/
H A Dcontroller.h106 void SetUnsandboxed(bool is_no_sandbox) { no_sandbox_ = is_no_sandbox; }
142 bool no_sandbox_; member in class:sandbox::TestRunner
H A Dcontroller.cc92 : is_init_(false), is_async_(false), no_sandbox_(false),
98 : is_init_(false), is_async_(false), no_sandbox_(false),
216 arguments += no_sandbox_ ? L"-no-sandbox " : L" ";
219 if (no_sandbox_) {
/external/chromium_org/chrome/test/automation/
H A Dproxy_launcher.h181 bool no_sandbox_; member in class:ProxyLauncher
H A Dproxy_launcher.cc119 no_sandbox_(CommandLine::ForCurrentProcess()->HasSwitch(
433 if (no_sandbox_)

Completed in 383 milliseconds