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

  /external/webkit/Source/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 292 return VK_OEM_1;
  /external/webkit/Source/WebCore/platform/cocoa/
KeyEventCocoa.mm 376 /* 0x29 */ VK_OEM_1, // ;:
567 case ';': case ':': return VK_OEM_1;
  /external/webkit/Source/WebCore/platform/efl/
PlatformKeyboardEventEfl.cpp 118 gWindowsKeyMap.set("semicolon", VK_OEM_1);
119 gWindowsKeyMap.set("colon", VK_OEM_1);
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 146 return VK_OEM_1;
  /external/webkit/Source/WebCore/platform/chromium/
KeyboardCodes.h 479 VKEY_OEM_1 = VK_OEM_1,
  /external/webkit/Source/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 447 // VK_OEM_1 (BA) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the ';:' key
450 return VK_OEM_1; // case ';': case ':': return 0xBA;
564 case VK_OEM_1:
  /external/webkit/Source/WebCore/platform/
WindowsKeyboardCodes.h 220 // VK_OEM_1 (BA) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the ';:' key
221 #define VK_OEM_1 0xBA
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 430 // VK_OEM_1 (BA) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the ';:' key
433 return VK_OEM_1; //case ';': case ':': return 0xBA;

Completed in 117 milliseconds