Home
last modified time | relevance | path

Searched refs:CefBrowserPlatformDelegateOsrWin (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr_win.cc9 CefBrowserPlatformDelegateOsrWin::CefBrowserPlatformDelegateOsrWin( in CefBrowserPlatformDelegateOsrWin() function in CefBrowserPlatformDelegateOsrWin
17 CefWindowHandle CefBrowserPlatformDelegateOsrWin::GetHostWindowHandle() const { in GetHostWindowHandle()
Dbrowser_platform_delegate_osr_win.h11 class CefBrowserPlatformDelegateOsrWin : public CefBrowserPlatformDelegateOsr {
13 explicit CefBrowserPlatformDelegateOsrWin(
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate_create.cc59 return std::make_unique<CefBrowserPlatformDelegateOsrWin>( in CreateOSRDelegate()