Searched refs:scrollCount (Results 1 - 7 of 7) 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
65 , m_scrollCount(scrollCount)
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);
188 uint32_t scrollCount() const { return m_scrollCount; } function in class:WebKit::WebWheelEvent
H A DWebEventConversion.cpp135 m_scrollCount = webEvent.scrollCount();
/macosx-10.10/WebCore-7600.1.25/replay/
H A DSerializationMethods.cpp354 int scrollCount; member in struct:JSC::PlatformWheelEventCocoaArguments
368 m_scrollCount = arguments.scrollCount;
398 ENCODE_TYPE_WITH_KEY(encodedData, int, scrollCount, input.scrollCount());
428 DECODE_TYPE_WITH_KEY_TO_LVALUE(encodedData, int, scrollCount, arguments.scrollCount);
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DWebEventFactory.mm391 uint32_t scrollCount;
396 scrollCount = [event _scrollCount];
399 scrollCount = 0;
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/WebCore-7600.1.25/platform/
H A DPlatformWheelEvent.h162 unsigned scrollCount() const { return m_scrollCount; } function in class:WebCore::PlatformWheelEvent
/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 194 milliseconds