HomeSort by relevance Sort by last modified time
    Searched refs:nextAncestorSibling (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeTraversal.h 190 Node* nextAncestorSibling(const Node*);
191 Node* nextAncestorSibling(const Node*, const Node* stayWithin);
200 return nextAncestorSibling(current);
214 return nextAncestorSibling(current, stayWithin);
224 return nextAncestorSibling(current);
236 return nextAncestorSibling(current, stayWithin);
NodeTraversal.cpp 77 Node* nextAncestorSibling(const Node* current)
87 Node* nextAncestorSibling(const Node* current, const Node* stayWithin)

Completed in 79 milliseconds