Searched refs:nextIncludingPseudoSkippingChildren (Results 1 – 4 of 4) sorted by relevance
84 … static ElementType* nextIncludingPseudoSkippingChildren(const Node&, const Node* stayWithin = 0);338 inline ElementType* Traversal<ElementType>::nextIncludingPseudoSkippingChildren(const Node& current… in nextIncludingPseudoSkippingChildren() function340 Node* node = NodeTraversal::nextIncludingPseudoSkippingChildren(current, stayWithin); in nextIncludingPseudoSkippingChildren()342 node = NodeTraversal::nextIncludingPseudoSkippingChildren(*node, stayWithin); in nextIncludingPseudoSkippingChildren()
67 static Node* nextIncludingPseudoSkippingChildren(const Node&, const Node* stayWithin = 0);
61 Node* NodeTraversal::nextIncludingPseudoSkippingChildren(const Node& current, const Node* stayWithi… in nextIncludingPseudoSkippingChildren() function in blink::NodeTraversal
98 …Element* next = skipDescendants ? ElementTraversal::nextIncludingPseudoSkippingChildren(*self, sta… in nextInPreOrder()100 …next = skipDescendants ? ElementTraversal::nextIncludingPseudoSkippingChildren(*next, stayWithin) … in nextInPreOrder()