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

  /external/webkit/Source/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp 362 // VKEY_OEM_7 (DE) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the 'single-quote/double-quote' key
365 return VKEY_OEM_7; // case '\'': case '"': return 0xDE;
KeyboardCodes.h 508 // VKEY_OEM_7 (DE) Used for miscellaneous characters, it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the 'single-quote/double-quote' key
509 VKEY_OEM_7 = VK_OEM_7,
  /external/chromium/chrome/browser/extensions/
key_identifier_conversion_views.cc 164 ui::VKEY_OEM_7, ui::EF_SHIFT_DOWN },
168 { {"Apostrophe", "\'", "U+0027"}, ui::VKEY_OEM_7, 0 },

Completed in 28 milliseconds