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 94 static RenderObject* nextInPreOrder(const RenderObject& object, const Element* stayWithin, bool skipDescendants = false)
330 for (RenderObject* currentRenderer = nextInPreOrder(object, stayWithin); currentRenderer; currentRenderer = nextInPreOrder(*currentRenderer, stayWithin, skipDescendants)) {
550 for (RenderObject* descendant = renderer; descendant; descendant = descendant->nextInPreOrder(renderer))
610 for (const blink::RenderObject* current = root; current; current = current->nextInPreOrder()) {
RenderObject.cpp 311 for (RenderObject *object = this; object; object = object->nextInPreOrder(this)) {
392 RenderObject* RenderObject::nextInPreOrder() const
414 RenderObject* RenderObject::nextInPreOrder(const RenderObject* stayWithin) const
    [all...]

Completed in 8174 milliseconds