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

  /external/chromium_org/content/browser/
utility_process_host_impl.cc 45 no_sandbox_(no_sandbox),
63 return !no_sandbox_ && exposed_dir_.empty();
81 bool no_sandbox_; member in class:content::UtilitySandboxedProcessLauncherDelegate
106 no_sandbox_(false),
151 no_sandbox_ = true;
156 no_sandbox_ = true;
227 if (no_sandbox_ || browser_command_line.HasSwitch(switches::kNoSandbox))
262 no_sandbox_, env_,
utility_process_host_impl.h 84 bool no_sandbox_; member in class:content::UtilityProcessHostImpl
  /external/chromium_org/sandbox/win/tests/common/
controller.h 106 void SetUnsandboxed(bool is_no_sandbox) { no_sandbox_ = is_no_sandbox; }
142 bool no_sandbox_; member in class:sandbox::TestRunner
controller.cc 92 : 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_) {

Completed in 128 milliseconds