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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeTraversal.cpp 62 Node* nextIncludingPseudoSkippingChildren(const Node* current, const Node* stayWithin)
NodeTraversal.h 53 Element* nextIncludingPseudoSkippingChildren(const Node*, const Node* stayWithin = 0);
93 Node* nextIncludingPseudoSkippingChildren(const Node*, const Node* stayWithin = 0);
170 inline Element* nextIncludingPseudoSkippingChildren(const Node* current, const Node* stayWithin)
172 Node* node = NodeTraversal::nextIncludingPseudoSkippingChildren(current, stayWithin);
174 node = NodeTraversal::nextIncludingPseudoSkippingChildren(node, stayWithin);

Completed in 48 milliseconds