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

  /external/webkit/Source/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 316 return VK_OEM_5;
  /external/webkit/Source/WebCore/platform/cocoa/
KeyEventCocoa.mm 377 /* 0x2A */ VK_OEM_5, // \|
575 case '\\': case '|': return VK_OEM_5;
  /external/webkit/Source/WebCore/platform/efl/
PlatformKeyboardEventEfl.cpp 126 gWindowsKeyMap.set("backslash", VK_OEM_5);
127 gWindowsKeyMap.set("bar", VK_OEM_5);
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 161 return VK_OEM_5;
  /external/webkit/Source/WebCore/platform/chromium/
KeyboardCodes.h 503 VKEY_OEM_5 = VK_OEM_5,
  /external/webkit/Source/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 479 // VK_OEM_5 (DC) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '\|' key
482 return VK_OEM_5; // case '\\': case '|': return 0xDC;
572 case VK_OEM_5:
  /external/webkit/Source/WebCore/platform/
WindowsKeyboardCodes.h 244 // VK_OEM_5 (DC) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '\|' key
245 #define VK_OEM_5 0xDC
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 462 // VK_OEM_5 (DC) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '\|' key
465 return VK_OEM_5; //case '\\': case '|': return 0xDC;

Completed in 355 milliseconds