Searched defs:directionInvertedFromDevice (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.h183 bool directionInvertedFromDevice() const { return m_directionInvertedFromDevice; } function in class:WebKit::WebWheelEvent

Completed in 147 milliseconds