Home
last modified time | relevance | path

Searched refs:GetHostWindowHandle (Results 1 – 22 of 22) sorted by relevance

/third_party/cef/libcef/browser/extensions/
Dbrowser_platform_delegate_background.cc36 CefWindowHandle CefBrowserPlatformDelegateBackground::GetHostWindowHandle() in GetHostWindowHandle() function in CefBrowserPlatformDelegateBackground
123 return GetHostWindowHandle(); in GetParentWindowHandle()
Dbrowser_platform_delegate_background.h23 CefWindowHandle GetHostWindowHandle() const override;
/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr_mac.h17 CefWindowHandle GetHostWindowHandle() const override;
Dbrowser_platform_delegate_osr_linux.h19 CefWindowHandle GetHostWindowHandle() const override;
Dbrowser_platform_delegate_osr_linux.cc16 CefWindowHandle CefBrowserPlatformDelegateOsrLinux::GetHostWindowHandle() in GetHostWindowHandle() function in CefBrowserPlatformDelegateOsrLinux
Dbrowser_platform_delegate_osr_win.h19 CefWindowHandle GetHostWindowHandle() const override;
Dbrowser_platform_delegate_osr_win.cc17 CefWindowHandle CefBrowserPlatformDelegateOsrWin::GetHostWindowHandle() const { in GetHostWindowHandle() function in CefBrowserPlatformDelegateOsrWin
Dbrowser_platform_delegate_osr_mac.mm15 CefWindowHandle CefBrowserPlatformDelegateOsrMac::GetHostWindowHandle() const { function
Dbrowser_platform_delegate_osr.cc589 return GetHostWindowHandle(); in GetParentWindowHandle()
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_linux.h27 CefWindowHandle GetHostWindowHandle() const override;
Dbrowser_platform_delegate_native_win.h23 CefWindowHandle GetHostWindowHandle() const override;
Dbrowser_platform_delegate_native_mac.h25 CefWindowHandle GetHostWindowHandle() const override;
Dbrowser_platform_delegate_native_win.cc262 CefWindowHandle CefBrowserPlatformDelegateNativeWin::GetHostWindowHandle() in GetHostWindowHandle() function in CefBrowserPlatformDelegateNativeWin
392 msg.hwnd = GetHostWindowHandle(); in HandleKeyboardEvent()
646 SetWindowPos(platform_delegate->GetHostWindowHandle(), NULL, rect->left, in WndProc()
Dbrowser_platform_delegate_native_linux.cc125 CefWindowHandle CefBrowserPlatformDelegateNativeLinux::GetHostWindowHandle() in GetHostWindowHandle() function in CefBrowserPlatformDelegateNativeLinux
Dbrowser_platform_delegate_native_mac.mm253 CefWindowHandle CefBrowserPlatformDelegateNativeMac::GetHostWindowHandle() function
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc126 CefWindowHandle CefBrowserPlatformDelegateViews::GetHostWindowHandle() const { in GetHostWindowHandle() function in CefBrowserPlatformDelegateViews
297 return GetHostWindowHandle(); in GetParentWindowHandle()
Dbrowser_platform_delegate_views.h33 CefWindowHandle GetHostWindowHandle() const override;
/third_party/cef/libcef/browser/chrome/
Dbrowser_platform_delegate_chrome.cc96 return GetHostWindowHandle(); in GetParentWindowHandle()
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h174 virtual CefWindowHandle GetHostWindowHandle() const;
Dbrowser_platform_delegate.cc111 CefWindowHandle CefBrowserPlatformDelegate::GetHostWindowHandle() const { in GetHostWindowHandle() function in CefBrowserPlatformDelegate
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc377 return platform_delegate_->GetHostWindowHandle(); in GetWindowHandle()
1628 host_window_handle_ = platform_delegate_->GetHostWindowHandle(); in CreateHostWindow()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch15784 @@ -113,7 +113,7 @@ CefWindowHandle CefBrowserPlatformDelegate::GetHostWindowHandle() const {
15818 virtual CefWindowHandle GetHostWindowHandle() const;