Home
last modified time | relevance | path

Searched refs:controlKey (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
DWebEventConversion.cpp73 m_ctrlKey = webEvent.controlKey(); in WebKit2PlatformMouseEvent()
110 m_ctrlKey = webEvent.controlKey(); in WebKit2PlatformWheelEvent()
155 m_ctrlKey = webEvent.controlKey(); in WebKit2PlatformKeyboardEvent()
256 m_ctrlKey = webEvent.controlKey(); in WebKit2PlatformTouchEvent()
DWebEvent.h88 bool controlKey() const { return m_modifiers & ControlKey; } in controlKey() function
/external/webkit/Source/WebCore/platform/chromium/
DPlatformKeyboardEventChromium.cpp99 ctrlKey = currentModifiers & ::controlKey; in getCurrentModifierState()
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
DNetscapePluginMac.mm373 // Set controlKey if the control key is down or the right mouse button is down.
374 if (event.controlKey() || rightMouseButtonIsDown(event))
375 modifiers |= controlKey;
433 if (event.controlKey())
652 if (keyboardEvent.controlKey())
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/win/
DNetscapePluginWin.cpp183 if (event.controlKey()) in toNP()
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
DNetscapePluginX11.cpp270 if (event.controlKey()) in xKeyModifiers()
/external/webkit/Source/WebKit2/UIProcess/gtk/
DWebView.cpp331 if (event.controlKey()) in getEditorCommandsForKeyEvent()
/external/webkit/Source/WebCore/platform/mac/
DKeyEventMac.mm259 ctrlKey = currentModifiers & ::controlKey;
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
DSDL_macevents.c178 { controlKey, SDLK_LCTRL }, in Mac_HandleEvents()
/external/webkit/Source/WebCore/plugins/mac/
DPluginViewMac.mm600 record.modifiers |= controlKey;
712 modifiers |= controlKey;
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginEventHandlerCarbon.mm81 modifiers |= controlKey;
/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.cpp429 if (wheelEvent.controlKey()) { in onWheelEvent()