Home
last modified time | relevance | path

Searched refs:PlatformKeyboardEvent (Results 1 – 25 of 86) sorted by relevance

1234

/external/webkit/Source/WebCore/platform/
DPlatformKeyboardEvent.h78 class PlatformKeyboardEvent {
102 PlatformKeyboardEvent() in PlatformKeyboardEvent() function
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/win/
DKeyEventWin.cpp145 static bool isKeypadEvent(WPARAM code, LPARAM keyData, PlatformKeyboardEvent::Type type) in isKeypadEvent()
147 if (type != PlatformKeyboardEvent::RawKeyDown && type != PlatformKeyboardEvent::KeyUp) in isKeypadEvent()
189 PlatformKeyboardEvent::PlatformKeyboardEvent(HWND, WPARAM code, LPARAM keyData, Type type, bool sys… in PlatformKeyboardEvent() function in WebCore::PlatformKeyboardEvent
206 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type, bool) in disambiguateKeyDownEvent()
212 bool PlatformKeyboardEvent::currentCapsLockState() in currentCapsLockState()
217 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bo… in getCurrentModifierState()
/external/webkit/Source/WebCore/dom/
DKeyboardEvent.cpp37 static inline const AtomicString& eventTypeForKeyboardEventType(PlatformKeyboardEvent::Type type) in eventTypeForKeyboardEventType()
40 case PlatformKeyboardEvent::KeyUp: in eventTypeForKeyboardEventType()
42 case PlatformKeyboardEvent::RawKeyDown: in eventTypeForKeyboardEventType()
44 case PlatformKeyboardEvent::Char: in eventTypeForKeyboardEventType()
46 case PlatformKeyboardEvent::KeyDown: in eventTypeForKeyboardEventType()
61 KeyboardEvent::KeyboardEvent(const PlatformKeyboardEvent& key, AbstractView* view) in KeyboardEvent()
64 , m_keyEvent(new PlatformKeyboardEvent(key)) in KeyboardEvent()
DKeyboardEvent.h34 class PlatformKeyboardEvent; variable
61 …static PassRefPtr<KeyboardEvent> create(const PlatformKeyboardEvent& platformEvent, AbstractView* … in create()
85 const PlatformKeyboardEvent* keyEvent() const { return m_keyEvent.get(); } in keyEvent()
100 KeyboardEvent(const PlatformKeyboardEvent&, AbstractView*);
105 OwnPtr<PlatformKeyboardEvent> m_keyEvent;
/external/webkit/Source/WebKit/chromium/tests/
DKeyboardTest.cpp55 PlatformKeyboardEvent::Type keyType) in interpretKeyEvent()
88 return interpretKeyEvent(keyboardEvent, PlatformKeyboardEvent::RawKeyDown); in interpretOSModifierKeyPress()
96 return interpretKeyEvent(keyboardEvent, PlatformKeyboardEvent::RawKeyDown); in interpretCtrlKeyPress()
104 return interpretKeyEvent(keyboardEvent, PlatformKeyboardEvent::Char); in interpretTab()
112 return interpretKeyEvent(keyboardEvent, PlatformKeyboardEvent::Char); in interpretNewLine()
172 PlatformKeyboardEvent::RawKeyDown); in TEST_F()
/external/webkit/Source/WebCore/platform/gtk/
DPlatformKeyboardEventGtk.cpp46 String PlatformKeyboardEvent::keyIdentifierForGdkKeyCode(unsigned keyCode) in keyIdentifierForGdkKeyCode()
152 int PlatformKeyboardEvent::windowsKeyCodeForGdkKeyCode(unsigned keycode) in windowsKeyCodeForGdkKeyCode()
519 String PlatformKeyboardEvent::singleCharacterString(unsigned val) in singleCharacterString()
549 PlatformKeyboardEvent::PlatformKeyboardEvent(GdkEventKey* event) in PlatformKeyboardEvent() function in WebCore::PlatformKeyboardEvent
566 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool backwardCompatibilityMode) in disambiguateKeyDownEvent()
584 bool PlatformKeyboardEvent::currentCapsLockState() in currentCapsLockState()
589 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bo… in getCurrentModifierState()
600 GdkEventKey* PlatformKeyboardEvent::gdkEventKey() const in gdkEventKey()
/external/webkit/Source/WebCore/platform/brew/
DPlatformKeyboardEventBrew.cpp217 PlatformKeyboardEvent::PlatformKeyboardEvent(AEEEvent event, uint16 code, uint32 modifiers, Type ty… in PlatformKeyboardEvent() function in WebCore::PlatformKeyboardEvent
240 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool) in disambiguateKeyDownEvent()
246 bool PlatformKeyboardEvent::currentCapsLockState() in currentCapsLockState()
252 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bo… in getCurrentModifierState()
/external/webkit/Source/WebCore/platform/efl/
DPlatformKeyboardEventEfl.cpp191 PlatformKeyboardEvent::PlatformKeyboardEvent(const Evas_Event_Key_Down* event) in PlatformKeyboardEvent() function in WebCore::PlatformKeyboardEvent
208 PlatformKeyboardEvent::PlatformKeyboardEvent(const Evas_Event_Key_Up* event) in PlatformKeyboardEvent() function in WebCore::PlatformKeyboardEvent
225 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool) in disambiguateKeyDownEvent()
239 bool PlatformKeyboardEvent::currentCapsLockState() in currentCapsLockState()
245 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bo… in getCurrentModifierState()
/external/webkit/Source/WebCore/platform/haiku/
DPlatformKeyboardEventHaiku.cpp327 PlatformKeyboardEvent::PlatformKeyboardEvent(BMessage* message) in PlatformKeyboardEvent() function in WebCore::PlatformKeyboardEvent
357 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool backwardCompatibilityMode) in disambiguateKeyDownEvent()
375 bool PlatformKeyboardEvent::currentCapsLockState() in currentCapsLockState()
380 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bo… in getCurrentModifierState()
/external/webkit/Source/WebCore/platform/android/
DKeyEventAndroid.cpp213 PlatformKeyboardEvent::PlatformKeyboardEvent(int keyCode, UChar32 unichar, in PlatformKeyboardEvent() function in WebCore::PlatformKeyboardEvent
248 bool PlatformKeyboardEvent::currentCapsLockState() in currentCapsLockState()
254 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bo… in getCurrentModifierState()
263 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool backwardCompatibilityMode) in disambiguateKeyDownEvent()
/external/webkit/Source/WebKit2/Shared/
DWebEventConversion.cpp127 class WebKit2PlatformKeyboardEvent : public WebCore::PlatformKeyboardEvent {
133 m_type = PlatformKeyboardEvent::KeyDown; in WebKit2PlatformKeyboardEvent()
136 m_type = PlatformKeyboardEvent::KeyUp; in WebKit2PlatformKeyboardEvent()
139 m_type = PlatformKeyboardEvent::RawKeyDown; in WebKit2PlatformKeyboardEvent()
142 m_type = PlatformKeyboardEvent::Char; in WebKit2PlatformKeyboardEvent()
167 WebCore::PlatformKeyboardEvent platform(const WebKeyboardEvent& webEvent) in platform()
/external/webkit/Source/WebCore/platform/wx/
DKeyboardEventWx.cpp337 PlatformKeyboardEvent::PlatformKeyboardEvent(wxKeyEvent& event) in PlatformKeyboardEvent() function in WebCore::PlatformKeyboardEvent
371 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool) in disambiguateKeyDownEvent()
385 bool PlatformKeyboardEvent::currentCapsLockState() in currentCapsLockState()
390 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bo… in getCurrentModifierState()
/external/webkit/Source/WebCore/platform/iphone/
DKeyEventIPhone.mm27 #import "PlatformKeyboardEvent.h"
51 PlatformKeyboardEvent::PlatformKeyboardEvent(WebEvent *event)
52 …: m_type(event.type == WebEventKeyUp ? PlatformKeyboardEvent::KeyUp : PlatformKeyboardEvent::KeyDo…
87 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool backwardCompatibilityMode)
112 bool PlatformKeyboardEvent::currentCapsLockState()
/external/webkit/Source/WebCore/platform/chromium/
DPlatformKeyboardEventChromium.cpp44 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool backwardCompatibilityMode) in disambiguateKeyDownEvent()
76 bool PlatformKeyboardEvent::currentCapsLockState() in currentCapsLockState()
89 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bo… in getCurrentModifierState()
DFramelessScrollView.h39 class PlatformKeyboardEvent; variable
62 virtual bool handleKeyEvent(const PlatformKeyboardEvent&) = 0;
/external/webkit/Source/WebCore/page/qt/
DEventHandlerQt.cpp127 return PlatformKeyboardEvent::CtrlKey | PlatformKeyboardEvent::AltKey; in accessKeyModifiers()
129 return PlatformKeyboardEvent::AltKey; in accessKeyModifiers()
/external/webkit/Source/WebKit2/Shared/gtk/
DWebEventFactory.cpp177 PlatformKeyboardEvent::singleCharacterString(event->keyval), in createWebKeyboardEvent()
178 PlatformKeyboardEvent::singleCharacterString(event->keyval), in createWebKeyboardEvent()
179 PlatformKeyboardEvent::keyIdentifierForGdkKeyCode(event->keyval), in createWebKeyboardEvent()
180 PlatformKeyboardEvent::windowsKeyCodeForGdkKeyCode(event->keyval), in createWebKeyboardEvent()
/external/webkit/Source/WebCore/platform/qt/
DPlatformKeyboardEventQt.cpp581 PlatformKeyboardEvent::PlatformKeyboardEvent(QKeyEvent* event) in PlatformKeyboardEvent() function in WebCore::PlatformKeyboardEvent
599 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool) in disambiguateKeyDownEvent()
623 bool PlatformKeyboardEvent::currentCapsLockState() in currentCapsLockState()
629 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bo… in getCurrentModifierState()
638 uint32_t PlatformKeyboardEvent::nativeModifiers() const in nativeModifiers()
644 uint32_t PlatformKeyboardEvent::nativeScanCode() const in nativeScanCode()
/external/webkit/Source/WebCore/page/chromium/
DEventHandlerChromium.cpp151 return PlatformKeyboardEvent::CtrlKey | PlatformKeyboardEvent::AltKey; in accessKeyModifiers()
153 return PlatformKeyboardEvent::AltKey; in accessKeyModifiers()
/external/webkit/Source/WebKit/chromium/src/
DWebInputEventConversion.cpp107 static inline PlatformKeyboardEvent::Type toPlatformKeyboardEventType(WebInputEvent::Type type) in toPlatformKeyboardEventType()
111 return PlatformKeyboardEvent::KeyUp; in toPlatformKeyboardEventType()
113 return PlatformKeyboardEvent::KeyDown; in toPlatformKeyboardEventType()
115 return PlatformKeyboardEvent::RawKeyDown; in toPlatformKeyboardEventType()
117 return PlatformKeyboardEvent::Char; in toPlatformKeyboardEventType()
121 return PlatformKeyboardEvent::KeyDown; in toPlatformKeyboardEventType()
/external/webkit/Source/WebCore/platform/mac/
DKeyEventMac.mm27 #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, bo…
/external/webkit/Source/WebKit/wince/
DWebView.cpp351PlatformKeyboardEvent keyEvent(m_windowHandle, virtualKeyCode, keyData, PlatformKeyboardEvent::Raw… in handleKeyDown()
373PlatformKeyboardEvent keyEvent(m_windowHandle, charCode, keyData, PlatformKeyboardEvent::Char, sys… in handleKeyPress()
385PlatformKeyboardEvent keyEvent(m_windowHandle, virtualKeyCode, keyData, PlatformKeyboardEvent::Key… in handleKeyUp()
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp385 const PlatformKeyboardEvent* keyEvent = event->keyEvent(); in handleEditingKeyboardEvent()
393 if (keyEvent->type() == PlatformKeyboardEvent::RawKeyDown) { in handleEditingKeyboardEvent()
412 …ASSERT(evt->keyEvent()->type() == PlatformKeyboardEvent::RawKeyDown || evt->keyEvent()->type() == in interpretKeyEvent()
436 if (evt->keyEvent()->type() == PlatformKeyboardEvent::RawKeyDown) { in interpretKeyEvent()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp414 const PlatformKeyboardEvent* kevent = event->keyEvent(); in handleKeyboardEvent()
415 if (!kevent || kevent->type() == PlatformKeyboardEvent::KeyUp) in handleKeyboardEvent()
445 && kevent->type() == PlatformKeyboardEvent::RawKeyDown) in handleKeyboardEvent()
468 if (kevent->type() != PlatformKeyboardEvent::KeyDown && !kevent->text().isEmpty()) { in handleKeyboardEvent()
536 const PlatformKeyboardEvent* kevent = event->keyEvent(); in handleInputMethodKeydown()
537 if (kevent->type() == PlatformKeyboardEvent::RawKeyDown) { in handleInputMethodKeydown()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
DWebEditorClientGtk.cpp71 const PlatformKeyboardEvent* platformEvent = event->keyEvent(); in handleKeyboardEvent()
82 if (platformEvent->type() == PlatformKeyboardEvent::RawKeyDown) { in handleKeyboardEvent()

1234