Home
last modified time | relevance | path

Searched refs:SendMouseWheelEvent (Results 1 – 25 of 28) sorted by relevance

12

/third_party/cef/libcef/browser/chrome/
Dbrowser_platform_delegate_chrome.cc65 void CefBrowserPlatformDelegateChrome::SendMouseWheelEvent( in SendMouseWheelEvent() function in CefBrowserPlatformDelegateChrome
69 native_delegate_->SendMouseWheelEvent(event, deltaX, deltaY); in SendMouseWheelEvent()
Dbrowser_platform_delegate_chrome.h34 void SendMouseWheelEvent(const CefMouseEvent& event,
/third_party/cef/libcef/browser/extensions/
Dbrowser_platform_delegate_background.h32 void SendMouseWheelEvent(const CefMouseEvent& event,
Dbrowser_platform_delegate_background.cc68 void CefBrowserPlatformDelegateBackground::SendMouseWheelEvent( in SendMouseWheelEvent() function in CefBrowserPlatformDelegateBackground
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc210 void CefBrowserPlatformDelegateViews::SendMouseWheelEvent( in SendMouseWheelEvent() function in CefBrowserPlatformDelegateViews
214 native_delegate_->SendMouseWheelEvent(event, deltaX, deltaY); in SendMouseWheelEvent()
Dbrowser_platform_delegate_views.h52 void SendMouseWheelEvent(const CefMouseEvent& event,
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_aura.h34 void SendMouseWheelEvent(const CefMouseEvent& event,
Dbrowser_platform_delegate_native_mac.h32 void SendMouseWheelEvent(const CefMouseEvent& event,
Dbrowser_platform_delegate_native_aura.cc54 void CefBrowserPlatformDelegateNativeAura::SendMouseWheelEvent( in SendMouseWheelEvent() function in CefBrowserPlatformDelegateNativeAura
Dbrowser_platform_delegate_native_mac.mm295 void CefBrowserPlatformDelegateNativeMac::SendMouseWheelEvent( function
/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.h41 void SendMouseWheelEvent(const CefMouseEvent& event,
Dbrowser_platform_delegate_osr.cc145 void CefBrowserPlatformDelegateOsr::SendMouseWheelEvent( in SendMouseWheelEvent() function in CefBrowserPlatformDelegateOsr
155 view->SendMouseWheelEvent(web_event); in SendMouseWheelEvent()
Drender_widget_host_view_osr.h235 void SendMouseWheelEvent(const blink::WebMouseWheelEvent& event);
Drender_widget_host_view_osr.cc1177 void CefRenderWidgetHostViewOSR::SendMouseWheelEvent( in SendMouseWheelEvent() function in CefRenderWidgetHostViewOSR
1198 popup_host_view_->SendMouseWheelEvent(popup_mouse_wheel_event); in SendMouseWheelEvent()
1227 guest_host_view->SendMouseWheelEvent(guest_mouse_wheel_event); in SendMouseWheelEvent()
/third_party/cef/libcef/browser/
Dbrowser_host_base.cc460 void CefBrowserHostBase::SendMouseWheelEvent(const CefMouseEvent& event, in SendMouseWheelEvent() function in CefBrowserHostBase
470 base::BindOnce(&CefBrowserHostBase::SendMouseWheelEvent, this, in SendMouseWheelEvent()
476 platform_delegate_->SendMouseWheelEvent(event, deltaX, deltaY); in SendMouseWheelEvent()
Dbrowser_host_base.h171 void SendMouseWheelEvent(const CefMouseEvent& event,
Dbrowser_platform_delegate.h225 virtual void SendMouseWheelEvent(const CefMouseEvent& event,
Dbrowser_platform_delegate.cc165 void CefBrowserPlatformDelegate::SendMouseWheelEvent(const CefMouseEvent& event, in SendMouseWheelEvent() function in CefBrowserPlatformDelegate
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.h100 void SendMouseWheelEvent(const CefMouseEvent& event,
Dbrowser_host_ctocpp.cc736 void CefBrowserHostCToCpp::SendMouseWheelEvent(const CefMouseEvent& event, in SendMouseWheelEvent() function in CefBrowserHostCToCpp
/third_party/cef/include/
Dcef_browser.h698 virtual void SendMouseWheelEvent(const CefMouseEvent& event,
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc713 browser->GetHost()->SendMouseWheelEvent(mouse_event, 0, -deltaY); in OnPaint()
745 browser->GetHost()->SendMouseWheelEvent(mouse_event, 0, -10); in OnPaint()
825 browser->GetHost()->SendMouseWheelEvent(mouse_event, 0, -10); in OnPaint()
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_host_cpptoc.cc848 CefBrowserHostCppToC::Get(self)->SendMouseWheelEvent(eventObj, deltaX, in browser_host_send_mouse_wheel_event()
/third_party/cef/tests/cefclient/browser/
Dosr_window_win.cc747 browser_host->SendMouseWheelEvent(mouse_event, in OnMouseEvent()
Dbrowser_window_osr_gtk.cc1641 host->SendMouseWheelEvent(mouse_event, deltaX, deltaY); in ScrollEvent()

12