OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VK_OEM_7
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
KeyboardCodes.h
509
VKEY_OEM_7 =
VK_OEM_7
,
WindowsKeyboardCodes.h
292
//
VK_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
293
#define
VK_OEM_7
0xDE
/external/chromium_org/ui/events/keycodes/
keyboard_codes_win.h
167
VKEY_OEM_7 =
VK_OEM_7
,
/external/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryMac.mm
111
/* 0x27 */
VK_OEM_7
, // '"
254
// For example, '"' on Windows Russian layout is VK_2, not
VK_OEM_7
.
265
case '\'': case '"': return
VK_OEM_7
;
[
all
...]
Completed in 27 milliseconds