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

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dtraverse_table.js155 cvox.TraverseTable.prototype.currentCellCursor;
226 this.currentCellCursor = null;
314 if (!this.currentCellCursor) {
321 var currentCursor = this.currentCellCursor;
327 this.currentCellCursor = [currentCursor[0], (currentRow.length - 1)];
334 this.currentCellCursor = null;
340 this.currentCellCursor = [(numRows - 1), currentCursor[1]];
846 if (!this.currentCellCursor || !this.shadowTable_) {
851 this.shadowTable_[this.currentCellCursor[0]][this.currentCellCursor[
[all...]

Completed in 52 milliseconds