Home | History | Annotate | Download | only in dom

Lines Matching defs:nextSkippingChildren

66     static ElementType* nextSkippingChildren(const ContainerNode& current) { return nextSkippingChildrenTemplate(current); }
67 static ElementType* nextSkippingChildren(const Node& current) { return nextSkippingChildrenTemplate(current); }
68 static ElementType* nextSkippingChildren(const ContainerNode& current, const Node* stayWithin) { return nextSkippingChildrenTemplate(current, stayWithin); }
69 static ElementType* nextSkippingChildren(const Node& current, const Node* stayWithin) { return nextSkippingChildrenTemplate(current, stayWithin); }
134 node = NodeTraversal::nextSkippingChildren(*node);
144 node = NodeTraversal::nextSkippingChildren(*node, stayWithin);
271 Node* node = NodeTraversal::nextSkippingChildren(current);
273 node = NodeTraversal::nextSkippingChildren(*node);
281 Node* node = NodeTraversal::nextSkippingChildren(current, stayWithin);
283 node = NodeTraversal::nextSkippingChildren(*node, stayWithin);