Home
last modified time | relevance | path

Searched refs:CefBrowserPlatformDelegateChrome (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/libcef/browser/chrome/
Dbrowser_platform_delegate_chrome.cc12 CefBrowserPlatformDelegateChrome::CefBrowserPlatformDelegateChrome( in CefBrowserPlatformDelegateChrome() function in CefBrowserPlatformDelegateChrome
18 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 …]
Dbrowser_platform_delegate_chrome.h14 class CefBrowserPlatformDelegateChrome
18 explicit CefBrowserPlatformDelegateChrome(
Dchrome_browser_host_impl.cc533 static_cast<CefBrowserPlatformDelegateChrome*>(platform_delegate_.get()) in SetBrowser()
/third_party/cef/libcef/browser/chrome/views/
Dbrowser_platform_delegate_chrome_views.cc51 : 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()
Dbrowser_platform_delegate_chrome_views.h13 : public CefBrowserPlatformDelegateChrome {
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native.h53 friend class CefBrowserPlatformDelegateChrome; variable
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate_create.cc94 return std::make_unique<CefBrowserPlatformDelegateChrome>( in Create()
/third_party/chromium/patch/
D0004-3.2-Beta5.patch5990 return std::make_unique<CefBrowserPlatformDelegateChrome>(