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

  /external/webkit/Source/WebKit2/Shared/
WebKeyboardEvent.cpp 33 WebKeyboardEvent::WebKeyboardEvent(Type type, const String& text, const String& unmodifiedText, const String& keyIdentifier, int windowsVirtualKeyCode, int nativeVirtualKeyCode, int macCharCode, bool isAutoRepeat, bool isKeypad, bool isSystemKey, Modifiers modifiers, double timestamp)
48 void WebKeyboardEvent::encode(CoreIPC::ArgumentEncoder* encoder) const
56 bool WebKeyboardEvent::decode(CoreIPC::ArgumentDecoder* decoder, WebKeyboardEvent& t)
67 bool WebKeyboardEvent::isKeyboardEventType(Type type)
WebEvent.h 56 // WebKeyboardEvent
213 class WebKeyboardEvent : public WebEvent {
215 WebKeyboardEvent() { }
217 WebKeyboardEvent(Type, const String& text, const String& unmodifiedText, const String& keyIdentifier, int windowsVirtualKeyCode, int nativeVirtualKeyCode, int macCharCode, bool isAutoRepeat, bool isKeypad, bool isSystemKey, Modifiers, double timestamp);
230 static bool decode(CoreIPC::ArgumentDecoder*, WebKeyboardEvent&);
  /external/webkit/Source/WebKit/chromium/public/
WebInputEvent.h 97 // WebKeyboardEvent
180 // WebKeyboardEvent -----------------------------------------------------------
182 class WebKeyboardEvent : public WebInputEvent {
227 WebKeyboardEvent(unsigned sizeParam = sizeof(WebKeyboardEvent))

Completed in 64 milliseconds