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

/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DPlatformKeyboardEventEfl.cpp42 PlatformKeyboardEvent::PlatformKeyboardEvent(const Evas_Event_Key_Down* event) function in class:WebCore::PlatformKeyboardEvent
56 PlatformKeyboardEvent::PlatformKeyboardEvent(const Evas_Event_Key_Up* event) function in class:WebCore::PlatformKeyboardEvent
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp573 PlatformKeyboardEvent::PlatformKeyboardEvent(GdkEventKey* event, const CompositionResults& compositionResults) function in class:WebCore::PlatformKeyboardEvent
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DKeyEventWin.cpp222 PlatformKeyboardEvent::PlatformKeyboardEvent(HWND, WPARAM code, LPARAM keyData, Type type, bool systemKey) function in class:WebCore::PlatformKeyboardEvent
/macosx-10.10/WebCore-7600.1.25/platform/
H A DPlatformKeyboardEvent.h56 class PlatformKeyboardEvent : public PlatformEvent { class in namespace:WebCore
59 PlatformKeyboardEvent() function in class:WebCore::PlatformKeyboardEvent
76 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 204 milliseconds