Home
last modified time | relevance | path

Searched refs:PreHandleGestureEvent (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/libcef/browser/extensions/
Dextension_view_host.h48 bool PreHandleGestureEvent(content::WebContents* source,
Dextension_view_host.cc67 bool CefExtensionViewHost::PreHandleGestureEvent( in PreHandleGestureEvent() function in extensions::CefExtensionViewHost
/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc275 bool CefBrowserPlatformDelegateAlloy::PreHandleGestureEvent( in PreHandleGestureEvent() function in CefBrowserPlatformDelegateAlloy
279 return extension_host_->PreHandleGestureEvent(source, event); in PreHandleGestureEvent()
Dbrowser_platform_delegate_alloy.h50 bool PreHandleGestureEvent(content::WebContents* source,
Dalloy_browser_host_impl.h234 bool PreHandleGestureEvent(content::WebContents* source,
Dalloy_browser_host_impl.cc1249 bool AlloyBrowserHostImpl::PreHandleGestureEvent( in PreHandleGestureEvent() function in AlloyBrowserHostImpl
1252 return platform_delegate_->PreHandleGestureEvent(source, event); in PreHandleGestureEvent()
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h260 virtual bool PreHandleGestureEvent(content::WebContents* source,
Dbrowser_platform_delegate.cc205 bool CefBrowserPlatformDelegate::PreHandleGestureEvent( in PreHandleGestureEvent() function in CefBrowserPlatformDelegate