Home
last modified time | relevance | path

Searched refs:multi_threaded_message_loop_ (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/browser/
Dmain_runner.cc220 : multi_threaded_message_loop_(multi_threaded_message_loop), in CefMainRunner()
253 if (multi_threaded_message_loop_) { in Shutdown()
395 if (multi_threaded_message_loop_) { in ContentMainRun()
439 if (!multi_threaded_message_loop_) { in RunMainProcess()
Dmain_runner.h82 const bool multi_threaded_message_loop_; variable