Searched defs:WebInputEvent (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidget.h47 class WebInputEvent;
141 virtual bool handleInputEvent(const WebInputEvent&) { return false; } argument
H A DWebInputEvent.h58 // WebInputEvent --------------------------------------------------------------
60 class WebInputEvent { class in namespace:blink
161 // into WebCore, so round-tripping from WebInputEvent to a WebCore
186 // Returns true if the WebInputEvent |type| is a mouse event.
192 // Returns true if the WebInputEvent |type| is a keyboard event.
198 // Returns true if the WebInputEvent |type| is a touch event.
204 // Returns true if the WebInputEvent is a gesture event.
211 explicit WebInputEvent(unsigned sizeParam) function in class:blink::WebInputEvent
223 class WebKeyboardEvent : public WebInputEvent {
270 : WebInputEvent(sizeo
[all...]
H A DWebFrameClient.h70 class WebInputEvent;
554 virtual void forwardInputEvent(const WebInputEvent*) { } argument

Completed in 208 milliseconds