HomeSort by relevance Sort by last modified time
    Searched defs:nextInPreOrder (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/
CounterNode.cpp 70 CounterNode* CounterNode::nextInPreOrder(const CounterNode* stayWithin) const
176 node = node->nextInPreOrder(this);
307 for (const CounterNode* current = root; current; current = current->nextInPreOrder()) {
RenderCounter.cpp 157 static RenderObject* nextInPreOrder(const RenderObject* object, const Element* stayWithin, bool skipDescendants = false)
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()) {
RenderObject.cpp 347 RenderObject* RenderObject::nextInPreOrder() const
369 RenderObject* RenderObject::nextInPreOrder(const RenderObject* stayWithin) const
    [all...]

Completed in 95 milliseconds