/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/ |
WebPageQt.cpp | 92 static const unsigned CtrlKey = 1 << 0; 111 { VK_LEFT, CtrlKey, "MoveWordLeft" }, 112 { VK_LEFT, CtrlKey | ShiftKey, "MoveWordLeftAndModifySelection" }, 115 { VK_RIGHT, CtrlKey, "MoveWordRight" }, 116 { VK_RIGHT, CtrlKey | ShiftKey, "MoveWordRightAndModifySelection" }, 127 { VK_HOME, CtrlKey, "MoveToBeginningOfDocument" }, 128 { VK_HOME, CtrlKey | ShiftKey, "MoveToBeginningOfDocumentAndModifySelection" }, 132 { VK_END, CtrlKey, "MoveToEndOfDocument" }, 133 { VK_END, CtrlKey | ShiftKey, "MoveToEndOfDocumentAndModifySelection" }, 138 { VK_BACK, CtrlKey, "DeleteWordBackward" } [all...] |
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
EditorClientWinCE.cpp | 227 static const unsigned CtrlKey = 1 << 0; 246 { VK_LEFT, CtrlKey, "MoveWordLeft" }, 247 { VK_LEFT, CtrlKey | ShiftKey, "MoveWordLeftAndModifySelection" }, 250 { VK_RIGHT, CtrlKey, "MoveWordRight" }, 251 { VK_RIGHT, CtrlKey | ShiftKey, "MoveWordRightAndModifySelection" }, 262 { VK_HOME, CtrlKey, "MoveToBeginningOfDocument" }, 263 { VK_HOME, CtrlKey | ShiftKey, "MoveToBeginningOfDocumentAndModifySelection" }, 267 { VK_END, CtrlKey, "MoveToEndOfDocument" }, 268 { VK_END, CtrlKey | ShiftKey, "MoveToEndOfDocumentAndModifySelection" }, 273 { VK_BACK, CtrlKey, "DeleteWordBackward" } [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/ |
WebPageWin.cpp | 80 static const unsigned CtrlKey = 1 << 0; 99 { VK_LEFT, CtrlKey, "MoveWordLeft" }, 100 { VK_LEFT, CtrlKey | ShiftKey, "MoveWordLeftAndModifySelection" }, 103 { VK_RIGHT, CtrlKey, "MoveWordRight" }, 104 { VK_RIGHT, CtrlKey | ShiftKey, "MoveWordRightAndModifySelection" }, 115 { VK_HOME, CtrlKey, "MoveToBeginningOfDocument" }, 116 { VK_HOME, CtrlKey | ShiftKey, "MoveToBeginningOfDocumentAndModifySelection" }, 120 { VK_END, CtrlKey, "MoveToEndOfDocument" }, 121 { VK_END, CtrlKey | ShiftKey, "MoveToEndOfDocumentAndModifySelection" }, 126 { VK_BACK, CtrlKey, "DeleteWordBackward" } [all...] |
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
EditorClientEfl.cpp | 228 static const unsigned CtrlKey = 1 << 0; 247 { VK_LEFT, CtrlKey, "MoveWordLeft" }, 248 { VK_LEFT, CtrlKey | ShiftKey, "MoveWordLeftAndModifySelection" }, 251 { VK_RIGHT, CtrlKey, "MoveWordRight" }, 252 { VK_RIGHT, CtrlKey | ShiftKey, "MoveWordRightAndModifySelection" }, 263 { VK_HOME, CtrlKey, "MoveToBeginningOfDocument" }, 264 { VK_HOME, CtrlKey | ShiftKey, "MoveToBeginningOfDocumentAndModifySelection" }, 268 { VK_END, CtrlKey, "MoveToEndOfDocument" }, 269 { VK_END, CtrlKey | ShiftKey, "MoveToEndOfDocumentAndModifySelection" }, 274 { VK_BACK, CtrlKey, "DeleteWordBackward" } [all...] |
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
EditorClientWx.cpp | 52 static const unsigned CtrlKey = 1 << 0; 71 { VK_LEFT, CtrlKey, "MoveWordLeft" }, 72 { VK_LEFT, CtrlKey | ShiftKey, "MoveWordLeftAndModifySelection" }, 75 { VK_RIGHT, CtrlKey, "MoveWordRight" }, 76 { VK_RIGHT, CtrlKey | ShiftKey, "MoveWordRightAndModifySelection" }, 87 { VK_HOME, CtrlKey, "MoveToBeginningOfDocument" }, 88 { VK_HOME, CtrlKey | ShiftKey, "MoveToBeginningOfDocumentAndModifySelection" }, 92 { VK_END, CtrlKey, "MoveToEndOfDocument" }, 93 { VK_END, CtrlKey | ShiftKey, "MoveToEndOfDocumentAndModifySelection" }, 98 { VK_BACK, CtrlKey, "DeleteWordBackward" } [all...] |
/external/webkit/Source/WebCore/dom/ |
WheelEvent.h | 43 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) 47 ctrlKey, altKey, shiftKey, metaKey)); 52 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey); 56 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey); 73 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
|
WheelEvent.cpp | 46 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) 49 ctrlKey, altKey, shiftKey, metaKey) 60 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) 69 m_ctrlKey = ctrlKey; 87 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) 90 ctrlKey, altKey, shiftKey, metaKey); 109 view, event.globalX(), event.globalY(), event.x(), event.y(), event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey()));
|
KeyboardEvent.idl | 36 readonly attribute boolean ctrlKey; 53 in boolean ctrlKey, 70 in boolean ctrlKey,
|
UIEventWithKeyState.h | 33 bool ctrlKey() const { return m_ctrlKey; } 48 int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) 50 , m_ctrlKey(ctrlKey)
|
WheelEvent.idl | 29 readonly attribute boolean ctrlKey; 55 in boolean ctrlKey, 69 in boolean ctrlKey,
|
TouchEvent.cpp | 44 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) 46 ctrlKey, altKey, shiftKey, metaKey) 63 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) 75 m_ctrlKey = ctrlKey;
|
TouchEvent.h | 48 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) 52 ctrlKey, altKey, shiftKey, metaKey)); 59 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey); 76 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
|
KeyboardEvent.h | 67 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) 70 ctrlKey, altKey, shiftKey, metaKey, altGraphKey)); 76 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey = false); 103 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey);
|
MouseEvent.h | 44 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, 48 ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget, clipboard, isSimulated)); 56 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, 80 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
|
MouseEvent.idl | 28 readonly attribute boolean ctrlKey; 44 in boolean ctrlKey,
|
TouchEvent.idl | 34 readonly attribute boolean ctrlKey; 48 in boolean ctrlKey,
|
KeyboardEvent.cpp | 63 true, true, view, 0, key.ctrlKey(), key.altKey(), key.shiftKey(), key.metaKey()) 73 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) 74 : UIEventWithKeyState(eventType, canBubble, cancelable, view, 0, ctrlKey, altKey, shiftKey, metaKey) 88 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) 97 m_ctrlKey = ctrlKey; 107 return ctrlKey();
|
MouseEvent.cpp | 42 event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey(), event.button(), 54 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, 58 pageX, pageY, ctrlKey, altKey, shiftKey, metaKey, isSimulated) 72 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, 82 m_ctrlKey = ctrlKey; 147 m_ctrlKey = keyStateEvent->ctrlKey(); 186 event()->ctrlKey(), event()->altKey(), event()->shiftKey(), event()->metaKey(),
|
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/pin/ |
inject.js | 6 var modifier = event.ctrlKey || event.metaKey;
|
/external/webkit/LayoutTests/fast/events/touch/ |
document-create-touch-list-expected.txt | 15 PASS ts.ctrlKey is true
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
EditorClientHaiku.cpp | 261 kevent->ctrlKey() ? WordGranularity : CharacterGranularity, 266 kevent->ctrlKey() ? WordGranularity : CharacterGranularity, 272 kevent->ctrlKey() ? WordGranularity : CharacterGranularity, 278 kevent->ctrlKey() ? WordGranularity : CharacterGranularity, 284 kevent->ctrlKey() ? ParagraphGranularity : LineGranularity, 290 kevent->ctrlKey() ? ParagraphGranularity : LineGranularity, 305 if (!kevent->ctrlKey() && !kevent->altKey() && !kevent->text().isEmpty()) { 313 } else if (kevent->ctrlKey()) { 360 if (kevent->ctrlKey()) 364 if (kevent->ctrlKey()) [all...] |
/external/webkit/Source/WebCore/manual-tests/ |
DOMContextMenuEvent.html | 15 "ctrlKey = "+event.ctrlKey+"<br>" +
|
/external/webkit/Source/WebKit/win/Interfaces/ |
DOMEvents.idl | 178 //readonly attribute boolean ctrlKey; 179 HRESULT ctrlKey([out, retval] BOOL* result); 203 // in boolean ctrlKey, 208 HRESULT initKeyboardEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMWindow* view, [in] BSTR keyIdentifier, [in] unsigned long keyLocation, [in] BOOL ctrlKey, [in] BOOL altKey, [in] BOOL shiftKey, [in] BOOL metaKey, [in] BOOL graphKey); 223 // in boolean ctrlKey, 249 //readonly attribute boolean ctrlKey; 250 HRESULT ctrlKey([out, retval] BOOL* result); 276 // in boolean ctrlKey, 282 HRESULT initMouseEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMWindow* view, [in] long detail, [in] long screenX, [in] long screenY, [in] long clientX, [in] long clientY, [in] BOOL ctrlKey, [in] BOOL altKey, [in] BOOL shiftKey, [in] BOOL metaKey, [in] unsigned short button, [in] IDOMEventTarget* relatedTarget); 429 //readonly attribute boolean ctrlKey; [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
EditorClientImpl.cpp | 373 static const unsigned CtrlKey = 1 << 0; 412 { VKEY_LEFT, CtrlKey, "MoveWordLeft" }, 413 { VKEY_LEFT, CtrlKey | ShiftKey, 423 { VKEY_RIGHT, CtrlKey, "MoveWordRight" }, 424 { VKEY_RIGHT, CtrlKey | ShiftKey, 452 { VKEY_HOME, CtrlKey, "MoveToBeginningOfDocument" }, 453 { VKEY_HOME, CtrlKey | ShiftKey, 463 { VKEY_END, CtrlKey, "MoveToEndOfDocument" }, 464 { VKEY_END, CtrlKey | ShiftKey, 479 { VKEY_BACK, CtrlKey, "DeleteWordBackward" } [all...] |
/cts/tests/tests/webkitsecurity/assets/ |
select-option-accesskey-crash.html | 25 modifiers = ['ctrlKey', 'altKey'];
|