Home
last modified time | relevance | path

Searched refs:BeforeMainMessageLoopRun (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/common/
Dmain_runner_delegate.h25 virtual void BeforeMainMessageLoopRun(base::RunLoop* run_loop) {} in BeforeMainMessageLoopRun() function
/third_party/cef/libcef/common/chrome/
Dchrome_main_runner_delegate.h36 void BeforeMainMessageLoopRun(base::RunLoop* run_loop) override;
Dchrome_main_runner_delegate.cc45 void ChromeMainRunnerDelegate::BeforeMainMessageLoopRun( in BeforeMainMessageLoopRun() function in ChromeMainRunnerDelegate
/third_party/cef/libcef/browser/
Dmain_runner.cc285 main_delegate_->BeforeMainMessageLoopRun(&run_loop); in RunMessageLoop()