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

  /external/chromium/base/
keyboard_codes_win.h 89 VKEY_NUMPAD0 = VK_NUMPAD0,
keyboard_code_conversion_gtk.cc 50 return VKEY_NUMPAD0; // (60) Numeric keypad 0 key
416 case VKEY_NUMPAD0:
keyboard_codes_posix.h 113 VKEY_NUMPAD0 = 0x60,
  /external/webkit/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp 45 return VKEY_NUMPAD0; // (60) Numeric keypad 0 key
KeyboardCodesWin.h 276 // VKEY_NUMPAD0 (60) Numeric keypad 0 key
277 VKEY_NUMPAD0 = VK_NUMPAD0,
KeyboardCodesPosix.h 270 // VKEY_NUMPAD0 (60) Numeric keypad 0 key
271 VKEY_NUMPAD0 = 0x60,

Completed in 14 milliseconds