Searched defs:unacceleratedScrollingDelta (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DWebWheelEvent.cpp54 WebWheelEvent::WebWheelEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, const FloatSize& delta, const FloatSize& wheelTicks, Granularity granularity, bool directionInvertedFromDevice, Phase phase, Phase momentumPhase, bool hasPreciseScrollingDeltas, uint32_t scrollCount, const WebCore::FloatSize& unacceleratedScrollingDelta, Modifiers modifiers, double timestamp) argument
H A DWebEvent.h189 const WebCore::FloatSize& unacceleratedScrollingDelta() const { return m_unacceleratedScrollingDelta; } function in class:WebKit::WebWheelEvent

Completed in 360 milliseconds