Searched defs:WebGestureEvent (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DWebGestureEvent.cpp38 WebGestureEvent::WebGestureEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, Modifiers modifiers, double timestamp) function in class:WebKit::WebGestureEvent
46 void WebGestureEvent::encode(CoreIPC::ArgumentEncoder* encoder) const
54 bool WebGestureEvent::decode(CoreIPC::ArgumentDecoder* decoder, WebGestureEvent& t)
65 bool WebGestureEvent::isGestureEventType(Type type)
H A DWebEvent.h63 // WebGestureEvent
249 class WebGestureEvent : public WebEvent { class in namespace:WebKit
251 WebGestureEvent() { } function in class:WebKit::WebGestureEvent
252 WebGestureEvent(Type, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, Modifiers, double timestamp);
258 static bool decode(CoreIPC::ArgumentDecoder*, WebGestureEvent&);

Completed in 184 milliseconds