Searched defs:hasPreciseScrollingDeltas (Results 1 - 3 of 3) 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
/external/webkit/Source/WebCore/platform/
H A DPlatformWheelEvent.h158 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; } function in class:WebCore::PlatformWheelEvent

Completed in 400 milliseconds