Searched defs:goToLastCell (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/ |
D | table_walker.js | 118 cvox.TableWalker.prototype.goToLastCell = function(sel) { method in cvox.TableWalker
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
D | traverse_table.js | 1249 cvox.TraverseTable.prototype.goToLastCell = function() { method in cvox.TraverseTable
|
D | command_store.js | 587 'goToLastCell': {announce: true, property
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 1134 …rn this.currentCellCursor=a,!0}return!1};cvox.TraverseTable.prototype.goToLastCell=function(){var … method in cvox 1137 …(){return this.tt.goToCell([0,0])},this))};cvox.TableWalker.prototype.goToLastCell=function(a){ret… method in cvox 1291 …ToFirstCell:{announce:!0,msgId:"skip_to_beginning",category:"tables"},goToLastCell:{announce:!0,ms… property
|
D | chromeVoxChromeOptionsScript.js | 75 …ToFirstCell:{announce:!0,msgId:"skip_to_beginning",category:"tables"},goToLastCell:{announce:!0,ms… property 1340 …rn this.currentCellCursor=a,!0}return!1};cvox.TraverseTable.prototype.goToLastCell=function(){var … method in cvox 1343 …(){return this.tt.goToCell([0,0])},this))};cvox.TableWalker.prototype.goToLastCell=function(a){ret… method in cvox
|
D | chromeVoxChromeBackgroundScript.js | 1181 …ToFirstCell:{announce:!0,msgId:"skip_to_beginning",category:"tables"},goToLastCell:{announce:!0,ms… property
|