Searched refs:TableShifter (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/ |
D | table_shifter.js | 25 cvox.TableShifter = function() { class in cvox 33 goog.inherits(cvox.TableShifter, cvox.AbstractShifter); 39 cvox.TableShifter.prototype.next = function(sel) { 53 cvox.TableShifter.prototype.sync = function(sel) { 65 cvox.TableShifter.prototype.getName = function() { 77 cvox.TableShifter.prototype.getDescription = function(prevSel, sel) { 111 cvox.TableShifter.prototype.getBraille = function(prevSel, sel) { 119 cvox.TableShifter.prototype.getGranularityMsg = function() { 127 cvox.TableShifter.prototype.makeLessGranular = function() { 136 cvox.TableShifter.prototype.makeMoreGranular = function() { [all …]
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
D | navigation_manager.js | 88 cvox.TableShifter,
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 1145 …TableShifter=function(){this.rowWalker_=new cvox.RowWalker;this.columnWalker_=new cvox.ColumnWalke… 1146 …TableShifter.prototype.sync=function(a){return"TABLE"==a.start.node.tagName?a.isReversed()?this.cu… 1147 cvox.TableShifter.prototype.getDescription=function(a,b){var c=this.currentWalker_.getDescription(a… 1148 …TableShifter.prototype.getBraille=function(a,b){return this.currentWalker_.getBraille(a,b)};cvox.T… 1149 …TableShifter.prototype.makeMoreGranular=function(){cvox.TableShifter.superClass_.makeMoreGranular.… 1215 …vox.NavigationSpeaker;this.shifterTypes_=[cvox.NavigationShifter,cvox.TableShifter,cvox.MathShifte…
|
D | chromeVoxChromeOptionsScript.js | 1351 …TableShifter=function(){this.rowWalker_=new cvox.RowWalker;this.columnWalker_=new cvox.ColumnWalke… 1352 …TableShifter.prototype.sync=function(a){return"TABLE"==a.start.node.tagName?a.isReversed()?this.cu… 1353 cvox.TableShifter.prototype.getDescription=function(a,b){var c=this.currentWalker_.getDescription(a… 1354 …TableShifter.prototype.getBraille=function(a,b){return this.currentWalker_.getBraille(a,b)};cvox.T… 1355 …TableShifter.prototype.makeMoreGranular=function(){cvox.TableShifter.superClass_.makeMoreGranular.… 1398 …vox.NavigationSpeaker;this.shifterTypes_=[cvox.NavigationShifter,cvox.TableShifter,cvox.MathShifte…
|
D | chromeVoxChromeBackgroundScript.js | 1416 …TableShifter=function(){this.rowWalker_=new cvox.RowWalker;this.columnWalker_=new cvox.ColumnWalke… 1417 …TableShifter.prototype.sync=function(a){return"TABLE"==a.start.node.tagName?a.isReversed()?this.cu… 1418 cvox.TableShifter.prototype.getDescription=function(a,b){var c=this.currentWalker_.getDescription(a… 1419 …TableShifter.prototype.getBraille=function(a,b){return this.currentWalker_.getBraille(a,b)};cvox.T… 1420 …TableShifter.prototype.makeMoreGranular=function(){cvox.TableShifter.superClass_.makeMoreGranular.… 1463 …vox.NavigationSpeaker;this.shifterTypes_=[cvox.NavigationShifter,cvox.TableShifter,cvox.MathShifte…
|