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

  /external/webkit/Source/WebKit2/Shared/
WebEvent.cpp 27 #include "WebEvent.h"
35 WebEvent::WebEvent()
42 WebEvent::WebEvent(Type type, Modifiers modifiers, double timestamp)
49 void WebEvent::encode(CoreIPC::ArgumentEncoder* encoder) const
54 bool WebEvent::decode(CoreIPC::ArgumentDecoder* decoder, WebEvent& t)
WebEvent.h 43 class WebEvent {
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 759 milliseconds