Home
last modified time | relevance | path

Searched refs:CefQuitMessageLoop (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/tests/shared/browser/
Dmain_message_loop_std.cc19 CefQuitMessageLoop(); in Quit()
/third_party/cef/include/
Dcef_app.h123 void CefQuitMessageLoop();
/third_party/cef/tests/cefsimple/
Dsimple_handler.cc102 CefQuitMessageLoop(); in OnBeforeClose()
Dcefsimple_mac.mm74 // begin actual tear-down of the application by calling CefQuitMessageLoop.
169 // Run the CEF message loop. This will block until CefQuitMessageLoop() is
/third_party/cef/tests/ceftests/
Drun_all_unittests.cc58 CefQuitMessageLoop(); in QuitMessageLoop()
/third_party/cef/libcef/browser/
Dcontext.cc273 void CefQuitMessageLoop() { in CefQuitMessageLoop() function
/third_party/cef/libcef_dll/
Dlibcef_dll.cc149 CefQuitMessageLoop(); in cef_quit_message_loop()
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_wrapper.cc138 NO_SANITIZE("cfi-icall") CEF_GLOBAL void CefQuitMessageLoop() { in CefQuitMessageLoop() function
/third_party/cef/tests/cefclient/
Dcefclient_mac.mm127 // begin actual tear-down of the application by calling CefQuitMessageLoop.
/third_party/chromium/patch/
D0003-ohos-1115.patch63173 + // This will block until CefQuitMessageLoop() is called.