Home
last modified time | relevance | path

Searched refs:PreCreateMainMessageLoop (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/libcef/common/
Dmain_runner_handler.h16 virtual void PreCreateMainMessageLoop() = 0;
/third_party/cef/libcef/common/chrome/
Dchrome_main_delegate_cef.cc160 void ChromeMainDelegateCef::PreCreateMainMessageLoop() { in PreCreateMainMessageLoop() function in ChromeMainDelegateCef
164 runner_->PreCreateMainMessageLoop(); in PreCreateMainMessageLoop()
Dchrome_main_delegate_cef.h38 void PreCreateMainMessageLoop() override;
/third_party/cef/libcef/browser/
Dmain_runner.h63 void PreCreateMainMessageLoop() override;
Dmain_runner.cc429 void CefMainRunner::PreCreateMainMessageLoop() { in PreCreateMainMessageLoop() function in CefMainRunner
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.h42 void PreCreateMainMessageLoop() override;
Dalloy_main_delegate.cc87 void AlloyMainDelegate::PreCreateMainMessageLoop() { in PreCreateMainMessageLoop() function in AlloyMainDelegate
88 runner_->PreCreateMainMessageLoop(); in PreCreateMainMessageLoop()
/third_party/chromium/patch/
D0002_build_for_ohos.patch11715 void PreCreateMainMessageLoop() override;