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

  /external/webkit/Source/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp 354 // VKEY_OEM_5 (DC) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '\|' key
357 return VKEY_OEM_5; //case '\\': case '|': return 0xDC;
KeyboardCodes.h 502 // VKEY_OEM_5 (DC) Used for miscellaneous characters, it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '\|' key
503 VKEY_OEM_5 = VK_OEM_5,
  /external/chromium/chrome/browser/extensions/
key_identifier_conversion_views.cc 251 { {"Backslash", "\\", "U+005C"}, ui::VKEY_OEM_5, 0 },
260 { {"Pipe", "|", "U+007C"}, ui::VKEY_OEM_5, ui::EF_SHIFT_DOWN },
  /external/webkit/Source/WebKit/chromium/src/gtk/
WebInputEventFactory.cpp 303 case WebCore::VKEY_OEM_5:

Completed in 37 milliseconds