Home
last modified time | relevance | path

Searched refs:multi_threaded_message_loop (Results 1 – 11 of 11) sorted by relevance

/third_party/cef/tests/shared/browser/
Dclient_app_browser.cc22 settings.multi_threaded_message_loop = in PopulateSettings()
26 if (!settings.multi_threaded_message_loop) { in PopulateSettings()
/third_party/cef/tests/ceftests/
Drun_all_unittests.cc191 if (!settings.multi_threaded_message_loop) {
206 if (settings.multi_threaded_message_loop) {
/third_party/cef/libcef/browser/
Dmain_runner.h30 CefMainRunner(bool multi_threaded_message_loop, bool external_message_pump);
Dcontext.cc327 if (settings.multi_threaded_message_loop) { in Initialize()
357 main_runner_.reset(new CefMainRunner(settings_.multi_threaded_message_loop, in Initialize()
Dmain_runner.cc218 CefMainRunner::CefMainRunner(bool multi_threaded_message_loop, in CefMainRunner() argument
220 : multi_threaded_message_loop_(multi_threaded_message_loop), in CefMainRunner()
/third_party/cef/tests/cefclient/
Dcefclient_win.cc89 if (settings.multi_threaded_message_loop) in RunMain()
Dcefclient_gtk.cc109 if (settings.multi_threaded_message_loop) in RunMain()
/third_party/cef/libcef/renderer/alloy/
Dalloy_content_renderer_client.cc546 if (!CefContext::Get()->settings().multi_threaded_message_loop) in RunSingleProcessCleanupOnUIThread()
/third_party/cef/include/internal/
Dcef_types_wrappers.h564 target->multi_threaded_message_loop = src->multi_threaded_message_loop; in set()
Dcef_types.h209 int multi_threaded_message_loop; member
/third_party/chromium/patch/
D0003-ohos-1115.patch63150 + settings.multi_threaded_message_loop = false;