Home
last modified time | relevance | path

Searched refs:no_sandbox (Results 1 – 14 of 14) 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
83 if (no_sandbox) { in BasicStartupComplete()
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.cc114 bool no_sandbox = settings_->no_sandbox ? true : false; in BasicStartupComplete() local
126 no_sandbox = true; in BasicStartupComplete()
147 if (no_sandbox) in BasicStartupComplete()
/third_party/cef/tests/cefsimple/
Dcefsimple_win.cc68 settings.no_sandbox = true; in wWinMain()
Dcefsimple_linux.cc72 settings.no_sandbox = true; in main()
Dcefsimple_mac.mm152 settings.no_sandbox = true;
/third_party/cef/libcef/browser/
Dmain_runner.cc237 ContentMainInitialize(args, windows_sandbox_info, &settings->no_sandbox); in Initialize()
364 int* no_sandbox) { in ContentMainInitialize() argument
376 *no_sandbox = true; in ContentMainInitialize()
Dmain_runner.h61 int* no_sandbox);
/third_party/cef/tests/cefclient/
Dcefclient_win.cc77 settings.no_sandbox = true; in RunMain()
Dcefclient_gtk.cc94 settings.no_sandbox = true; in RunMain()
Dcefclient_mac.mm393 settings.no_sandbox = true;
/third_party/cef/tests/ceftests/
Drun_all_unittests.cc169 settings.no_sandbox = true;
/third_party/cef/include/internal/
Dcef_types_wrappers.h555 target->no_sandbox = src->no_sandbox; in set()
Dcef_types.h166 int no_sandbox; member
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch59004 + settings.no_sandbox = true;