Home | History | Annotate | Download | only in dom

Lines Matching defs:TreeWalker

26 #include "core/dom/TreeWalker.h"
36 TreeWalker::TreeWalker(PassRefPtrWillBeRawPtr<Node> rootNode, unsigned whatToShow, PassRefPtrWillBeRawPtr<NodeFilter> filter)
43 void TreeWalker::setCurrentNode(PassRefPtrWillBeRawPtr<Node> node, ExceptionState& exceptionState)
52 inline Node* TreeWalker::setCurrent(PassRefPtrWillBeRawPtr<Node> node)
58 Node* TreeWalker::parentNode(ExceptionState& exceptionState)
74 Node* TreeWalker::firstChild(ExceptionState& exceptionState)
107 Node* TreeWalker::lastChild(ExceptionState& exceptionState)
140 Node* TreeWalker::previousSibling(ExceptionState& exceptionState)
177 Node* TreeWalker::nextSibling(ExceptionState& exceptionState)
214 Node* TreeWalker::previousNode(ExceptionState& exceptionState)
253 Node* TreeWalker::nextNode(ExceptionState& exceptionState)
280 void TreeWalker::trace(Visitor* visitor)