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

  /external/webkit/Source/WebKit2/Shared/
WebWheelEvent.cpp 36 WebWheelEvent::WebWheelEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, const FloatSize& delta, const FloatSize& wheelTicks, Granularity granularity, Modifiers modifiers, double timestamp)
52 WebWheelEvent::WebWheelEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, const FloatSize& delta, const FloatSize& wheelTicks, Granularity granularity, Phase phase, Phase momentumPhase, bool hasPreciseScrollingDeltas, Modifiers modifiers, double timestamp)
67 void WebWheelEvent::encode(CoreIPC::ArgumentEncoder* encoder) const
83 bool WebWheelEvent::decode(CoreIPC::ArgumentDecoder* decoder, WebWheelEvent& t)
108 bool WebWheelEvent::isWheelEventType(Type type)
WebEvent.h 53 // WebWheelEvent
158 class WebWheelEvent : public WebEvent {
176 WebWheelEvent() { }
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);
195 static bool decode(CoreIPC::ArgumentDecoder*, WebWheelEvent&);

Completed in 277 milliseconds