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

  /external/webkit/Source/WebCore/platform/cocoa/
KeyEventCocoa.mm 359 /* 0x18 */ VK_OEM_PLUS, // =+
416 /* 0x51 */ VK_OEM_PLUS, // Num Pad =. There is no such key on common PC keyboards, mapping to normal "+=".
568 case '=': case '+': return VK_OEM_PLUS;
  /external/webkit/Source/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 295 return VK_OEM_PLUS;
  /external/webkit/Source/WebCore/platform/efl/
PlatformKeyboardEventEfl.cpp 159 gWindowsKeyMap.set("equal", VK_OEM_PLUS);
160 gWindowsKeyMap.set("plus", VK_OEM_PLUS);
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 152 return VK_OEM_PLUS;
  /external/webkit/Source/WebCore/platform/chromium/
KeyboardCodes.h 482 VKEY_OEM_PLUS = VK_OEM_PLUS,
  /external/webkit/Source/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 451 // VK_OEM_PLUS (BB) Windows 2000/XP: For any country/region, the '+' key
454 return VK_OEM_PLUS; // case '=': case '+': return 0xBB;
565 case VK_OEM_PLUS:
  /external/webkit/Source/WebCore/platform/
WindowsKeyboardCodes.h 224 #define VK_OEM_PLUS 0xBB
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 434 // VK_OEM_PLUS (BB) Windows 2000/XP: For any country/region, the '+' key
437 return VK_OEM_PLUS; //case '=': case '+': return 0xBB;

Completed in 88 milliseconds