Searched refs:ChromeMainDelegateCef (Results 1 – 4 of 4) sorted by relevance
38 ChromeMainDelegateCef::ChromeMainDelegateCef(CefMainRunnerHandler* runner, in ChromeMainDelegateCef() function in ChromeMainDelegateCef50 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 …]
23 class ChromeMainDelegateCef : public ChromeMainDelegate,29 ChromeMainDelegateCef(CefMainRunnerHandler* runner,33 ChromeMainDelegateCef(const ChromeMainDelegateCef&) = delete;34 ChromeMainDelegateCef& operator=(const ChromeMainDelegateCef&) = delete;36 ~ChromeMainDelegateCef() override;
15 class ChromeMainDelegateCef; variable43 std::unique_ptr<ChromeMainDelegateCef> main_delegate_;
28 main_delegate_ = std::make_unique<ChromeMainDelegateCef>(runner_, settings_, in GetContentMainDelegate()