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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformKeyboardEvent.h36 class PlatformKeyboardEvent : public PlatformEvent { class in namespace:blink
39 PlatformKeyboardEvent() function in class:blink::PlatformKeyboardEvent
49 PlatformKeyboardEvent(Type type, const String& text, const String& unmodifiedText, const String& keyIdentifier, int windowsVirtualKeyCode, int nativeVirtualKeyCode, bool isAutoRepeat, bool isKeypad, bool isSystemKey, Modifiers modifiers, double timestamp) function in class:blink::PlatformKeyboardEvent
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorClient.h38 class PlatformKeyboardEvent;
77 virtual void dispatchKeyEvent(const PlatformKeyboardEvent&) { } argument

Completed in 91 milliseconds