Searched refs:VK_OEM_PLUS (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/cocoa/
H A DKeyEventCocoa.mm359 /* 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/
H A DPlatformKeyboardEventHaiku.cpp295 return VK_OEM_PLUS;
/external/webkit/Source/WebCore/platform/efl/
H A DPlatformKeyboardEventEfl.cpp159 gWindowsKeyMap.set("equal", VK_OEM_PLUS);
160 gWindowsKeyMap.set("plus", VK_OEM_PLUS);
/external/webkit/Source/WebCore/platform/android/
H A DKeyEventAndroid.cpp152 return VK_OEM_PLUS;
/external/webkit/Source/WebCore/platform/chromium/
H A DKeyboardCodes.h482 VKEY_OEM_PLUS = VK_OEM_PLUS,
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformKeyboardEventQt.cpp451 // 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/
H A DWindowsKeyboardCodes.h224 #define VK_OEM_PLUS 0xBB macro
/external/webkit/Source/WebCore/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp434 // VK_OEM_PLUS (BB) Windows 2000/XP: For any country/region, the '+' key
437 return VK_OEM_PLUS; //case '=': case '+': return 0xBB;

Completed in 23 milliseconds