Home
last modified time | relevance | path

Searched refs:altGraphKey (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DKeyboardEvent.h74 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) in create() argument
77 ctrlKey, altKey, shiftKey, metaKey, altGraphKey)); in create()
84 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey = false);
91 bool altGraphKey() const { return m_altGraphKey; } in altGraphKey() function
109 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey);
DKeyboardEvent.cpp131 … bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) in KeyboardEvent() argument
135 , m_altGraphKey(altGraphKey) in KeyboardEvent()
147 … bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) in initKeyboardEvent() argument
160 m_altGraphKey = altGraphKey; in initKeyboardEvent()
DKeyboardEvent.idl37 readonly attribute boolean altGraphKey;
52 [Default=Undefined] optional boolean altGraphKey);
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLSelectElementWin.cpp41 …|| ((event->altGraphKey() || event->altKey()) && (event->keyIdentifier() == "Down" || event->keyId… in platformHandleKeydownEvent()
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxKbExplorerScript.js44 ….getReadableNameForKeyCode(91);break;case "altKey":k="Alt";break;case "altGraphKey":k="AltGraph";b…
DchromeVoxChromePageScript.js830 …romeOSSpecialKeys_(a);this.keys={ctrlKey:[],searchKeyHeld:[],altKey:[],altGraphKey:[],shiftKey:[],… property
DchromeVoxChromeOptionsScript.js45 ….getReadableNameForKeyCode(91);break;case "altKey":k="Alt";break;case "altGraphKey":k="AltGraph";b…
DchromeVoxChromeBackgroundScript.js986 …romeOSSpecialKeys_(a);this.keys={ctrlKey:[],searchKeyHeld:[],altKey:[],altGraphKey:[],shiftKey:[],… property
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp3429 if (event->ctrlKey() || event->metaKey() || event->altKey() || event->altGraphKey()) in defaultSpaceEventHandler()
3450 if (event->ctrlKey() || event->metaKey() || event->altKey() || event->altGraphKey()) in defaultBackspaceEventHandler()
3468 if (event->ctrlKey() || event->metaKey() || event->altGraphKey() || event->shiftKey()) in defaultArrowEventHandler()
3492 if (event->ctrlKey() || event->metaKey() || event->altGraphKey()) in defaultTabEventHandler()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dcodemirror.js3589 if (name == null || event.altGraphKey) return false;