Home
last modified time | relevance | path

Searched refs:GetContentMainDelegate (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef/common/
Dmain_runner_delegate.h21 virtual content::ContentMainDelegate* GetContentMainDelegate() = 0;
/third_party/cef/libcef/common/alloy/
Dalloy_main_runner_delegate.h32 content::ContentMainDelegate* GetContentMainDelegate() override;
Dalloy_main_runner_delegate.cc22 AlloyMainRunnerDelegate::GetContentMainDelegate() { in GetContentMainDelegate() function in AlloyMainRunnerDelegate
/third_party/cef/libcef/common/chrome/
Dchrome_main_runner_delegate.h34 content::ContentMainDelegate* GetContentMainDelegate() override;
Dchrome_main_runner_delegate.cc26 ChromeMainRunnerDelegate::GetContentMainDelegate() { in GetContentMainDelegate() function in ChromeMainRunnerDelegate
/third_party/cef/libcef/browser/
Dmain_runner.cc340 main_delegate->GetContentMainDelegate()); in RunAsHelperProcess()
370 main_delegate_->GetContentMainDelegate()); in ContentMainInitialize()