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

  /external/webkit/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 30 #include "PlatformKeyboardEvent.h"
150 PlatformKeyboardEvent::PlatformKeyboardEvent(BMessage* message)
172 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool)
186 bool PlatformKeyboardEvent::currentCapsLockState()
  /external/webkit/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 29 #include "PlatformKeyboardEvent.h"
504 PlatformKeyboardEvent::PlatformKeyboardEvent(QKeyEvent* event)
522 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool)
546 bool PlatformKeyboardEvent::currentCapsLockState()
  /external/webkit/WebCore/platform/wx/
KeyboardEventWx.cpp 27 #include "PlatformKeyboardEvent.h"
338 PlatformKeyboardEvent::PlatformKeyboardEvent(wxKeyEvent& event)
372 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool)
386 bool PlatformKeyboardEvent::currentCapsLockState()
  /external/webkit/WebCore/platform/win/
KeyEventWin.cpp 27 #include "PlatformKeyboardEvent.h"
145 static bool isKeypadEvent(WPARAM code, LPARAM keyData, PlatformKeyboardEvent::Type type)
147 if (type != PlatformKeyboardEvent::RawKeyDown && type != PlatformKeyboardEvent::KeyUp)
189 PlatformKeyboardEvent::PlatformKeyboardEvent(HWND, WPARAM code, LPARAM keyData, Type type, bool systemKey)
206 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type, bool)
212 bool PlatformKeyboardEvent::currentCapsLockState()
  /external/webkit/WebCore/platform/android/
KeyEventAndroid.cpp 32 #include "PlatformKeyboardEvent.h"
213 PlatformKeyboardEvent::PlatformKeyboardEvent(int keyCode, UChar32 unichar,
248 bool PlatformKeyboardEvent::currentCapsLockState()
254 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool backwardCompatibilityMode)
  /external/webkit/WebCore/platform/gtk/
KeyEventGtk.cpp 31 #include "PlatformKeyboardEvent.h"
548 PlatformKeyboardEvent::PlatformKeyboardEvent(GdkEventKey* event)
565 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool backwardCompatibilityMode)
583 bool PlatformKeyboardEvent::currentCapsLockState()
589 GdkEventKey* PlatformKeyboardEvent::gdkEventKey() const
  /external/webkit/WebCore/platform/
PlatformKeyboardEvent.h 68 class PlatformKeyboardEvent : public FastAllocBase {
133 PlatformKeyboardEvent();
134 PlatformKeyboardEvent(NSEvent*);
139 PlatformKeyboardEvent(HWND, WPARAM, LPARAM, Type, bool);
143 PlatformKeyboardEvent(GdkEventKey*);
148 PlatformKeyboardEvent(int keyCode, UChar32 unichar, int repeatCount,
155 PlatformKeyboardEvent(QKeyEvent*);
160 PlatformKeyboardEvent(wxKeyEvent&);
164 PlatformKeyboardEvent(BMessage*);

Completed in 371 milliseconds