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

  /external/webkit/Source/WebCore/platform/
PlatformWheelEvent.h 158 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; }
  /external/webkit/Source/WebKit2/Shared/
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; }

Completed in 29 milliseconds