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 61 Node* NodeTraversal::nextIncludingPseudoSkippingChildren(const Node& current, const Node* stayWithin)
ElementTraversal.h 84 static ElementType* nextIncludingPseudoSkippingChildren(const Node&, const Node* stayWithin = 0);
338 inline ElementType* Traversal<ElementType>::nextIncludingPseudoSkippingChildren(const Node& current, const Node* stayWithin)
340 Node* node = NodeTraversal::nextIncludingPseudoSkippingChildren(current, stayWithin);
342 node = NodeTraversal::nextIncludingPseudoSkippingChildren(*node, stayWithin);

Completed in 1208 milliseconds