Searched refs:CefBrowserPlatformDelegateChrome (Results 1 – 8 of 8) sorted by relevance
12 CefBrowserPlatformDelegateChrome::CefBrowserPlatformDelegateChrome( in CefBrowserPlatformDelegateChrome() function in CefBrowserPlatformDelegateChrome18 void CefBrowserPlatformDelegateChrome::WebContentsCreated( in WebContentsCreated()25 void CefBrowserPlatformDelegateChrome::WebContentsDestroyed( in WebContentsDestroyed()31 void CefBrowserPlatformDelegateChrome::BrowserCreated( in BrowserCreated()37 void CefBrowserPlatformDelegateChrome::BrowserDestroyed( in BrowserDestroyed()43 SkColor CefBrowserPlatformDelegateChrome::GetBackgroundColor() const { in GetBackgroundColor()47 void CefBrowserPlatformDelegateChrome::SendKeyEvent(const CefKeyEvent& event) { in SendKeyEvent()51 void CefBrowserPlatformDelegateChrome::SendMouseClickEvent( in SendMouseClickEvent()59 void CefBrowserPlatformDelegateChrome::SendMouseMoveEvent( in SendMouseMoveEvent()65 void CefBrowserPlatformDelegateChrome::SendMouseWheelEvent( in SendMouseWheelEvent()[all …]
14 class CefBrowserPlatformDelegateChrome18 explicit CefBrowserPlatformDelegateChrome(
533 static_cast<CefBrowserPlatformDelegateChrome*>(platform_delegate_.get()) in SetBrowser()
51 : CefBrowserPlatformDelegateChrome(std::move(native_delegate)) { in CefBrowserPlatformDelegateChromeViews()66 CefBrowserPlatformDelegateChrome::WebContentsCreated(web_contents, owned); in WebContentsCreated()72 CefBrowserPlatformDelegateChrome::BrowserCreated(browser); in BrowserCreated()88 CefBrowserPlatformDelegateChrome::BrowserDestroyed(browser); in BrowserDestroyed()
13 : public CefBrowserPlatformDelegateChrome {
53 friend class CefBrowserPlatformDelegateChrome; variable
94 return std::make_unique<CefBrowserPlatformDelegateChrome>( in Create()
5990 return std::make_unique<CefBrowserPlatformDelegateChrome>(