Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_win.cc154 CefBrowserPlatformDelegateNativeWin::CefBrowserPlatformDelegateNativeWin( in CefBrowserPlatformDelegateNativeWin() function in CefBrowserPlatformDelegateNativeWin
159 void CefBrowserPlatformDelegateNativeWin::BrowserDestroyed( in BrowserDestroyed()
169 bool CefBrowserPlatformDelegateNativeWin::CreateHostWindow() { in CreateHostWindow()
255 void CefBrowserPlatformDelegateNativeWin::CloseHostWindow() { in CloseHostWindow()
262 CefWindowHandle CefBrowserPlatformDelegateNativeWin::GetHostWindowHandle() in GetHostWindowHandle()
269 views::Widget* CefBrowserPlatformDelegateNativeWin::GetWindowWidget() const { in GetWindowWidget()
273 void CefBrowserPlatformDelegateNativeWin::SetFocus(bool setFocus) { in SetFocus()
316 void CefBrowserPlatformDelegateNativeWin::NotifyMoveOrResizeStarted() { in NotifyMoveOrResizeStarted()
337 void CefBrowserPlatformDelegateNativeWin::SizeTo(int width, int height) { in SizeTo()
355 gfx::Point CefBrowserPlatformDelegateNativeWin::GetScreenPoint( in GetScreenPoint()
[all …]
Dbrowser_platform_delegate_native_win.h13 class CefBrowserPlatformDelegateNativeWin
16 CefBrowserPlatformDelegateNativeWin(const CefWindowInfo& window_info,
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate_create.cc43 return std::make_unique<CefBrowserPlatformDelegateNativeWin>( in CreateNativeDelegate()