Home
last modified time | relevance | path

Searched refs:nextInPreOrderAfterChildren (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCounterNode.h66 CounterNode* nextInPreOrderAfterChildren(const CounterNode* stayWithin = 0) const;
DCounterNode.cpp100 CounterNode* CounterNode::nextInPreOrderAfterChildren(const CounterNode* stayWithin) const in nextInPreOrderAfterChildren() function in WebCore::CounterNode
120 return nextInPreOrderAfterChildren(stayWithin); in nextInPreOrder()
DTextAutosizer.cpp503 renderer = renderer->nextInPreOrderAfterChildren(container); in containerIsRowOfLinks()
590 return current->nextInPreOrderAfterChildren(stayWithin); in nextInPreOrderSkippingDescendantsOfContainers()
DRenderObject.h181 RenderObject* nextInPreOrderAfterChildren() const;
182 RenderObject* nextInPreOrderAfterChildren(const RenderObject* stayWithin) const;
DRenderObject.cpp367 return nextInPreOrderAfterChildren(); in nextInPreOrder()
370 RenderObject* RenderObject::nextInPreOrderAfterChildren() const in nextInPreOrderAfterChildren() function in WebCore::RenderObject
389 return nextInPreOrderAfterChildren(stayWithin); in nextInPreOrder()
392 RenderObject* RenderObject::nextInPreOrderAfterChildren(const RenderObject* stayWithin) const in nextInPreOrderAfterChildren() function in WebCore::RenderObject
DRenderView.cpp669 return child ? child : object->nextInPreOrderAfterChildren(); in rendererAfterPosition()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DPosition.cpp830 RenderObject* stop = renderer->nextInPreOrderAfterChildren(); in hasRenderedNonAnonymousDescendantsWithHeight()