Searched refs:wheelTicks (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/Shared/gtk/
H A DWebEventFactory.cpp142 FloatSize wheelTicks; local
145 wheelTicks = FloatSize(0, 1);
148 wheelTicks = FloatSize(0, -1);
151 wheelTicks = FloatSize(1, 0);
154 wheelTicks = FloatSize(-1, 0);
160 wheelTicks = FloatSize(-deltaX, -deltaY);
171 FloatSize delta(wheelTicks.width() * step, wheelTicks.height() * step);
177 wheelTicks,
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebWheelEvent.cpp36 WebWheelEvent::WebWheelEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, const FloatSize& delta, const FloatSize& wheelTicks, Granularity granularity, Modifiers modifiers, double timestamp) argument
41 , m_wheelTicks(wheelTicks)
54 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
59 , m_wheelTicks(wheelTicks)
H A DWebEvent.h174 WebWheelEvent(Type, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, const WebCore::FloatSize& delta, const WebCore::FloatSize& wheelTicks, Granularity, Modifiers, double timestamp);
176 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);
182 const WebCore::FloatSize wheelTicks() const { return m_wheelTicks; } function in class:WebKit::WebWheelEvent
H A DWebEventConversion.cpp127 m_wheelTicksX = webEvent.wheelTicks().width();
128 m_wheelTicksY = webEvent.wheelTicks().height();
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DWheelEvent.h63 static PassRefPtr<WheelEvent> create(const FloatPoint& wheelTicks, argument
68 return adoptRef(new WheelEvent(wheelTicks, rawDelta, deltaMode, view,
97 WheelEvent(const FloatPoint& wheelTicks, const FloatPoint& rawDelta,
H A DWheelEvent.cpp55 WheelEvent::WheelEvent(const FloatPoint& wheelTicks, const FloatPoint& rawDelta, unsigned deltaMode, argument
65 , m_wheelDelta(IntPoint(static_cast<int>(wheelTicks.x() * TickMultiplier), static_cast<int>(wheelTicks.y() * TickMultiplier)))
/macosx-10.9.5/WebKit2-7537.78.2/Shared/qt/
H A DWebEventFactoryQt.cpp161 FloatSize wheelTicks(wheelTicksX, wheelTicksY);
162 return WebWheelEvent(WebEvent::Wheel, transformedPoint, globalPoint, transformedDelta, wheelTicks, granularity, modifiers, timestamp);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/x11/
H A DNetscapePluginX11.cpp479 FloatSize ticks = webEvent.wheelTicks();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebPageProxy.cpp1317 FloatSize mergedWheelTicks = a.wheelTicks() + b.wheelTicks();
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebPage.cpp3860 if (mouseEvent.wheelTicks()) {
3863 0, -mouseEvent.wheelTicks(),

Completed in 150 milliseconds