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

  /external/chromium/base/
keyboard_codes_win.h 91 VKEY_NUMPAD2 = VK_NUMPAD2,
keyboard_code_conversion_gtk.cc 54 return VKEY_NUMPAD2; // (62) Numeric keypad 2 key
420 case VKEY_NUMPAD2:
keyboard_codes_posix.h 115 VKEY_NUMPAD2 = 0x62,
  /external/webkit/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp 49 return VKEY_NUMPAD2; // (62) Numeric keypad 2 key
KeyboardCodesWin.h 282 // VKEY_NUMPAD2 (62) Numeric keypad 2 key
283 VKEY_NUMPAD2 = VK_NUMPAD2,
KeyboardCodesPosix.h 276 // VKEY_NUMPAD2 (62) Numeric keypad 2 key
277 VKEY_NUMPAD2 = 0x62,

Completed in 55 milliseconds