Home
last modified time | relevance | path

Searched refs:nextAncestorSibling (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNodeTraversal.h67 Node* nextAncestorSibling(const Node&);
68 Node* nextAncestorSibling(const Node&, const Node* stayWithin);
77 return nextAncestorSibling(current); in traverseNextTemplate()
91 return nextAncestorSibling(current, stayWithin); in traverseNextTemplate()
101 return nextAncestorSibling(current); in traverseNextSkippingChildrenTemplate()
113 return nextAncestorSibling(current, stayWithin); in traverseNextSkippingChildrenTemplate()
DNodeTraversal.cpp77 Node* nextAncestorSibling(const Node& current) in nextAncestorSibling() function
87 Node* nextAncestorSibling(const Node& current, const Node* stayWithin) in nextAncestorSibling() function