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.cc127 CefBrowserPlatformDelegateNativeWin::CefBrowserPlatformDelegateNativeWin( in CefBrowserPlatformDelegateNativeWin() function in CefBrowserPlatformDelegateNativeWin
132 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 …]
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()