CtrlKey 40 Source/core/editing/EditingBehavior.cpp static const unsigned CtrlKey = 1 << 0; CtrlKey 82 Source/core/editing/EditingBehavior.cpp { VKEY_LEFT, CtrlKey, "MoveWordLeft" }, CtrlKey 83 Source/core/editing/EditingBehavior.cpp { VKEY_LEFT, CtrlKey | ShiftKey, CtrlKey 92 Source/core/editing/EditingBehavior.cpp { VKEY_RIGHT, CtrlKey, "MoveWordRight" }, CtrlKey 93 Source/core/editing/EditingBehavior.cpp { VKEY_RIGHT, CtrlKey | ShiftKey, "MoveWordRightAndModifySelection" }, CtrlKey 102 Source/core/editing/EditingBehavior.cpp { VKEY_UP, CtrlKey, "MoveParagraphBackward" }, CtrlKey 103 Source/core/editing/EditingBehavior.cpp { VKEY_UP, CtrlKey | ShiftKey, "MoveParagraphBackwardAndModifySelection" }, CtrlKey 104 Source/core/editing/EditingBehavior.cpp { VKEY_DOWN, CtrlKey, "MoveParagraphForward" }, CtrlKey 105 Source/core/editing/EditingBehavior.cpp { VKEY_DOWN, CtrlKey | ShiftKey, "MoveParagraphForwardAndModifySelection" }, CtrlKey 117 Source/core/editing/EditingBehavior.cpp { VKEY_HOME, CtrlKey, "MoveToBeginningOfDocument" }, CtrlKey 118 Source/core/editing/EditingBehavior.cpp { VKEY_HOME, CtrlKey | ShiftKey, CtrlKey 124 Source/core/editing/EditingBehavior.cpp { VKEY_END, CtrlKey, "MoveToEndOfDocument" }, CtrlKey 125 Source/core/editing/EditingBehavior.cpp { VKEY_END, CtrlKey | ShiftKey, CtrlKey 135 Source/core/editing/EditingBehavior.cpp { VKEY_BACK, CtrlKey, "DeleteWordBackward" }, CtrlKey 136 Source/core/editing/EditingBehavior.cpp { VKEY_DELETE, CtrlKey, "DeleteWordForward" }, CtrlKey 142 Source/core/editing/EditingBehavior.cpp { 'B', CtrlKey, "ToggleBold" }, CtrlKey 143 Source/core/editing/EditingBehavior.cpp { 'I', CtrlKey, "ToggleItalic" }, CtrlKey 145 Source/core/editing/EditingBehavior.cpp { 'U', CtrlKey, "ToggleUnderline" }, CtrlKey 147 Source/core/editing/EditingBehavior.cpp { VKEY_OEM_PERIOD, CtrlKey, "Cancel" }, CtrlKey 151 Source/core/editing/EditingBehavior.cpp { VKEY_RETURN, CtrlKey, "InsertNewline" }, CtrlKey 155 Source/core/editing/EditingBehavior.cpp { VKEY_INSERT, CtrlKey, "Copy" }, CtrlKey 161 Source/core/editing/EditingBehavior.cpp { 'C', CtrlKey, "Copy" }, CtrlKey 162 Source/core/editing/EditingBehavior.cpp { 'V', CtrlKey, "Paste" }, CtrlKey 163 Source/core/editing/EditingBehavior.cpp { 'V', CtrlKey | ShiftKey, "PasteAndMatchStyle" }, CtrlKey 164 Source/core/editing/EditingBehavior.cpp { 'X', CtrlKey, "Cut" }, CtrlKey 165 Source/core/editing/EditingBehavior.cpp { 'A', CtrlKey, "SelectAll" }, CtrlKey 166 Source/core/editing/EditingBehavior.cpp { 'Z', CtrlKey, "Undo" }, CtrlKey 167 Source/core/editing/EditingBehavior.cpp { 'Z', CtrlKey | ShiftKey, "Redo" }, CtrlKey 168 Source/core/editing/EditingBehavior.cpp { 'Y', CtrlKey, "Redo" }, CtrlKey 177 Source/core/editing/EditingBehavior.cpp { '\r', CtrlKey, "InsertNewline" }, CtrlKey 211 Source/core/editing/EditingBehavior.cpp modifiers |= CtrlKey; CtrlKey 180 Source/core/inspector/InspectorInputAgent.cpp convertedModifiers & PlatformEvent::CtrlKey, CtrlKey 115 Source/core/page/DragController.cpp bool ctrlKey = static_cast<bool>(keyState & PlatformEvent::CtrlKey); CtrlKey 959 Source/core/page/DragController.cpp return keyState & PlatformEvent::CtrlKey; CtrlKey 1688 Source/core/page/EventHandler.cpp if (mouseEvent.button() == LeftButton && mouseEvent.modifiers() & PlatformEvent::CtrlKey) CtrlKey 2422 Source/core/page/EventHandler.cpp modifierFlags |= PlatformEvent::CtrlKey; CtrlKey 4045 Source/core/page/EventHandler.cpp return PlatformEvent::CtrlKey | PlatformEvent::AltKey; CtrlKey 86 Source/platform/PlatformEvent.h bool ctrlKey() const { return m_modifiers & CtrlKey; } CtrlKey 124 Source/platform/PlatformEvent.h m_modifiers |= CtrlKey; CtrlKey 217 Source/platform/scroll/ScrollableArea.cpp if (wheelEvent.modifiers() & PlatformEvent::CtrlKey) CtrlKey 642 Source/web/WebAXObject.cpp if (modifiers & PlatformEvent::CtrlKey) CtrlKey 93 Source/web/WebInputEventConversion.cpp m_modifiers |= PlatformEvent::CtrlKey; CtrlKey 144 Source/web/WebInputEventConversion.cpp m_modifiers |= PlatformEvent::CtrlKey; CtrlKey 254 Source/web/WebInputEventConversion.cpp m_modifiers |= PlatformEvent::CtrlKey; CtrlKey 295 Source/web/WebInputEventConversion.cpp m_modifiers |= PlatformEvent::CtrlKey; CtrlKey 426 Source/web/WebInputEventConversion.cpp m_modifiers |= PlatformEvent::CtrlKey; CtrlKey 578 Source/web/WebInputEventConversion.cpp if (event.modifiers() & PlatformEvent::CtrlKey) CtrlKey 672 Source/web/WebInputEventConversion.cpp if (modifiers & PlatformEvent::CtrlKey) CtrlKey 234 Source/web/WebViewImpl.cpp platformEventKeyState = platformEventKeyState | WebCore::PlatformEvent::CtrlKey;