Home
last modified time | relevance | path

Searched defs:keyCode (Results 1 – 25 of 31) sorted by relevance

12

/external/quake/src/com/android/quake/
DQuakeView.java78 public boolean onKeyDown(int keyCode, KeyEvent event) { in onKeyDown()
98 public boolean onKeyUp(int keyCode, KeyEvent event) { in onKeyUp()
125 private boolean weWantThisKeyCode(int keyCode) { in weWantThisKeyCode()
137 private int keyCodeToQuakeCode(int keyCode) { in keyCodeToQuakeCode()
164 public void queueKeyEvent(final int type, final int keyCode) { in queueKeyEvent()
/external/webkit/Source/WebCore/platform/android/
DKeyEventAndroid.cpp41 static int windowsKeyCodeForKeyEvent(unsigned int keyCode) in windowsKeyCodeForKeyEvent()
169 static String keyIdentifierForAndroidKeyCode(int keyCode) in keyIdentifierForAndroidKeyCode()
213 PlatformKeyboardEvent::PlatformKeyboardEvent(int keyCode, UChar32 unichar, in PlatformKeyboardEvent()
/external/webkit/Source/WebCore/platform/haiku/
DPlatformKeyboardEventHaiku.cpp43 static String keyIdentifierForHaikuKeyCode(char singleByte, int keyCode) in keyIdentifierForHaikuKeyCode()
113 static int windowsKeyCodeForKeyEvent(char singleByte, int keyCode) in windowsKeyCodeForKeyEvent()
/external/webkit/Source/WebKit/chromium/src/
DWebInputEvent.cpp46 static const char* staticKeyIdentifiers(unsigned short keyCode) in staticKeyIdentifiers()
DWebScrollbarImpl.cpp222 int keyCode; in onKeyDown() local
DWebViewImpl.cpp780 int keyCode = ((event.modifiers & WebInputEvent::ShiftKey) ? VKEY_PRIOR : VKEY_NEXT); in keyEventDefault() local
816 bool WebViewImpl::scrollViewWithKeyboard(int keyCode, int modifiers) in scrollViewWithKeyboard()
834 bool WebViewImpl::mapKeyCodeForScroll(int keyCode, in mapKeyCodeForScroll()
/external/skia/src/animator/
DSkDisplayEvents.cpp59 int keyCode = state ? state->fCode : 0; in doEvent() local
106 int keyCode = state ? state->fCode : 0; in removeEvent() local
/external/webkit/Source/WebKit/chromium/tests/
DKeyboardTest.cpp66 char keyCode, in setupKeyDownEvent()
79 const char* interpretOSModifierKeyPress(char keyCode) in interpretOSModifierKeyPress()
92 const char* interpretCtrlKeyPress(char keyCode) in interpretCtrlKeyPress()
DPopupMenuTest.cpp215 void simulateKeyDownEvent(int keyCode) in simulateKeyDownEvent()
220 void simulateKeyUpEvent(int keyCode) in simulateKeyUpEvent()
227 void simulateKeyEvent(WebInputEvent::Type eventType, int keyCode) in simulateKeyEvent()
/external/webkit/Source/WebCore/platform/wx/
DKeyboardEventWx.cpp35 static String keyIdentifierForWxKeyCode(int keyCode) in keyIdentifierForWxKeyCode()
/external/webkit/Source/WebCore/platform/qt/
DPlatformKeyboardEventQt.cpp39 String keyIdentifierForQtKeyCode(int keyCode) in keyIdentifierForQtKeyCode()
/external/webkit/Source/WebCore/platform/gtk/
DPlatformKeyboardEventGtk.cpp46 String PlatformKeyboardEvent::keyIdentifierForGdkKeyCode(unsigned keyCode) in keyIdentifierForGdkKeyCode()
/external/webkit/Source/WebCore/dom/
DUIEvent.cpp62 int UIEvent::keyCode() const in keyCode() function in WebCore::UIEvent
DKeyboardEvent.cpp117 int KeyboardEvent::keyCode() const in keyCode() function in WebCore::KeyboardEvent
DSelectElement.cpp634 int keyCode = static_cast<KeyboardEvent*>(event)->keyCode(); in menuListDefaultEventHandler() local
864 int keyCode = static_cast<KeyboardEvent*>(event)->keyCode(); in listBoxDefaultEventHandler() local
/external/webkit/Source/WebCore/platform/brew/
DPlatformKeyboardEventBrew.cpp43 static String keyIdentifierForBrewKeyCode(uint16 keyCode) in keyIdentifierForBrewKeyCode()
/external/webkit/Source/WebCore/platform/win/
DKeyEventWin.cpp41 static String keyIdentifierForWindowsKeyCode(unsigned short keyCode) in keyIdentifierForWindowsKeyCode()
/external/skia/android_sample/SampleApp/jni/
Dsample-jni.cpp117 JNIEnv* env, jobject thiz, jint keyCode, jint uni) in Java_com_skia_sampleapp_SampleApp_handleKeyDown()
125 jobject thiz, jint keyCode) in Java_com_skia_sampleapp_SampleApp_handleKeyUp()
/external/webkit/Source/WebCore/inspector/front-end/
DKeyboardShortcut.js95 WebInspector.KeyboardShortcut.makeKey = function(keyCode, optModifiers) argument
145 WebInspector.KeyboardShortcut._makeKeyFromCodeAndModifiers = function(keyCode, modifiers) argument
/external/webkit/Source/WebKit2/Shared/win/
DWebEventFactory.cpp227 unsigned short keyCode = static_cast<unsigned short>(wparam); in keyIdentifierFromEvent() local
/external/webkit/Source/WebCore/plugins/android/
DPluginViewAndroid.cpp377 int keyCode = pke->nativeVirtualKeyCode(); in handleKeyboardEvent() local
/external/webkit/Source/WebKit/win/
DDOMEventsClasses.h369 virtual HRESULT STDMETHODCALLTYPE keyCode( in keyCode() function
517 virtual HRESULT STDMETHODCALLTYPE keyCode( in keyCode() function
876 virtual HRESULT STDMETHODCALLTYPE keyCode( in keyCode() function
DDOMEventsClasses.cpp215 HRESULT STDMETHODCALLTYPE DOMUIEvent::keyCode( in keyCode() function in DOMUIEvent
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp533 bool PopupContainer::isInterestedInEventForKey(int keyCode) in isInterestedInEventForKey()
682 bool PopupListBox::isInterestedInEventForKey(int keyCode) in isInterestedInEventForKey()
/external/webkit/Tools/DumpRenderTree/chromium/
DEventSender.cpp639 bool EventSender::needsShiftModifier(int keyCode) in needsShiftModifier()

12