nextAncestorSibling   67 Source/core/dom/NodeTraversal.h     static Node* nextAncestorSibling(const Node&);
nextAncestorSibling   68 Source/core/dom/NodeTraversal.h     static Node* nextAncestorSibling(const Node&, const Node* stayWithin);
nextAncestorSibling   88 Source/core/dom/NodeTraversal.h     return nextAncestorSibling(current);
nextAncestorSibling  100 Source/core/dom/NodeTraversal.h     return nextAncestorSibling(current, stayWithin);
nextAncestorSibling  108 Source/core/dom/NodeTraversal.h     return nextAncestorSibling(current);
nextAncestorSibling  118 Source/core/dom/NodeTraversal.h     return nextAncestorSibling(current, stayWithin);