/external/webkit/Source/WebCore/platform/win/ |
D | KeyEventWin.cpp | 46 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/ |
D | WindowsKeyboardCodes.h | 38 #undef VK_CONTROL 72 #define VK_CONTROL 0x11 // CTRL key macro
|
/external/webkit/Source/WebCore/page/win/ |
D | DragControllerWin.cpp | 55 return ::GetAsyncKeyState(VK_CONTROL); in isCopyKeyDown()
|
/external/webkit/Source/WebCore/page/chromium/ |
D | DragControllerChromium.cpp | 61 return ::GetAsyncKeyState(VK_CONTROL); in isCopyKeyDown()
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_edit_view_win.cc | 1405 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/ |
D | PlatformKeyboardEventChromium.cpp | 93 ctrlKey = GetKeyState(VK_CONTROL) & HIGH_BIT_MASK_SHORT; in getCurrentModifierState()
|
D | KeyboardCodes.h | 66 VKEY_CONTROL = VK_CONTROL,
|
/external/webkit/Source/WebCore/platform/efl/ |
D | PlatformKeyboardEventEfl.cpp | 90 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/ |
D | AwtKeyInput.java | 198 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/ |
D | WebKitMain.cpp | 158 …if (getenv("WEBKIT2_PAUSE_WEB_PROCESS_ON_LAUNCH") || (::GetKeyState(VK_CONTROL) & highBitMaskShort… in WebKitMain()
|
/external/webkit/Source/WebKit/chromium/src/win/ |
D | WebInputEventFactory.cpp | 145 if (GetKeyState(VK_CONTROL) & 0x8000) in keyboardEvent() 338 if (getKeyState(VK_CONTROL)) in mouseWheelEvent()
|
/external/webkit/Source/WebKit2/Shared/win/ |
D | WebEventFactory.cpp | 119 if (::GetKeyState(VK_CONTROL) & HIGH_BIT_MASK_SHORT) in modifiersForCurrentKeyState() 231 case VK_CONTROL: in keyIdentifierFromEvent()
|
/external/chromium/base/win/ |
D | win_util.cc | 79 return (::GetKeyState(VK_CONTROL) & 0x8000) == 0x8000; in IsCtrlPressed()
|
/external/webkit/Source/WebCore/platform/wx/ |
D | KeyboardEventWx.cpp | 180 return VK_CONTROL; // (11) CTRL key in windowsKeyCodeForKeyEvent()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/ |
D | WebPageQt.cpp | 45 #define VK_CONTROL 0x11 // CTRL key macro
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
D | native_tab_contents_view_win.cc | 308 if (GetAsyncKeyState(VK_CONTROL) & 0x8000) { in ScrollZoom()
|
/external/qemu/distrib/sdl-1.2.15/src/video/windib/ |
D | SDL_dibevents.c | 156 case VK_CONTROL: in DIB_HandleMessage() 228 case VK_CONTROL: in DIB_HandleMessage()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | PlatformKeyboardEventGtk.cpp | 220 return VK_CONTROL; // (11) CTRL key in windowsKeyCodeForGdkKeyCode()
|
/external/webkit/Source/WebCore/platform/qt/ |
D | PlatformKeyboardEventQt.cpp | 218 return VK_CONTROL; // (11) CTRL key in windowsKeyCodeForKeyEvent()
|
/external/webkit/Source/WebCore/platform/cocoa/ |
D | KeyEventCocoa.mm | 394 /* 0x3B */ VK_CONTROL, // Left Ctrl 397 /* 0x3E */ VK_CONTROL, // Right Ctrl
|
/external/quake/quake/src/QW/client/ |
D | keys.c | 316 if ((key=='V' || key=='v') && GetKeyState(VK_CONTROL)<0) { in Key_Console()
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_win.cc | 1306 } else if (wparam != VK_CONTROL) { in OnKeyEvent() 1319 (wparam == VK_SHIFT || wparam == VK_CONTROL)) { in OnKeyEvent()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | EventSender.cpp | 504 newKeyState[VK_CONTROL] = 0x80; in keyDownCallback()
|
/external/webkit/Source/WebKit2/Shared/mac/ |
D | WebEventFactory.mm | 658 // VK_CONTROL (11) either ctrl key 723 // VK_CONTROL (11) CTRL key
|