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

  /external/chromium/base/
keyboard_codes_win.h 94 VKEY_NUMPAD5 = VK_NUMPAD5,
keyboard_code_conversion_gtk.cc 60 return VKEY_NUMPAD5; // (65) Numeric keypad 5 key
426 case VKEY_NUMPAD5:
keyboard_codes_posix.h 118 VKEY_NUMPAD5 = 0x65,
  /external/webkit/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp 55 return VKEY_NUMPAD5; //(65) Numeric keypad 5 key
KeyboardCodesWin.h 291 // VKEY_NUMPAD5 (65) Numeric keypad 5 key
292 VKEY_NUMPAD5 = VK_NUMPAD5,
KeyboardCodesPosix.h 285 // VKEY_NUMPAD5 (65) Numeric keypad 5 key
286 VKEY_NUMPAD5 = 0x65,

Completed in 17 milliseconds