Searched refs:CefBrowserPlatformDelegateNativeWin (Results 1 – 3 of 3) sorted by relevance
154 CefBrowserPlatformDelegateNativeWin::CefBrowserPlatformDelegateNativeWin( in CefBrowserPlatformDelegateNativeWin() function in CefBrowserPlatformDelegateNativeWin159 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 …]
13 class CefBrowserPlatformDelegateNativeWin16 CefBrowserPlatformDelegateNativeWin(const CefWindowInfo& window_info,
43 return std::make_unique<CefBrowserPlatformDelegateNativeWin>( in CreateNativeDelegate()