Searched refs:wheelTicksX (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/Shared/efl/
H A DWebEventFactory.cpp150 float wheelTicksX = 0; local
163 wheelTicksX = deltaX;
174 FloatSize(wheelTicksX, wheelTicksY),
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DWebEventFactory.mm368 float wheelTicksX = 0;
375 wheelTicksX = deltaX / static_cast<float>(Scrollbar::pixelsPerLineStep());
379 wheelTicksX = deltaX;
406 return WebWheelEvent(WebEvent::Wheel, IntPoint(position), IntPoint(globalPosition), FloatSize(deltaX, deltaY), FloatSize(wheelTicksX, wheelTicksY), granularity, directionInvertedFromDevice, phase, momentumPhase, hasPreciseScrollingDeltas, scrollCount, unacceleratedScrollingDelta, modifiers, timestamp);

Completed in 172 milliseconds