Searched refs:controlKey (Results 1 – 12 of 12) sorted by relevance
73 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()
88 bool controlKey() const { return m_modifiers & ControlKey; } in controlKey() function
99 ctrlKey = currentModifiers & ::controlKey; in getCurrentModifierState()
373 // 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())
183 if (event.controlKey()) in toNP()
270 if (event.controlKey()) in xKeyModifiers()
331 if (event.controlKey()) in getEditorCommandsForKeyEvent()
259 ctrlKey = currentModifiers & ::controlKey;
178 { controlKey, SDLK_LCTRL }, in Mac_HandleEvents()
600 record.modifiers |= controlKey;712 modifiers |= controlKey;
81 modifiers |= controlKey;
429 if (wheelEvent.controlKey()) { in onWheelEvent()