HomeSort by relevance Sort by last modified time
    Searched refs:PlatformKeyboardEvent (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/webkit/Source/WebCore/platform/
PlatformKeyboardEvent.h 78 class PlatformKeyboardEvent {
102 PlatformKeyboardEvent()
167 PlatformKeyboardEvent(NSEvent*);
172 PlatformKeyboardEvent(HWND, WPARAM, LPARAM, Type, bool);
176 PlatformKeyboardEvent(GdkEventKey*);
186 PlatformKeyboardEvent(int keyCode, UChar32 unichar, int repeatCount,
193 PlatformKeyboardEvent(QKeyEvent*);
200 PlatformKeyboardEvent(wxKeyEvent&);
204 PlatformKeyboardEvent(BMessage*);
208 PlatformKeyboardEvent(AEEEvent, uint16, uint32, Type)
    [all...]
  /external/webkit/Source/WebCore/platform/iphone/
KeyEventIPhone.mm 27 #import "PlatformKeyboardEvent.h"
51 PlatformKeyboardEvent::PlatformKeyboardEvent(WebEvent *event)
52 : m_type(event.type == WebEventKeyUp ? PlatformKeyboardEvent::KeyUp : PlatformKeyboardEvent::KeyDown)
87 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool backwardCompatibilityMode)
112 bool PlatformKeyboardEvent::currentCapsLockState()
  /external/webkit/Source/WebCore/platform/chromium/
FramelessScrollView.h 39 class PlatformKeyboardEvent;
62 virtual bool handleKeyEvent(const PlatformKeyboardEvent&) = 0;
PlatformKeyboardEventChromium.cpp 28 #include "PlatformKeyboardEvent.h"
44 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool backwardCompatibilityMode)
76 bool PlatformKeyboardEvent::currentCapsLockState()
89 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey)
  /external/webkit/Source/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()
217 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey)
  /external/webkit/Source/WebCore/dom/
KeyboardEvent.cpp 32 #include "PlatformKeyboardEvent.h"
37 static inline const AtomicString& eventTypeForKeyboardEventType(PlatformKeyboardEvent::Type type)
40 case PlatformKeyboardEvent::KeyUp:
42 case PlatformKeyboardEvent::RawKeyDown:
44 case PlatformKeyboardEvent::Char:
46 case PlatformKeyboardEvent::KeyDown:
61 KeyboardEvent::KeyboardEvent(const PlatformKeyboardEvent& key, AbstractView* view)
64 , m_keyEvent(new PlatformKeyboardEvent(key))
KeyboardEvent.h 34 class PlatformKeyboardEvent;
61 static PassRefPtr<KeyboardEvent> create(const PlatformKeyboardEvent& platformEvent, AbstractView* view)
85 const PlatformKeyboardEvent* keyEvent() const { return m_keyEvent.get(); }
100 KeyboardEvent(const PlatformKeyboardEvent&, AbstractView*);
105 OwnPtr<PlatformKeyboardEvent> m_keyEvent;
EventDispatcher.h 40 class PlatformKeyboardEvent;
  /external/webkit/Source/WebKit2/Shared/
WebEventConversion.h 29 #include <WebCore/PlatformKeyboardEvent.h>
59 WebCore::PlatformKeyboardEvent platform(const WebKeyboardEvent&);
WebEventConversion.cpp 127 class WebKit2PlatformKeyboardEvent : public WebCore::PlatformKeyboardEvent {
133 m_type = PlatformKeyboardEvent::KeyDown;
136 m_type = PlatformKeyboardEvent::KeyUp;
139 m_type = PlatformKeyboardEvent::RawKeyDown;
142 m_type = PlatformKeyboardEvent::Char;
167 WebCore::PlatformKeyboardEvent platform(const WebKeyboardEvent& webEvent)
  /external/webkit/Source/WebCore/page/qt/
EventHandlerQt.cpp 48 #include "PlatformKeyboardEvent.h"
127 return PlatformKeyboardEvent::CtrlKey | PlatformKeyboardEvent::AltKey;
129 return PlatformKeyboardEvent::AltKey;
  /external/webkit/Source/WebCore/platform/mac/
KeyEventMac.mm 27 #import "PlatformKeyboardEvent.h"
191 PlatformKeyboardEvent::PlatformKeyboardEvent(NSEvent *event)
192 : m_type(isKeyUpEvent(event) ? PlatformKeyboardEvent::KeyUp : PlatformKeyboardEvent::KeyDown)
225 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool backwardCompatibilityMode)
250 bool PlatformKeyboardEvent::currentCapsLockState()
255 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey)
  /external/webkit/Source/WebKit/chromium/tests/
