Home
last modified time | relevance | path

Searched refs:VK_CAPITAL (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
DKeyEventWin.cpp50 case VK_CAPITAL: in keyIdentifierForWindowsKeyCode()
214 return GetKeyState(VK_CAPITAL) & 1; in currentCapsLockState()
/external/webkit/Source/WebCore/platform/
DWindowsKeyboardCodes.h41 #undef VK_CAPITAL
75 #define VK_CAPITAL 0x14 // CAPS LOCK key macro
/external/webkit/Source/WebCore/platform/chromium/
DPlatformKeyboardEventChromium.cpp80 return GetKeyState(VK_CAPITAL) & 1; in currentCapsLockState()
DKeyboardCodes.h75 VKEY_CAPITAL = VK_CAPITAL,
/external/webkit/Source/WebCore/platform/wx/
DKeyboardEventWx.cpp188 return VK_CAPITAL; // (14) CAPS LOCK key in windowsKeyCodeForKeyEvent()
/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
DWebPageQt.cpp48 #define VK_CAPITAL 0x14 // CAPS LOCK key macro
/external/webkit/Source/WebCore/platform/efl/
DPlatformKeyboardEventEfl.cpp94 gWindowsKeyMap.set("Caps_Lock", VK_CAPITAL); in createWindowsKeyMap()
/external/webkit/Source/WebCore/platform/gtk/
DPlatformKeyboardEventGtk.cpp230 return VK_CAPITAL; // (14) CAPS LOCK key in windowsKeyCodeForGdkKeyCode()
/external/webkit/Source/WebKit/chromium/src/win/
DWebInputEventFactory.cpp95 if (::GetKeyState(VK_CAPITAL) & 1) in SetToggleKeyState()
/external/webkit/Source/WebCore/platform/qt/
DPlatformKeyboardEventQt.cpp275 return VK_CAPITAL; // (14) CAPS LOCK key in windowsKeyCodeForKeyEvent()
/external/webkit/Source/WebKit2/Shared/win/
DWebEventFactory.cpp235 case VK_CAPITAL: in keyIdentifierFromEvent()
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
DSDL_dibevents.c415 VK_keymap[VK_CAPITAL] = SDLK_CAPSLOCK; in DIB_InitOSKeymap()
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_sysevents.c322 if ( keyboard[VK_CAPITAL] & 0x01) { in WIN_GetKeyboardState()
/external/webkit/Source/WebCore/platform/cocoa/
DKeyEventCocoa.mm392 /* 0x39 */ VK_CAPITAL, // Caps Lock
/external/webkit/Source/WebKit2/Shared/mac/
DWebEventFactory.mm644 // VK_CAPITAL (14) caps locks key
729 // VK_CAPITAL (14) CAPS LOCK key
/external/webkit/Source/WebCore/page/
DEventHandler.cpp2457 if (initialKeyEvent.windowsVirtualKeyCode() == VK_CAPITAL) in keyEvent()