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

  /external/chromium/base/
keyboard_codes_win.h 97 VKEY_NUMPAD8 = VK_NUMPAD8,
keyboard_code_conversion_gtk.cc 66 return VKEY_NUMPAD8; // (68) Numeric keypad 8 key
432 case VKEY_NUMPAD8:
keyboard_codes_posix.h 121 VKEY_NUMPAD8 = 0x68,
  /external/webkit/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp 61 return VKEY_NUMPAD8; // (68) Numeric keypad 8 key
KeyboardCodesWin.h 300 // VKEY_NUMPAD8 (68) Numeric keypad 8 key
301 VKEY_NUMPAD8 = VK_NUMPAD8,
KeyboardCodesPosix.h 294 // VKEY_NUMPAD8 (68) Numeric keypad 8 key
295 VKEY_NUMPAD8 = 0x68,

Completed in 15 milliseconds