HomeSort by relevance Sort by last modified time
    Searched refs:hasPreciseScrollingDeltas (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit2/Shared/
WebWheelEvent.cpp 52 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)
61 , m_hasPreciseScrollingDeltas(hasPreciseScrollingDeltas)
WebEvent.h 180 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; }
WebEventConversion.cpp 116 m_hasPreciseScrollingDeltas = webEvent.hasPreciseScrollingDeltas();
  /external/webkit/Source/WebCore/platform/
PlatformWheelEvent.h 158 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; }
  /external/webkit/Source/WebCore/platform/mac/
ScrollAnimatorMac.mm 801 if (!wheelEvent.hasPreciseScrollingDeltas()) {
    [all...]

Completed in 182 milliseconds