Searched refs:TraverseMath (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
D | traverse_math.js | 17 cvox.TraverseMath = function() { class in cvox 98 goog.addSingletonGetter(cvox.TraverseMath); 105 cvox.TraverseMath.setSemantic_ = false; 113 cvox.TraverseMath.toggleSemantic = function() { 114 return cvox.TraverseMath.setSemantic_ = !cvox.TraverseMath.setSemantic_; 122 cvox.TraverseMath.prototype.initialize = function(node) { 138 if (this.activeNode && cvox.TraverseMath.setSemantic_ && 152 cvox.TraverseMath.prototype.addMathjax = function(mml, id) { 168 cvox.TraverseMath.prototype.redoMathjaxs = function(mml, id) { 180 cvox.TraverseMath.prototype.initializeMathjaxs = function() { [all …]
|
D | description_util.js | 462 var traverse = cvox.TraverseMath.getInstance();
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/ |
D | math_shifter.js | 51 cvox.TraverseMath.getInstance().initialize(sel.start.node); 62 this.bumped_ = !cvox.TraverseMath.getInstance().nextSibling(r); 63 var attachedNode = cvox.TraverseMath.getInstance().getAttachedActiveNode(); 72 var attachedNode = cvox.TraverseMath.getInstance().getAttachedActiveNode(); 90 cvox.TraverseMath.getInstance().activeNode); 123 this.bumped_ = !cvox.TraverseMath.getInstance().nextParentChild(true); 132 this.bumped_ = !cvox.TraverseMath.getInstance().nextParentChild(false); 146 cvox.TraverseMath.getInstance().initialize(mathNode); 151 cvox.TraverseMath.getInstance().domain, 152 cvox.TraverseMath.getInstance().style); [all …]
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
D | math_store.js | 249 cvox.TraverseMath.getInstance().domain, 250 cvox.TraverseMath.getInstance().style); 254 'domain': cvox.TraverseMath.getInstance().domain, 255 'style': cvox.TraverseMath.getInstance().style
|
D | mathml_store_util.js | 21 var mml = cvox.TraverseMath.getInstance().activeMathmlHost;
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
D | host.js | 120 cvox.TraverseMath.getInstance().addDomainsAndStyles(
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 945 …TraverseMath=function(){this.activeNode=this.activeMath=null;this.allTexs_={};this.allMathjaxs_={}… 946 …TraverseMath.prototype.initialize=function(a){if(cvox.DomUtil.isMathImg(a)){if(!a.hasAttribute("cv… 947 ….TraverseMath.prototype.addMathjax=function(a,b){var c=cvox.DomUtil.getMathSpanId(b);c?this.allMat… 948 cvox.TraverseMath.prototype.initializeMathjaxs=function(){var a=goog.bind(function(a,c){this.addMat… 949 cvox.TraverseMath.prototype.initializeAltMaths=function(){if(document.querySelector(cvox.DomUtil.al… 950 …TraverseMath.prototype.nextSibling=function(a){if(!this.activeNode||!this.activeMath)return null;v… 951 …TraverseMath.prototype.addDomainsAndStyles=function(a,b){this.allDomains.push.apply(this.allDomain… 980 …TraverseMath.getInstance().domain,cvox.TraverseMath.getInstance().style):new cvox.NavMathDescripti… 1024 …cription=function(a){var b=cvox.SpeechRuleEngine.getInstance(),c=cvox.TraverseMath.getInstance();b… 1048 …l={};cvox.MathmlStoreUtil.matchMathjaxToMathml=function(a){var b=cvox.TraverseMath.getInstance().a… [all …]
|
D | chromeVoxChromeOptionsScript.js | 1177 …TraverseMath=function(){this.activeNode=this.activeMath=null;this.allTexs_={};this.allMathjaxs_={}… 1178 …TraverseMath.prototype.initialize=function(a){if(cvox.DomUtil.isMathImg(a)){if(!a.hasAttribute("cv… 1179 …TraverseMath.prototype.addMathjax=function(a,b){var c=cvox.DomUtil.getMathSpanId(b);c?this.allMath… 1180 …TraverseMath.prototype.initializeAltMaths=function(){document.querySelector(cvox.DomUtil.altMathQu… 1181 cvox.TraverseMath.prototype.nextParentChild=function(a){if(!this.activeNode||!this.activeMath||this… 1182 …TraverseMath.prototype.addDomainsAndStyles=function(a,b){this.allDomains.push.apply(this.allDomain… 1211 …TraverseMath.getInstance().domain,cvox.TraverseMath.getInstance().style):new cvox.NavMathDescripti… 1245 …cription=function(a){var b=cvox.SpeechRuleEngine.getInstance(),c=cvox.TraverseMath.getInstance();b… 1254 …l={};cvox.MathmlStoreUtil.matchMathjaxToMathml=function(a){var b=cvox.TraverseMath.getInstance().a… 1312 …TraverseMath.getInstance().initialize(a.start.node)};goog.inherits(cvox.MathShifter,cvox.AbstractS… [all …]
|
D | chromeVoxChromeBackgroundScript.js | 1048 …TraverseMath=function(){this.activeNode=this.activeMath=null;this.allTexs_={};this.allMathjaxs_={}… 1049 …TraverseMath.prototype.initialize=function(a){if(cvox.DomUtil.isMathImg(a)){if(!a.hasAttribute("cv… 1050 …TraverseMath.prototype.addMathjax=function(a,b){var c=cvox.DomUtil.getMathSpanId(b);c?this.allMath… 1051 …TraverseMath.prototype.initializeAltMaths=function(){document.querySelector(cvox.DomUtil.altMathQu… 1052 cvox.TraverseMath.prototype.nextParentChild=function(a){if(!this.activeNode||!this.activeMath||this… 1053 …TraverseMath.prototype.addDomainsAndStyles=function(a,b){this.allDomains.push.apply(this.allDomain… 1078 …TraverseMath.getInstance().domain,cvox.TraverseMath.getInstance().style):new cvox.NavMathDescripti… 1310 …cription=function(a){var b=cvox.SpeechRuleEngine.getInstance(),c=cvox.TraverseMath.getInstance();b… 1319 …l={};cvox.MathmlStoreUtil.matchMathjaxToMathml=function(a){var b=cvox.TraverseMath.getInstance().a… 1377 …TraverseMath.getInstance().initialize(a.start.node)};goog.inherits(cvox.MathShifter,cvox.AbstractS… [all …]
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
D | navigation_manager.js | 221 cvox.TraverseMath.getInstance();
|
D | user_commands.js | 724 if (cvox.TraverseMath.toggleSemantic()) {
|