Searched refs:tickDivisor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp2650 const float tickDivisor = static_cast<float>(WheelEvent::TickMultiplier); local
2655 scaledDelta.width() / tickDivisor, scaledDelta.height() / tickDivisor,
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp622 const float tickDivisor = WebCore::WheelEvent::TickMultiplier; local
626 syntheticWheel.wheelTicksX = delta.width / tickDivisor;
627 syntheticWheel.wheelTicksY = delta.height / tickDivisor;

Completed in 113 milliseconds