Searched refs:hasPreciseScrollingDeltas (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DWebWheelEvent.cpp52 WebWheelEvent::WebWheelEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, const FloatSize& delta, const FloatSize& wheelTicks, Granularity granularity, Phase phase, Phase momentumPhase, bool hasPreciseScrollingDeltas, Modifiers modifiers, double timestamp) argument
61 , m_hasPreciseScrollingDeltas(hasPreciseScrollingDeltas)
H A DWebEvent.h180 WebWheelEvent(Type, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, const WebCore::FloatSize& delta, const WebCore::FloatSize& wheelTicks, Granularity, Phase phase, Phase momentumPhase,bool hasPreciseScrollingDeltas, Modifiers, double timestamp);
191 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; } function in class:WebKit::WebWheelEvent
H A DWebEventConversion.cpp116 m_hasPreciseScrollingDeltas = webEvent.hasPreciseScrollingDeltas();
/external/webkit/Source/WebCore/platform/
H A DPlatformWheelEvent.h158 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; } function in class:WebCore::PlatformWheelEvent
/external/webkit/Source/WebCore/platform/mac/
H A DScrollAnimatorMac.mm801 if (!wheelEvent.hasPreciseScrollingDeltas()) {

Completed in 98 milliseconds