Home
last modified time | relevance | path

Searched refs:TraverseMath (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dtraverse_math.js17 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 …]
Ddescription_util.js462 var traverse = cvox.TraverseMath.getInstance();
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
Dmath_shifter.js51 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/
Dmath_store.js249 cvox.TraverseMath.getInstance().domain,
250 cvox.TraverseMath.getInstance().style);
254 'domain': cvox.TraverseMath.getInstance().domain,
255 'style': cvox.TraverseMath.getInstance().style
Dmathml_store_util.js21 var mml = cvox.TraverseMath.getInstance().activeMathmlHost;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
Dhost.js120 cvox.TraverseMath.getInstance().addDomainsAndStyles(
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js945TraverseMath=function(){this.activeNode=this.activeMath=null;this.allTexs_={};this.allMathjaxs_={}…
946TraverseMath.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…
950TraverseMath.prototype.nextSibling=function(a){if(!this.activeNode||!this.activeMath)return null;v…
951TraverseMath.prototype.addDomainsAndStyles=function(a,b){this.allDomains.push.apply(this.allDomain…
980TraverseMath.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 …]
DchromeVoxChromeOptionsScript.js1177TraverseMath=function(){this.activeNode=this.activeMath=null;this.allTexs_={};this.allMathjaxs_={}…
1178TraverseMath.prototype.initialize=function(a){if(cvox.DomUtil.isMathImg(a)){if(!a.hasAttribute("cv…
1179TraverseMath.prototype.addMathjax=function(a,b){var c=cvox.DomUtil.getMathSpanId(b);c?this.allMath…
1180TraverseMath.prototype.initializeAltMaths=function(){document.querySelector(cvox.DomUtil.altMathQu…
1181 cvox.TraverseMath.prototype.nextParentChild=function(a){if(!this.activeNode||!this.activeMath||this…
1182TraverseMath.prototype.addDomainsAndStyles=function(a,b){this.allDomains.push.apply(this.allDomain…
1211TraverseMath.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…
1312TraverseMath.getInstance().initialize(a.start.node)};goog.inherits(cvox.MathShifter,cvox.AbstractS…
[all …]
DchromeVoxChromeBackgroundScript.js1048TraverseMath=function(){this.activeNode=this.activeMath=null;this.allTexs_={};this.allMathjaxs_={}…
1049TraverseMath.prototype.initialize=function(a){if(cvox.DomUtil.isMathImg(a)){if(!a.hasAttribute("cv…
1050TraverseMath.prototype.addMathjax=function(a,b){var c=cvox.DomUtil.getMathSpanId(b);c?this.allMath…
1051TraverseMath.prototype.initializeAltMaths=function(){document.querySelector(cvox.DomUtil.altMathQu…
1052 cvox.TraverseMath.prototype.nextParentChild=function(a){if(!this.activeNode||!this.activeMath||this…
1053TraverseMath.prototype.addDomainsAndStyles=function(a,b){this.allDomains.push.apply(this.allDomain…
1078TraverseMath.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…
1377TraverseMath.getInstance().initialize(a.start.node)};goog.inherits(cvox.MathShifter,cvox.AbstractS…
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
Dnavigation_manager.js221 cvox.TraverseMath.getInstance();
Duser_commands.js724 if (cvox.TraverseMath.toggleSemantic()) {