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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CounterNode.cpp 115 CounterNode* CounterNode::nextInPreOrder(const CounterNode* stayWithin) const
221 node = node->nextInPreOrder(this);
363 for (const CounterNode* current = root; current; current = current->nextInPreOrder()) {
RenderCounter.cpp 95 static RenderObject* nextInPreOrder(const RenderObject& object, const Element* stayWithin, bool skipDescendants = false)
331 for (RenderObject* currentRenderer = nextInPreOrder(object, stayWithin); currentRenderer; currentRenderer = nextInPreOrder(*currentRenderer, stayWithin, skipDescendants)) {
546 for (RenderObject* descendant = renderer; descendant; descendant = descendant->nextInPreOrder(renderer))
606 for (const WebCore::RenderObject* current = root; current; current = current->nextInPreOrder()) {
RenderObject.cpp 274 for (RenderObject *object = this; object; object = object->nextInPreOrder(this)) {
355 RenderObject* RenderObject::nextInPreOrder() const
377 RenderObject* RenderObject::nextInPreOrder(const RenderObject* stayWithin) const
    [all...]

Completed in 56 milliseconds