Home
last modified time | relevance | path

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

/third_party/cef/libcef/common/chrome/
Dchrome_main_delegate_cef.cc38 ChromeMainDelegateCef::ChromeMainDelegateCef(CefMainRunnerHandler* runner, in ChromeMainDelegateCef() function in ChromeMainDelegateCef
50 ChromeMainDelegateCef::~ChromeMainDelegateCef() = default;
52 bool ChromeMainDelegateCef::BasicStartupComplete(int* exit_code) { in BasicStartupComplete()
140 void ChromeMainDelegateCef::PreSandboxStartup() { in PreSandboxStartup()
165 void ChromeMainDelegateCef::PreBrowserMain() { in PreBrowserMain()
173 ChromeMainDelegateCef::RunProcess( in RunProcess()
185 void ChromeMainDelegateCef::ZygoteForked() { in ZygoteForked()
197 content::ContentClient* ChromeMainDelegateCef::CreateContentClient() { in CreateContentClient()
202 ChromeMainDelegateCef::CreateContentBrowserClient() { in CreateContentBrowserClient()
211 ChromeMainDelegateCef::CreateContentRendererClient() { in CreateContentRendererClient()
[all …]
Dchrome_main_delegate_cef.h23 class ChromeMainDelegateCef : public ChromeMainDelegate,
29 ChromeMainDelegateCef(CefMainRunnerHandler* runner,
33 ChromeMainDelegateCef(const ChromeMainDelegateCef&) = delete;
34 ChromeMainDelegateCef& operator=(const ChromeMainDelegateCef&) = delete;
36 ~ChromeMainDelegateCef() override;
Dchrome_main_runner_delegate.h15 class ChromeMainDelegateCef; variable
43 std::unique_ptr<ChromeMainDelegateCef> main_delegate_;
Dchrome_main_runner_delegate.cc28 main_delegate_ = std::make_unique<ChromeMainDelegateCef>(runner_, settings_, in GetContentMainDelegate()