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

  /external/webkit/Source/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 301 return VK_OEM_MINUS;
  /external/webkit/Source/WebCore/platform/cocoa/
KeyEventCocoa.mm 362 /* 0x1B */ VK_OEM_MINUS, // -_
570 case '-': case '_': return VK_OEM_MINUS;
  /external/webkit/Source/WebCore/platform/efl/
PlatformKeyboardEventEfl.cpp 157 gWindowsKeyMap.set("minus", VK_OEM_MINUS);
158 gWindowsKeyMap.set("underscore", VK_OEM_MINUS);
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 150 return VK_OEM_MINUS;
  /external/webkit/Source/WebCore/platform/chromium/
KeyboardCodes.h 488 VKEY_OEM_MINUS = VK_OEM_MINUS,
  /external/webkit/Source/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 459 // VK_OEM_MINUS (BD) Windows 2000/XP: For any country/region, the '-' key
462 return VK_OEM_MINUS; // case '-': case '_': return 0xBD;
567 case VK_OEM_MINUS:
  /external/webkit/Source/WebCore/platform/
WindowsKeyboardCodes.h 230 #define VK_OEM_MINUS 0xBD
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 442 // VK_OEM_MINUS (BD) Windows 2000/XP: For any country/region, the '-' key
445 return VK_OEM_MINUS; //case '-': case '_': return 0xBD;

Completed in 209 milliseconds