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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorClient.h39 class PlatformKeyboardEvent;
71 virtual void dispatchKeyEvent(const PlatformKeyboardEvent&) { } argument
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformKeyboardEvent.h36 class PlatformKeyboardEvent : public PlatformEvent { class in namespace:WebCore
39 PlatformKeyboardEvent() function in class:WebCore::PlatformKeyboardEvent
50 PlatformKeyboardEvent(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) function in class:WebCore::PlatformKeyboardEvent

Completed in 88 milliseconds