Searched refs:hasPreciseScrollingDeltas (Results 1 - 11 of 11) 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
64 , m_hasPreciseScrollingDeltas(hasPreciseScrollingDeltas)
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);
187 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; } function in class:WebKit::WebWheelEvent
H A DWebEventConversion.cpp134 m_hasPreciseScrollingDeltas = webEvent.hasPreciseScrollingDeltas();
/macosx-10.10/WebCore-7600.1.25/replay/
H A DSerializationMethods.cpp351 bool hasPreciseScrollingDeltas; member in struct:JSC::PlatformWheelEventCocoaArguments
365 m_hasPreciseScrollingDeltas = arguments.hasPreciseScrollingDeltas;
395 ENCODE_TYPE_WITH_KEY(encodedData, bool, hasPreciseScrollingDeltas, input.hasPreciseScrollingDeltas());
425 DECODE_TYPE_WITH_KEY_TO_LVALUE(encodedData, bool, hasPreciseScrollingDeltas, arguments.hasPreciseScrollingDeltas);
/macosx-10.10/WebCore-7600.1.25/platform/
H A DPlatformWheelEvent.h158 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; } function in class:WebCore::PlatformWheelEvent
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DWebEventFactory.mm389 bool hasPreciseScrollingDeltas = continuous;
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/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsevent.py228 self.assertResultIsBOOL(NSEvent.hasPreciseScrollingDeltas)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DViewGestureControllerMac.mm285 if (!event.hasPreciseScrollingDeltas)
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DScrollAnimatorMac.mm1085 if (!wheelEvent.hasPreciseScrollingDeltas() || !rubberBandingEnabledForSystem())
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.cpp1455 if (a.hasPreciseScrollingDeltas() != b.hasPreciseScrollingDeltas())
1472 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());
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPlugin.mm1861 if (!event.hasPreciseScrollingDeltas())

Completed in 224 milliseconds