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 45 Node* nextIncludingPseudo(const Node* current, const Node* stayWithin)
NodeTraversal.h 52 Element* nextIncludingPseudo(const Node*, const Node* stayWithin = 0);
92 Node* nextIncludingPseudo(const Node*, const Node* stayWithin = 0);
162 inline Element* nextIncludingPseudo(const Node* current, const Node* stayWithin)
164 Node* node = NodeTraversal::nextIncludingPseudo(current, stayWithin);
166 node = NodeTraversal::nextIncludingPseudo(node, stayWithin);

Completed in 1176 milliseconds