Searched refs:CefBrowserPlatformDelegateNativeWin (Results 1 – 3 of 3) sorted by relevance
127 CefBrowserPlatformDelegateNativeWin::CefBrowserPlatformDelegateNativeWin( in CefBrowserPlatformDelegateNativeWin() function in CefBrowserPlatformDelegateNativeWin132 void CefBrowserPlatformDelegateNativeWin::BrowserDestroyed( in BrowserDestroyed()142 bool CefBrowserPlatformDelegateNativeWin::CreateHostWindow() { in CreateHostWindow()228 void CefBrowserPlatformDelegateNativeWin::CloseHostWindow() { in CloseHostWindow()235 CefWindowHandle CefBrowserPlatformDelegateNativeWin::GetHostWindowHandle() in GetHostWindowHandle()242 views::Widget* CefBrowserPlatformDelegateNativeWin::GetWindowWidget() const { in GetWindowWidget()246 void CefBrowserPlatformDelegateNativeWin::SendFocusEvent(bool setFocus) { in SendFocusEvent()289 void CefBrowserPlatformDelegateNativeWin::NotifyMoveOrResizeStarted() { in NotifyMoveOrResizeStarted()310 void CefBrowserPlatformDelegateNativeWin::SizeTo(int width, int height) { in SizeTo()328 gfx::Point CefBrowserPlatformDelegateNativeWin::GetScreenPoint( in GetScreenPoint()[all …]
13 class CefBrowserPlatformDelegateNativeWin16 CefBrowserPlatformDelegateNativeWin(const CefWindowInfo& window_info,
43 return std::make_unique<CefBrowserPlatformDelegateNativeWin>( in CreateNativeDelegate()