HomeSort by relevance Sort by last modified time
    Searched defs:wheelTicks (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/Shared/gtk/
WebEventFactory.cpp 141 FloatSize wheelTicks;
144 wheelTicks = FloatSize(0, 1);
147 wheelTicks = FloatSize(0, -1);
150 wheelTicks = FloatSize(1, 0);
153 wheelTicks = FloatSize(-1, 0);
162 FloatSize delta(wheelTicks.width() * step, wheelTicks.height() * step);
168 wheelTicks,
  /external/webkit/Source/WebKit2/Shared/
WebEvent.h 178 WebWheelEvent(Type, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, const WebCore::FloatSize& delta, const WebCore::FloatSize& wheelTicks, Granularity, Modifiers, double timestamp);
180 WebWheelEvent(Type, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, const WebCore::FloatSize& delta, const WebCore::FloatSize& wheelTicks, Granularity, Phase phase, Phase momentumPhase,bool hasPreciseScrollingDeltas, Modifiers, double timestamp);
186 const WebCore::FloatSize wheelTicks() const { return m_wheelTicks; }

Completed in 73 milliseconds