Searched refs:activeNode (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dtraverse_math.js29 this.activeNode = null;
137 this.activeNode = this.activeMathmlHost || node;
138 if (this.activeNode && cvox.TraverseMath.setSemantic_ &&
139 this.activeNode.nodeType == Node.ELEMENT_NODE) {
140 this.activeNode =
141 (new cvox.SemanticTree(/** @type {!Element} */ (this.activeNode))).xml();
231 if (this.activeNode && this.activeMath) {
232 var next = pred(this.activeNode) ?
234 this.activeNode, this.activeMath, reverse, pred) :
235 cvox.DomUtil.directedFindFirstNode(this.activeNode, revers
[all...]
H A Ddescription_util.js465 var ret = speechEngine.evaluateNode(traverse.activeNode);
/external/chromium_org/third_party/skia/src/core/
H A DSkTLList.h313 Node* activeNode = iter.init(fList, Iter::kHead_IterStart); local
314 while (activeNode) {
316 SkASSERT(fList.isInList(activeNode));
317 Block* block = activeNode->fBlock;
330 activeNode = iter.next();
/external/skia/src/core/
H A DSkTLList.h313 Node* activeNode = iter.init(fList, Iter::kHead_IterStart); local
314 while (activeNode) {
316 SkASSERT(fList.isInList(activeNode));
317 Block* block = activeNode->fBlock;
330 activeNode = iter.next();
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
H A Dmath_shifter.js90 cvox.TraverseMath.getInstance().activeNode);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp3490 Node* activeNode = NodeRenderingTraversal::parent(node);
3491 while (activeNode && activeNode->isElementNode() && !activeNode->renderer())
3492 activeNode = NodeRenderingTraversal::parent(activeNode);
3494 m_activeHoverElement = activeNode && activeNode->isElementNode() ? toElement(activeNode) : 0;
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js945 cvox.SemanticTree.attrPred_=function(a,b){return function(c){var d;o:{switch(a){case "type":d=cvox.SemanticAttr.Type[b];break o;case "role":d=cvox.SemanticAttr.Role[b];break o;case "font":d=cvox.SemanticAttr.Font[b];break o}d=void 0}return c[a]==d}};cvox.TraverseMath=function(){this.activeNode=this.activeMath=null;this.allTexs_={};this.allMathjaxs_={};this.activeMathmlHost=null;this.allDomains=[];this.allStyles=[];this.domain="default";this.style="short";cvox.ChromeVox.mathJax&&(this.initializeMathjaxs(),this.initializeAltMaths())};goog.addSingletonGetter(cvox.TraverseMath);cvox.TraverseMath.setSemantic_=!1;cvox.TraverseMath.toggleSemantic=function(){return cvox.TraverseMath.setSemantic_=!cvox.TraverseMath.setSemantic_};
946 cvox.TraverseMath.prototype.initialize=function(a){if(cvox.DomUtil.isMathImg(a)){if(!a.hasAttribute("cvoxid"))return;a=a.getAttribute("cvoxid");a=this.allTexs_[a]}cvox.DomUtil.isMathJax(a)&&(this.activeMathmlHost=this.allMathjaxs_[a.getAttribute("id")]);this.activeMath=this.activeMathmlHost||a;(this.activeNode=this.activeMathmlHost||a)&&cvox.TraverseMath.setSemantic_&&this.activeNode.nodeType==Node.ELEMENT_NODE&&(this.activeNode=(new cvox.SemanticTree(this.activeNode)).xml())};
950 cvox.TraverseMath.prototype.nextSibling=function(a){if(!this.activeNode||!this.activeMath)return null;var b=this.activeNode,b=a?b.previousSibling:b.nextSibling;return b?this.activeNode=b:null};cvox.TraverseMath.prototype.nextParentChild=function(a){if(!this.activeNode||!this.activeMath||this.activeNode
[all...]
H A DchromeVoxChromeBackgroundScript.js1048 cvox.SemanticTree.attrPred_=function(a,b){return function(c){var d;o:{switch(a){case "type":d=cvox.SemanticAttr.Type[b];break o;case "role":d=cvox.SemanticAttr.Role[b];break o;case "font":d=cvox.SemanticAttr.Font[b];break o}d=void 0}return c[a]==d}};cvox.TraverseMath=function(){this.activeNode=this.activeMath=null;this.allTexs_={};this.allMathjaxs_={};this.activeMathmlHost=null;this.allDomains=[];this.allStyles=[];this.domain="default";this.style="short";cvox.ChromeVox.mathJax&&(this.initializeMathjaxs(),this.initializeAltMaths())};goog.addSingletonGetter(cvox.TraverseMath);cvox.TraverseMath.setSemantic_=!1;cvox.TraverseMath.toggleSemantic=function(){return cvox.TraverseMath.setSemantic_=!cvox.TraverseMath.setSemantic_};
1049 cvox.TraverseMath.prototype.initialize=function(a){if(cvox.DomUtil.isMathImg(a)){if(!a.hasAttribute("cvoxid"))return;a=a.getAttribute("cvoxid");a=this.allTexs_[a]}cvox.DomUtil.isMathJax(a)&&(this.activeMathmlHost=this.allMathjaxs_[a.getAttribute("id")]);this.activeMath=this.activeMathmlHost||a;(this.activeNode=this.activeMathmlHost||a)&&cvox.TraverseMath.setSemantic_&&this.activeNode.nodeType==Node.ELEMENT_NODE&&(this.activeNode=(new cvox.SemanticTree(this.activeNode)).xml())};
1051 cvox.TraverseMath.prototype.initializeAltMaths=function(){document.querySelector(cvox.DomUtil.altMathQuerySelector("tex")+", "+cvox.DomUtil.altMathQuerySelector("asciimath"))&&goog.bind(function(a,b){this.allTexs_[b]=a},this)};cvox.TraverseMath.prototype.nextSibling=function(a){if(!this.activeNode||!this.activeMath)return null;var b=this.activeNode,b=a?b.previousSibling:b.nextSibling;return b?this.activeNode=b:null};
1052 cvox.TraverseMath.prototype.nextParentChild=function(a){if(!this.activeNode||!this.activeMath||this.activeNode
[all...]

Completed in 3976 milliseconds