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

/external/webkit/Source/WebKit/chromium/public/
H A DWebInputEvent.h49 // WebInputEvent --------------------------------------------------------------
51 class WebInputEvent { class in namespace:WebKit
53 WebInputEvent(unsigned sizeParam = sizeof(WebInputEvent)) function in class:WebKit::WebInputEvent
127 // into WebCore, so round-tripping from WebInputEvent to a WebCore
140 // Returns true if the WebInputEvent |type| is a mouse event.
151 // Returns true if the WebInputEvent |type| is a keyboard event.
160 // Returns true if the WebInputEvent |type| is a touch event.
169 // Returns true if the WebInputEvent |type| should be handled as user gesture.
182 class WebKeyboardEvent : public WebInputEvent {
[all...]
/external/webkit/Source/WebKit/chromium/tests/
H A DPopupMenuTest.cpp42 #include "WebInputEvent.h"
133 virtual bool handleInputEvent(const WebInputEvent&) { return true; } argument
217 simulateKeyEvent(WebInputEvent::RawKeyDown, keyCode);
222 simulateKeyEvent(WebInputEvent::KeyUp, keyCode);
227 void simulateKeyEvent(WebInputEvent::Type eventType, int keyCode)

Completed in 63 milliseconds