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

  /external/webkit/Source/WebKit2/Shared/
WebGestureEvent.cpp 38 WebGestureEvent::WebGestureEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, Modifiers modifiers, double timestamp)
46 void WebGestureEvent::encode(CoreIPC::ArgumentEncoder* encoder) const
54 bool WebGestureEvent::decode(CoreIPC::ArgumentDecoder* decoder, WebGestureEvent& t)
65 bool WebGestureEvent::isGestureEventType(Type type)
WebEvent.h 63 // WebGestureEvent
249 class WebGestureEvent : public WebEvent {
251 WebGestureEvent() { }
252 WebGestureEvent(Type, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, Modifiers, double timestamp);
258 static bool decode(CoreIPC::ArgumentDecoder*, WebGestureEvent&);

Completed in 958 milliseconds