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 68 static Node* nextAncestorSibling(const Node&);
69 static Node* nextAncestorSibling(const Node&, const Node* stayWithin);
89 return nextAncestorSibling(current);
101 return nextAncestorSibling(current, stayWithin);
109 return nextAncestorSibling(current);
119 return nextAncestorSibling(current, stayWithin);
NodeTraversal.cpp 76 Node* NodeTraversal::nextAncestorSibling(const Node& current)
86 Node* NodeTraversal::nextAncestorSibling(const Node& current, const Node* stayWithin)

Completed in 182 milliseconds