Searched refs:directionInvertedFromDevice (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/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
61 , m_directionInvertedFromDevice(directionInvertedFromDevice)
H A DWebEvent.h175 WebWheelEvent(Type, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, const WebCore::FloatSize& delta, const WebCore::FloatSize& wheelTicks, Granularity, bool directionInvertedFromDevice, Phase, Phase momentumPhase, bool hasPreciseScrollingDeltas, uint32_t scrollCount, const WebCore::FloatSize& unacceleratedScrollingDelta, Modifiers, double timestamp);
183 bool directionInvertedFromDevice() const { return m_directionInvertedFromDevice; } function in class:WebKit::WebWheelEvent
H A DWebEventConversion.cpp130 m_directionInvertedFromDevice = webEvent.directionInvertedFromDevice();
/macosx-10.10/WebCore-7600.1.25/replay/
H A DSerializationMethods.cpp350 bool directionInvertedFromDevice; member in struct:JSC::PlatformWheelEventCocoaArguments
364 m_directionInvertedFromDevice = arguments.directionInvertedFromDevice;
394 ENCODE_TYPE_WITH_KEY(encodedData, bool, directionInvertedFromDevice, input.directionInvertedFromDevice());
424 DECODE_TYPE_WITH_KEY_TO_LVALUE(encodedData, bool, directionInvertedFromDevice, arguments.directionInvertedFromDevice);
/macosx-10.10/WebCore-7600.1.25/dom/
H A DWheelEvent.cpp78 , m_directionInvertedFromDevice(event.directionInvertedFromDevice())
/macosx-10.10/WebCore-7600.1.25/platform/
H A DPlatformWheelEvent.h147 bool directionInvertedFromDevice() const { return m_directionInvertedFromDevice; } function in class:WebCore::PlatformWheelEvent
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DWebEventFactory.mm386 bool directionInvertedFromDevice = [event isDirectionInvertedFromDevice];
406 return WebWheelEvent(WebEvent::Wheel, IntPoint(position), IntPoint(globalPosition), FloatSize(deltaX, deltaY), FloatSize(wheelTicksX, wheelTicksY), granularity, directionInvertedFromDevice, phase, momentumPhase, hasPreciseScrollingDeltas, scrollCount, unacceleratedScrollingDelta, modifiers, timestamp);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.cpp1472 return WebWheelEvent(WebEvent::Wheel, b.position(), b.globalPosition(), mergedDelta, mergedWheelTicks, b.granularity(), b.directionInvertedFromDevice(), b.phase(), b.momentumPhase(), b.hasPreciseScrollingDeltas(), b.scrollCount(), mergedUnacceleratedScrollingDelta, b.modifiers(), b.timestamp());

Completed in 165 milliseconds