Searched defs:altGraphKey (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | KeyboardEvent.h | 74 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) in create() 91 bool altGraphKey() const { return m_altGraphKey; } in altGraphKey() function
|
D | KeyboardEvent.cpp | 130 … bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) in KeyboardEvent() 146 … bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) in initKeyboardEvent()
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
D | key_sequence_test.js | 434 'searchKeyHeld': [false], 'altKey': [false], 'altGraphKey': [false], property 441 'searchKeyHeld': [false], 'altKey': [false], 'altGraphKey': [false], property
|
D | key_sequence.js | 86 altGraphKey: [], property
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxKbExplorerScript.js | 25 …romeOSSpecialKeys_(a);this.keys={ctrlKey:[],searchKeyHeld:[],altKey:[],altGraphKey:[],shiftKey:[],… property
|
D | chromeVoxChromeOptionsScript.js | 25 …romeOSSpecialKeys_(a);this.keys={ctrlKey:[],searchKeyHeld:[],altKey:[],altGraphKey:[],shiftKey:[],… property
|
D | chromeVoxChromePageScript.js | 1302 …romeOSSpecialKeys_(a);this.keys={ctrlKey:[],searchKeyHeld:[],altKey:[],altGraphKey:[],shiftKey:[],… property
|
D | chromeVoxChromeBackgroundScript.js | 1131 …romeOSSpecialKeys_(a);this.keys={ctrlKey:[],searchKeyHeld:[],altKey:[],altGraphKey:[],shiftKey:[],… property
|