Searched refs:nextInPreOrderAfterChildren (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DCounterNode.h66 CounterNode* nextInPreOrderAfterChildren(const CounterNode* stayWithin = 0) const;
H A DCounterNode.cpp100 CounterNode* CounterNode::nextInPreOrderAfterChildren(const CounterNode* stayWithin) const function in class:blink::CounterNode
120 return nextInPreOrderAfterChildren(stayWithin);
H A DTextAutosizer.cpp208 renderer = renderer->nextInPreOrderAfterChildren(block);
627 descendant = descendant->nextInPreOrderAfterChildren(root);
H A DRenderObject.cpp397 return nextInPreOrderAfterChildren();
400 RenderObject* RenderObject::nextInPreOrderAfterChildren() const function in class:blink::RenderObject
419 return nextInPreOrderAfterChildren(stayWithin);
422 RenderObject* RenderObject::nextInPreOrderAfterChildren(const RenderObject* stayWithin) const function in class:blink::RenderObject
H A DRenderObject.h185 RenderObject* nextInPreOrderAfterChildren() const;
186 RenderObject* nextInPreOrderAfterChildren(const RenderObject* stayWithin) const;
H A DRenderView.cpp438 return child ? child : object->nextInPreOrderAfterChildren();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGResourcesCycleSolver.cpp82 node = node->nextInPreOrderAfterChildren(resource);
H A DSVGTextMetricsBuilder.cpp255 child = child->nextInPreOrderAfterChildren(start);
H A DRenderSVGText.cpp140 current = current->nextInPreOrderAfterChildren(root);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.cpp777 RenderObject* stop = renderer->nextInPreOrderAfterChildren();

Completed in 139 milliseconds