/external/webkit/Source/WebCore/platform/ |
PlatformKeyboardEvent.h | 97 CtrlKey = 1 << 1, 153 bool ctrlKey() const { return m_ctrlKey; } 158 | (ctrlKey() ? CtrlKey : 0) 164 static void getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey);
|
PlatformTouchEvent.h | 82 bool ctrlKey() const { return m_ctrlKey; }
|
PlatformMouseEvent.h | 126 bool ctrlKey() const { return m_ctrlKey; } 152 int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp,
|
/external/webkit/Source/WebCore/platform/chromium/ |
PlatformKeyboardEventChromium.cpp | 89 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey) 93 ctrlKey = GetKeyState(VK_CONTROL) & HIGH_BIT_MASK_SHORT; 99 ctrlKey = currentModifiers & ::controlKey;
|
/external/webkit/Source/WebKit2/Shared/ |
WebTouchEvent.cpp | 36 WebTouchEvent::WebTouchEvent(WebEvent::Type type, Vector<WebPlatformTouchPoint> touchPoints, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, Modifiers modifiers, double timestamp) 39 , m_ctrlKey(ctrlKey)
|
/external/webkit/LayoutTests/fast/events/touch/script-tests/ |
document-create-touch-list.js | 27 shouldBe("ts.ctrlKey", "true");
|
/external/webkit/Source/WebCore/platform/mac/ |
PlatformMouseEventMac.mm | 162 int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp, 170 , m_ctrlKey(ctrlKey)
|
/external/webkit/Source/WebKit/win/ |
DOMEventsClasses.cpp | 283 HRESULT STDMETHODCALLTYPE DOMKeyboardEvent::ctrlKey( 291 *result = keyEvent->ctrlKey() ? TRUE : FALSE; 357 /* [in] */ BOOL /*ctrlKey*/, 404 HRESULT STDMETHODCALLTYPE DOMMouseEvent::ctrlKey( 412 *result = mouseEvent->ctrlKey() ? TRUE : FALSE; 474 /* [in] */ BOOL /*ctrlKey*/, 647 HRESULT STDMETHODCALLTYPE DOMWheelEvent::ctrlKey( 727 /* [in] */ BOOL /*ctrlKey*/,
|
/external/chromium/chrome/browser/resources/shared/js/cr/ |
link_controller_test.html | 94 ctrlKey: true 114 ctrlKey: true 144 ctrlKey: true 162 ctrlKey: true
|
/external/chromium-trace/src/shared/js/cr/ |
link_controller_test.html | 94 ctrlKey: true 114 ctrlKey: true 144 ctrlKey: true 162 ctrlKey: true
|
/external/webkit/Source/WebCore/platform/android/ |
KeyEventAndroid.cpp | 224 , m_ctrlKey(sym ? CtrlKey : 0) 254 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey) 258 ctrlKey = false;
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
list_selection_controller.js | 134 } else if (!isDown && !e.shiftKey && !e.ctrlKey) 141 (e.ctrlKey && !e.shiftKey))) { 210 (cr.isMac && e.metaKey || !cr.isMac && e.ctrlKey)) { 220 if (e.ctrlKey || !selected) { 268 } else if (e.ctrlKey && !cr.isMac) {
|
/external/chromium-trace/src/shared/js/cr/ui/ |
list_selection_controller.js | 136 } else if (!isDown && !e.shiftKey && !e.ctrlKey) 143 (e.ctrlKey && !e.shiftKey))) { 209 (cr.isMac && e.metaKey || !cr.isMac && e.ctrlKey)) { 219 if (e.ctrlKey || !selected) { 267 } else if (e.ctrlKey && !cr.isMac) {
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
WebView.cpp | 202 static const unsigned CtrlKey = 1 << 0; 219 { 'B', CtrlKey, "ToggleBold" }, 220 { 'I', CtrlKey, "ToggleItalic" }, 222 { VK_OEM_PERIOD, CtrlKey, "Cancel" }, 226 { VK_RETURN, CtrlKey, "InsertNewline" }, 235 { '\r', CtrlKey, "InsertNewline" }, 332 modifiers |= CtrlKey;
|
/development/scripts/app_engine_server/gae_shell/static/ |
shell.js | 97 if (event.ctrlKey && event.keyCode == 38 /* up arrow */) { 102 } else if (event.ctrlKey && event.keyCode == 40 /* down arrow */) { 116 event.ctrlKey == ctrlEnter) {
|
/external/webkit/Source/WebCore/inspector/front-end/ |
KeyboardShortcut.js | 110 if (keyboardEvent.ctrlKey) 155 const ctrlKey = "\u2303"; 160 res += isMac ? ctrlKey : "<Ctrl> + ";
|
SearchController.js | 82 var isFindKey = event.metaKey && !event.ctrlKey && !event.altKey && !event.shiftKey; 84 var isFindKey = event.ctrlKey && !event.metaKey && !event.altKey && !event.shiftKey; 103 if (isMac && event.metaKey && !event.ctrlKey && !event.altKey) {
|
/external/webkit/Source/WebCore/dom/ |
MouseRelatedEvent.h | 60 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated = false);
|
MouseRelatedEvent.cpp | 79 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated) 80 : UIEventWithKeyState(eventType, canBubble, cancelable, abstractView, detail, ctrlKey, altKey, shiftKey, metaKey)
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
EditorClientGtk.cpp | 589 static const unsigned CtrlKey = 1 << 0; 606 { 'B', CtrlKey, "ToggleBold" }, 607 { 'I', CtrlKey, "ToggleItalic" }, 609 { VK_OEM_PERIOD, CtrlKey, "Cancel" }, 613 { VK_RETURN, CtrlKey, "InsertNewline" }, 622 { '\r', CtrlKey, "InsertNewline" }, 658 if (event->ctrlKey()) 659 modifiers |= CtrlKey; 758 if (platformEvent->ctrlKey() || platformEvent->altKey()) [all...] |
/external/webkit/Source/WebCore/platform/brew/ |
PlatformKeyboardEventBrew.cpp | 252 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey) 256 ctrlKey = false;
|
/external/webkit/Source/WebCore/platform/win/ |
KeyEventWin.cpp | 217 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey) 220 ctrlKey = GetKeyState(VK_CONTROL) & HIGH_BIT_MASK_SHORT;
|
/external/webkit/Tools/DumpRenderTree/mac/ |
EventSendingController.mm | 306 if ([modifierName isEqual:@"ctrlKey"]) 762 [(DOMKeyboardEvent*)event ctrlKey] ? 1 : 0, 777 [(DOMMouseEvent*)event ctrlKey] ? 1 : 0, 809 [(DOMWheelEvent*)event ctrlKey] ? 1 : 0, [all...] |
/external/webkit/Source/WebCore/bindings/objc/ |
PublicDOMInterfaces.h | [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_input_api.cc | 30 const char kCtrl[] = "ctrlKey";
|