Searched defs:nextInPreOrder (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DCounterNode.cpp70 CounterNode* CounterNode::nextInPreOrder(const CounterNode* stayWithin) const function in class:WebCore::CounterNode
176 node = node->nextInPreOrder(this);
307 for (const CounterNode* current = root; current; current = current->nextInPreOrder()) {
H A DRenderCounter.cpp157 static RenderObject* nextInPreOrder(const RenderObject* object, const Element* stayWithin, bool skipDescendants = false) function in namespace:WebCore
430 for (RenderObject* currentRenderer = nextInPreOrder(object, stayWithin); currentRenderer; currentRenderer = nextInPreOrder(currentRenderer, stayWithin, skipDescendants)) {
636 for (RenderObject* descendant = renderer; descendant; descendant = descendant->nextInPreOrder(renderer))
696 for (const WebCore::RenderObject* current = root; current; current = current->nextInPreOrder()) {
H A DRenderObject.cpp347 RenderObject* RenderObject::nextInPreOrder() const function in class:WebCore::RenderObject
369 RenderObject* RenderObject::nextInPreOrder(const RenderObject* stayWithin) const function in class:WebCore::RenderObject
2582 while ((renderer = renderer->nextInPreOrder(parent))) {

Completed in 2003 milliseconds