Home
last modified time | relevance | path

Searched defs:no_sandbox (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/common/chrome/
Dchrome_main_delegate_cef.cc81 bool no_sandbox = settings_->no_sandbox ? true : false; in BasicStartupComplete() local
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.cc114 bool no_sandbox = settings_->no_sandbox ? true : false; in BasicStartupComplete() local
/third_party/cef/libcef/browser/
Dmain_runner.cc364 int* no_sandbox) { in ContentMainInitialize()
/third_party/cef/include/internal/
Dcef_types.h166 int no_sandbox; member