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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeTraversal.cpp 44 Node* NodeTraversal::nextIncludingPseudo(const Node& current, const Node* stayWithin)
ElementTraversal.h 83 static ElementType* nextIncludingPseudo(const Node&, const Node* stayWithin = 0);
329 inline ElementType* Traversal<ElementType>::nextIncludingPseudo(const Node& current, const Node* stayWithin)
331 Node* node = NodeTraversal::nextIncludingPseudo(current, stayWithin);
333 node = NodeTraversal::nextIncludingPseudo(*node, stayWithin);

Completed in 145 milliseconds