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

  /external/chromium/base/
keyboard_codes_win.h 93 VKEY_NUMPAD4 = VK_NUMPAD4,
keyboard_code_conversion_gtk.cc 58 return VKEY_NUMPAD4; // (64) Numeric keypad 4 key
424 case VKEY_NUMPAD4:
keyboard_codes_posix.h 117 VKEY_NUMPAD4 = 0x64,
  /external/webkit/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp 53 return VKEY_NUMPAD4; // (64) Numeric keypad 4 key
KeyboardCodesWin.h 288 // VKEY_NUMPAD4 (64) Numeric keypad 4 key
289 VKEY_NUMPAD4 = VK_NUMPAD4,
KeyboardCodesPosix.h 282 // VKEY_NUMPAD4 (64) Numeric keypad 4 key
283 VKEY_NUMPAD4 = 0x64,

Completed in 15 milliseconds