Home
last modified time | relevance | path

Searched refs:VK_CONTROL (Results 1 – 24 of 24) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
DKeyEventWin.cpp46 case VK_CONTROL: in keyIdentifierForWindowsKeyCode()
199 , m_ctrlKey(GetKeyState(VK_CONTROL) & HIGH_BIT_MASK_SHORT) in PlatformKeyboardEvent()
220 ctrlKey = GetKeyState(VK_CONTROL) & HIGH_BIT_MASK_SHORT; in getCurrentModifierState()
/external/webkit/Source/WebCore/platform/
DWindowsKeyboardCodes.h38 #undef VK_CONTROL
72 #define VK_CONTROL 0x11 // CTRL key macro
/external/webkit/Source/WebCore/page/win/
DDragControllerWin.cpp55 return ::GetAsyncKeyState(VK_CONTROL); in isCopyKeyDown()
/external/webkit/Source/WebCore/page/chromium/
DDragControllerChromium.cpp61 return ::GetAsyncKeyState(VK_CONTROL); in isCopyKeyDown()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.cc1405 if (key == VK_CONTROL) in OnKeyUp()
1416 (((key == VK_CONTROL) && (GetKeyState(VK_SHIFT) < 0)) || in OnKeyUp()
1417 ((key == VK_SHIFT) && (GetKeyState(VK_CONTROL) < 0)))) { in OnKeyUp()
1785 model_->OnSetFocus(GetKeyState(VK_CONTROL) < 0); in OnSetFocus()
1945 if (GetKeyState(VK_CONTROL) >= 0) { in OnKeyDownOnlyWritable()
1953 if (GetKeyState(VK_CONTROL) >= 0) { in OnKeyDownOnlyWritable()
1975 if ((flags & KF_ALTDOWN) || (GetKeyState(VK_CONTROL) >= 0)) in OnKeyDownOnlyWritable()
1988 (GetKeyState(VK_CONTROL) >= 0)) in OnKeyDownOnlyWritable()
1993 (GetKeyState((key == 'V') ? VK_CONTROL : VK_SHIFT) >= 0)) in OnKeyDownOnlyWritable()
1995 if (GetKeyState((key == 'V') ? VK_SHIFT : VK_CONTROL) >= 0) { in OnKeyDownOnlyWritable()
[all …]
/external/webkit/Source/WebCore/platform/chromium/
DPlatformKeyboardEventChromium.cpp93 ctrlKey = GetKeyState(VK_CONTROL) & HIGH_BIT_MASK_SHORT; in getCurrentModifierState()
DKeyboardCodes.h66 VKEY_CONTROL = VK_CONTROL,
/external/webkit/Source/WebCore/platform/efl/
DPlatformKeyboardEventEfl.cpp90 gWindowsKeyMap.set("Control_L", VK_CONTROL); in createWindowsKeyMap()
91 gWindowsKeyMap.set("Control_R", VK_CONTROL); in createWindowsKeyMap()
/external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
DAwtKeyInput.java198 return KeyEvent.VK_CONTROL; in convertJmeCode()
336 return KeyEvent.VK_CONTROL; in convertJmeCode()
436 case KeyEvent.VK_CONTROL: in convertAwtKey()
/external/webkit/Source/WebKit2/WebProcess/
DWebKitMain.cpp158 …if (getenv("WEBKIT2_PAUSE_WEB_PROCESS_ON_LAUNCH") || (::GetKeyState(VK_CONTROL) & highBitMaskShort… in WebKitMain()
/external/webkit/Source/WebKit/chromium/src/win/
DWebInputEventFactory.cpp145 if (GetKeyState(VK_CONTROL) & 0x8000) in keyboardEvent()
338 if (getKeyState(VK_CONTROL)) in mouseWheelEvent()
/external/webkit/Source/WebKit2/Shared/win/
DWebEventFactory.cpp119 if (::GetKeyState(VK_CONTROL) & HIGH_BIT_MASK_SHORT) in modifiersForCurrentKeyState()
231 case VK_CONTROL: in keyIdentifierFromEvent()
/external/chromium/base/win/
Dwin_util.cc79 return (::GetKeyState(VK_CONTROL) & 0x8000) == 0x8000; in IsCtrlPressed()
/external/webkit/Source/WebCore/platform/wx/
DKeyboardEventWx.cpp180 return VK_CONTROL; // (11) CTRL key in windowsKeyCodeForKeyEvent()
/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
DWebPageQt.cpp45 #define VK_CONTROL 0x11 // CTRL key macro
/external/chromium/chrome/browser/ui/views/tab_contents/
Dnative_tab_contents_view_win.cc308 if (GetAsyncKeyState(VK_CONTROL) & 0x8000) { in ScrollZoom()
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
DSDL_dibevents.c156 case VK_CONTROL: in DIB_HandleMessage()
228 case VK_CONTROL: in DIB_HandleMessage()
/external/webkit/Source/WebCore/platform/gtk/
DPlatformKeyboardEventGtk.cpp220 return VK_CONTROL; // (11) CTRL key in windowsKeyCodeForGdkKeyCode()
/external/webkit/Source/WebCore/platform/qt/
DPlatformKeyboardEventQt.cpp218 return VK_CONTROL; // (11) CTRL key in windowsKeyCodeForKeyEvent()
/external/webkit/Source/WebCore/platform/cocoa/
DKeyEventCocoa.mm394 /* 0x3B */ VK_CONTROL, // Left Ctrl
397 /* 0x3E */ VK_CONTROL, // Right Ctrl
/external/quake/quake/src/QW/client/
Dkeys.c316 if ((key=='V' || key=='v') && GetKeyState(VK_CONTROL)<0) { in Key_Console()
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_win.cc1306 } else if (wparam != VK_CONTROL) { in OnKeyEvent()
1319 (wparam == VK_SHIFT || wparam == VK_CONTROL)) { in OnKeyEvent()
/external/webkit/Tools/DumpRenderTree/win/
DEventSender.cpp504 newKeyState[VK_CONTROL] = 0x80; in keyDownCallback()
/external/webkit/Source/WebKit2/Shared/mac/
DWebEventFactory.mm658 // VK_CONTROL (11) either ctrl key
723 // VK_CONTROL (11) CTRL key