Home
last modified time | relevance | path

Searched refs:TableShifter (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
Dtable_shifter.js25 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/
Dnavigation_manager.js88 cvox.TableShifter,
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js1145TableShifter=function(){this.rowWalker_=new cvox.RowWalker;this.columnWalker_=new cvox.ColumnWalke…
1146TableShifter.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…
1148TableShifter.prototype.getBraille=function(a,b){return this.currentWalker_.getBraille(a,b)};cvox.T…
1149TableShifter.prototype.makeMoreGranular=function(){cvox.TableShifter.superClass_.makeMoreGranular.…
1215 …vox.NavigationSpeaker;this.shifterTypes_=[cvox.NavigationShifter,cvox.TableShifter,cvox.MathShifte…
DchromeVoxChromeOptionsScript.js1351TableShifter=function(){this.rowWalker_=new cvox.RowWalker;this.columnWalker_=new cvox.ColumnWalke…
1352TableShifter.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…
1354TableShifter.prototype.getBraille=function(a,b){return this.currentWalker_.getBraille(a,b)};cvox.T…
1355TableShifter.prototype.makeMoreGranular=function(){cvox.TableShifter.superClass_.makeMoreGranular.…
1398 …vox.NavigationSpeaker;this.shifterTypes_=[cvox.NavigationShifter,cvox.TableShifter,cvox.MathShifte…
DchromeVoxChromeBackgroundScript.js1416TableShifter=function(){this.rowWalker_=new cvox.RowWalker;this.columnWalker_=new cvox.ColumnWalke…
1417TableShifter.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…
1419TableShifter.prototype.getBraille=function(a,b){return this.currentWalker_.getBraille(a,b)};cvox.T…
1420TableShifter.prototype.makeMoreGranular=function(){cvox.TableShifter.superClass_.makeMoreGranular.…
1463 …vox.NavigationSpeaker;this.shifterTypes_=[cvox.NavigationShifter,cvox.TableShifter,cvox.MathShifte…