Home
last modified time | relevance | path

Searched defs:currentCellCursor (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dtraverse_table.js155 cvox.TraverseTable.prototype.currentCellCursor; method in cvox.TraverseTable
327 this.currentCellCursor = [currentCursor[0], (currentRow.length - 1)]; property
340 this.currentCellCursor = [(numRows - 1), currentCursor[1]]; property
1186 this.currentCellCursor = [index, 0]; property
1188 this.currentCellCursor = [index, this.currentCellCursor[1]]; property
1212 this.currentCellCursor = [0, index]; property
1214 this.currentCellCursor = [this.currentCellCursor[0], index]; property