Home
last modified time | relevance | path

Searched refs:CefEventHandle (Results 1 – 24 of 24) sorted by relevance

/third_party/cef/include/
Dcef_keyboard_handler.h61 CefEventHandle os_event, in OnPreKeyEvent()
75 CefEventHandle os_event) { in OnKeyEvent()
/third_party/cef/libcef_dll/ctocpp/
Dkeyboard_handler_ctocpp.h40 CefEventHandle os_event,
44 CefEventHandle os_event) override;
Dkeyboard_handler_ctocpp.cc24 CefEventHandle os_event, in OnPreKeyEvent()
63 CefEventHandle os_event) { in OnKeyEvent()
/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()
Dbrowser_platform_delegate_native_win.cc428 CefEventHandle CefBrowserPlatformDelegateNativeWin::GetEventHandle( in GetEventHandle()
Dbrowser_platform_delegate_native_mac.mm361 CefEventHandle CefBrowserPlatformDelegateNativeMac::GetEventHandle(
/third_party/cef/libcef/browser/chrome/
Dbrowser_platform_delegate_chrome.h39 CefEventHandle GetEventHandle(
Dbrowser_platform_delegate_chrome.cc89 CefEventHandle CefBrowserPlatformDelegateChrome::GetEventHandle( in GetEventHandle()
/third_party/cef/libcef/browser/extensions/
Dbrowser_platform_delegate_background.h41 CefEventHandle GetEventHandle(
Dbrowser_platform_delegate_background.cc100 CefEventHandle CefBrowserPlatformDelegateBackground::GetEventHandle( in GetEventHandle()
/third_party/cef/include/internal/
Dcef_mac.h39 #define CefEventHandle cef_event_handle_t macro
Dcef_linux.h39 #define CefEventHandle cef_event_handle_t macro
Dcef_win.h41 #define CefEventHandle cef_event_handle_t macro
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.h61 CefEventHandle GetEventHandle(
Dbrowser_platform_delegate_views.cc255 CefEventHandle CefBrowserPlatformDelegateViews::GetEventHandle( in GetEventHandle()
/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.h50 CefEventHandle GetEventHandle(
Dbrowser_platform_delegate_osr.cc192 CefEventHandle CefBrowserPlatformDelegateOsr::GetEventHandle( in GetEventHandle()
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h270 virtual CefEventHandle GetEventHandle(
Dbrowser_platform_delegate.cc216 CefEventHandle CefBrowserPlatformDelegate::GetEventHandle( in GetEventHandle()
/third_party/cef/tests/cefclient/browser/
Dclient_handler.h189 CefEventHandle os_event,
Dclient_handler.cc561 CefEventHandle os_event, in OnPreKeyEvent()