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

/external/webkit/Source/WebKit2/Shared/
H A DWebEvent.cpp27 #include "WebEvent.h"
35 WebEvent::WebEvent() function in class:WebKit::WebEvent
42 WebEvent::WebEvent(Type type, Modifiers modifiers, double timestamp) function in class:WebKit::WebEvent
49 void WebEvent::encode(CoreIPC::ArgumentEncoder* encoder) const
54 bool WebEvent::decode(CoreIPC::ArgumentDecoder* decoder, WebEvent& t)
H A DWebEvent.h43 class WebEvent { class in namespace:WebKit
98 WebEvent();
100 WebEvent(Type, Modifiers, double timestamp);
103 static bool decode(CoreIPC::ArgumentDecoder*, WebEvent&);
112 class WebMouseEvent : public WebEvent {
158 class WebWheelEvent : public WebEvent {
213 class WebKeyboardEvent : public WebEvent {
249 class WebGestureEvent : public WebEvent {
307 class WebTouchEvent : public WebEvent {

Completed in 97 milliseconds