VK_CONTROL         55 Source/core/events/KeyboardEvent.cpp         return VK_CONTROL;
VK_CONTROL         66 Source/platform/KeyboardCodes.h     VKEY_CONTROL = VK_CONTROL,
VK_CONTROL         91 Source/platform/PlatformKeyboardEvent.cpp     ctrlKey = GetKeyState(VK_CONTROL) & HIGHBITMASKSHORT;
VK_CONTROL         52 Source/platform/WindowsKeyboardCodes.h #ifndef VK_CONTROL
VK_CONTROL        207 Source/web/WebInputEvent.cpp         return VK_CONTROL;
VK_CONTROL        310 Source/web/WebInputEventConversion.cpp     } else if (e.windowsKeyCode == VK_CONTROL) {
VK_CONTROL         95 Source/web/WebInputEventFactoryWin.cpp     case VK_CONTROL:
VK_CONTROL        180 Source/web/WebInputEventFactoryWin.cpp     if (GetKeyState(VK_CONTROL) & 0x8000)
VK_CONTROL        383 Source/web/WebInputEventFactoryWin.cpp         if (getKeyState(VK_CONTROL))