HomeSort by relevance Sort by last modified time
    Searched refs:VK_KANA (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/chromium/
KeyboardCodes.h 78 VKEY_KANA = VK_KANA,
  /external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
AwtKeyInput.java 316 return KeyEvent.VK_KANA;
552 case KeyEvent.VK_KANA:
  /external/webkit/Source/WebCore/platform/
WindowsKeyboardCodes.h 76 #define VK_KANA 0x15 // Input Method Editor (IME) Kana mode
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 233 return VK_KANA; // (15) Input Method Editor (IME) Kana mode
  /external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
WebPageQt.cpp 49 #define VK_KANA 0x15 // Input Method Editor (IME) Kana mode
  /external/webkit/Source/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 278 return VK_KANA; // (15) Input Method Editor (IME) Kana mode

Completed in 65 milliseconds