KeyboardTest.cpp 55 PlatformKeyboardEvent::Type keyType)
88 return interpretKeyEvent(keyboardEvent, PlatformKeyboardEvent::RawKeyDown);
96 return interpretKeyEvent(keyboardEvent, PlatformKeyboardEvent::RawKeyDown);
104 return interpretKeyEvent(keyboardEvent, PlatformKeyboardEvent::Char);
112 return interpretKeyEvent(keyboardEvent, PlatformKeyboardEvent::Char);
172 PlatformKeyboardEvent::RawKeyDown);
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 31 #include "PlatformKeyboardEvent.h"
46 String PlatformKeyboardEvent::keyIdentifierForGdkKeyCode(unsigned keyCode)
152 int PlatformKeyboardEvent::windowsKeyCodeForGdkKeyCode(unsigned keycode)
519 String PlatformKeyboardEvent::singleCharacterString(unsigned val)
549 PlatformKeyboardEvent::PlatformKeyboardEvent(GdkEventKey* event)
566 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool backwardCompatibilityMode)
584 bool PlatformKeyboardEvent::currentCapsLockState()
589 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey)
600 GdkEventKey* PlatformKeyboardEvent::gdkEventKey() cons
    [all...]
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 32 #include "PlatformKeyboardEvent.h"
213 PlatformKeyboardEvent::PlatformKeyboardEvent(int keyCode, UChar32 unichar,
248 bool PlatformKeyboardEvent::currentCapsLockState()
254 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey)
263 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool backwardCompatibilityMode)
  /external/webkit/Source/WebCore/platform/brew/
PlatformKeyboardEventBrew.cpp 27 #include "PlatformKeyboardEvent.h"
217 PlatformKeyboardEvent::PlatformKeyboardEvent(AEEEvent event, uint16 code, uint32 modifiers, Type type)
240 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool)
246 bool PlatformKeyboardEvent::currentCapsLockState()
252 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey)
  /external/webkit/Source/WebCore/platform/wx/
KeyboardEventWx.cpp 27 #include "PlatformKeyboardEvent.h"
337 PlatformKeyboardEvent::PlatformKeyboardEvent(wxKeyEvent& event)
371 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool)
385 bool PlatformKeyboardEvent::currentCapsLockState()
390 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey)
  /external/webkit/Source/WebCore/platform/efl/
PlatformKeyboardEventEfl.cpp 33 #include "PlatformKeyboardEvent.h"
191 PlatformKeyboardEvent::PlatformKeyboardEvent(const Evas_Event_Key_Down* event)
208 PlatformKeyboardEvent::PlatformKeyboardEvent(const Evas_Event_Key_Up* event)
225 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool)
239 bool PlatformKeyboardEvent::currentCapsLockState()
245 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey)
  /external/webkit/Source/WebCore/page/chromium/
EventHandlerChromium.cpp 42 #include "PlatformKeyboardEvent.h"
151 return PlatformKeyboardEvent::CtrlKey | PlatformKeyboardEvent::AltKey;
153 return PlatformKeyboardEvent::AltKey;
  /external/webkit/Source/WebKit/chromium/src/
WebInputEventConversion.h 36 #include "PlatformKeyboardEvent.h"
68 class PlatformKeyboardEventBuilder : public WebCore::PlatformKeyboardEvent {
WebInputEventConversion.cpp 38 #include "PlatformKeyboardEvent.h"
107 static inline PlatformKeyboardEvent::Type toPlatformKeyboardEventType(WebInputEvent::Type type)
111 return PlatformKeyboardEvent::KeyUp;
113 return PlatformKeyboardEvent::KeyDown;
115 return PlatformKeyboardEvent::RawKeyDown;
117 return PlatformKeyboardEvent::Char;
121 return PlatformKeyboardEvent::KeyDown;
  /external/webkit/Source/WebKit2/Shared/gtk/
WebEventFactory.cpp 32 #include "PlatformKeyboardEvent.h"
177 PlatformKeyboardEvent::singleCharacterString(event->keyval),
178 PlatformKeyboardEvent::singleCharacterString(event->keyval),
179 PlatformKeyboardEvent::keyIdentifierForGdkKeyCode(event->keyval),
180 PlatformKeyboardEvent::windowsKeyCodeForGdkKeyCode(event->keyval),
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
WebEditorClientGtk.cpp 24 #include "PlatformKeyboardEvent.h"
71 const PlatformKeyboardEvent* platformEvent = event->keyEvent();
82 if (platformEvent->type() == PlatformKeyboardEvent::RawKeyDown) {
  /external/webkit/Source/WebCore/page/android/
EventHandlerAndroid.cpp 36 #include "PlatformKeyboardEvent.h"
116 return PlatformKeyboardEvent::AltKey;
  /external/webkit/Source/WebCore/page/brew/
EventHandlerBrew.cpp 41 #include "PlatformKeyboardEvent.h"
123 return PlatformKeyboardEvent::AltKey;

Completed in 463 milliseconds

1 2 3