Home
last modified time | relevance | path

Searched refs:GetUiWheelEventOffset (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_aura.cc163 gfx::Vector2d offset(GetUiWheelEventOffset(deltaX, deltaY)); in TranslateUiWheelEvent()
179 gfx::Vector2d CefBrowserPlatformDelegateNativeAura::GetUiWheelEventOffset( in GetUiWheelEventOffset() function in CefBrowserPlatformDelegateNativeAura
Dbrowser_platform_delegate_native_win.h43 gfx::Vector2d GetUiWheelEventOffset(int deltaX, int deltaY) const override;
Dbrowser_platform_delegate_native_aura.h68 virtual gfx::Vector2d GetUiWheelEventOffset(int deltaX, int deltaY) const;
Dbrowser_platform_delegate_native_win.cc494 gfx::Vector2d CefBrowserPlatformDelegateNativeWin::GetUiWheelEventOffset( in GetUiWheelEventOffset() function in CefBrowserPlatformDelegateNativeWin