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

  /external/webkit/Source/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp 350 // VKEY_OEM_4 (DB) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '[{' key
353 return VKEY_OEM_4; //case '[': case '{': return 0xDB;
KeyboardCodes.h 499 // VKEY_OEM_4 (DB) Used for miscellaneous characters, it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '[{' key
500 VKEY_OEM_4 = VK_OEM_4,
  /external/chromium/chrome/browser/extensions/
key_identifier_conversion_views.cc 250 { {"LeftSquareBracket", "[", "U+005B"}, ui::VKEY_OEM_4, 0 },
259 ui::VKEY_OEM_4, ui::EF_SHIFT_DOWN },
  /external/webkit/Source/WebKit/chromium/src/gtk/
WebInputEventFactory.cpp 300 case WebCore::VKEY_OEM_4:

Completed in 275 milliseconds