Searched refs:nextAncestorSibling (Results 1 – 2 of 2) sorted by relevance
69 static Node* nextAncestorSibling(const Node&);70 static Node* nextAncestorSibling(const Node&, const Node* stayWithin);93 return nextAncestorSibling(current); in traverseNextTemplate()105 return nextAncestorSibling(current, stayWithin); in traverseNextTemplate()112 return nextAncestorSibling(current); in nextSkippingChildren()121 return nextAncestorSibling(current, stayWithin); in nextSkippingChildren()
76 Node* NodeTraversal::nextAncestorSibling(const Node& current) in nextAncestorSibling() function in blink::NodeTraversal86 Node* NodeTraversal::nextAncestorSibling(const Node& current, const Node* stayWithin) in nextAncestorSibling() function in blink::NodeTraversal