Home
last modified time | relevance | path

Searched refs:GetEventHandle (Results 1 – 17 of 17) sorted by relevance

/third_party/cef/libcef/browser/extensions/
Dbrowser_platform_delegate_background.cc100 CefEventHandle CefBrowserPlatformDelegateBackground::GetEventHandle( in GetEventHandle() function in CefBrowserPlatformDelegateBackground
102 return native_delegate_->GetEventHandle(event); in GetEventHandle()
Dbrowser_platform_delegate_background.h41 CefEventHandle GetEventHandle(
/third_party/cef/libcef/browser/chrome/
Dbrowser_platform_delegate_chrome.cc89 CefEventHandle CefBrowserPlatformDelegateChrome::GetEventHandle( in GetEventHandle() function in CefBrowserPlatformDelegateChrome
91 return native_delegate_->GetEventHandle(event); in GetEventHandle()
Dbrowser_platform_delegate_chrome.h39 CefEventHandle GetEventHandle(
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_linux.h36 CefEventHandle GetEventHandle(
Dbrowser_platform_delegate_native_win.h32 CefEventHandle GetEventHandle(
Dbrowser_platform_delegate_native_mac.h41 CefEventHandle GetEventHandle(
Dbrowser_platform_delegate_native_linux.cc252 CefEventHandle CefBrowserPlatformDelegateNativeLinux::GetEventHandle( in GetEventHandle() function in CefBrowserPlatformDelegateNativeLinux
Dbrowser_platform_delegate_native_win.cc428 CefEventHandle CefBrowserPlatformDelegateNativeWin::GetEventHandle( in GetEventHandle() function in CefBrowserPlatformDelegateNativeWin
Dbrowser_platform_delegate_native_mac.mm361 CefEventHandle CefBrowserPlatformDelegateNativeMac::GetEventHandle( function
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc255 CefEventHandle CefBrowserPlatformDelegateViews::GetEventHandle( in GetEventHandle() function in CefBrowserPlatformDelegateViews
257 return native_delegate_->GetEventHandle(event); in GetEventHandle()
Dbrowser_platform_delegate_views.h61 CefEventHandle GetEventHandle(
/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.h50 CefEventHandle GetEventHandle(
Dbrowser_platform_delegate_osr.cc192 CefEventHandle CefBrowserPlatformDelegateOsr::GetEventHandle( in GetEventHandle() function in CefBrowserPlatformDelegateOsr
194 return native_delegate_->GetEventHandle(event); in GetEventHandle()
/third_party/cef/libcef/browser/
Dbrowser_contents_delegate.cc194 auto event_handle = delegate->GetEventHandle(event); in PreHandleKeyboardEvent()
225 auto event_handle = delegate->GetEventHandle(event); in HandleKeyboardEvent()
Dbrowser_platform_delegate.h270 virtual CefEventHandle GetEventHandle(
Dbrowser_platform_delegate.cc216 CefEventHandle CefBrowserPlatformDelegate::GetEventHandle( in GetEventHandle() function in CefBrowserPlatformDelegate