Searched refs:TickMultiplier (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DWheelEvent.cpp65 , m_wheelDelta(IntPoint(static_cast<int>(wheelTicks.x() * TickMultiplier), static_cast<int>(wheelTicks.y() * TickMultiplier)))
88 m_wheelDelta = IntPoint(rawDeltaX * TickMultiplier, rawDeltaY * TickMultiplier);
H A DWheelEvent.h45 enum { TickMultiplier = 120 }; enumerator in enum:WebCore::WheelEvent::__anon5278
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEventHandler.cpp2852 const float tickDivisor = static_cast<float>(WheelEvent::TickMultiplier);

Completed in 122 milliseconds