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 112 CounterNode* CounterNode::nextInPreOrder(const CounterNode* stayWithin) const
218 node = node->nextInPreOrder(this);
360 for (const CounterNode* current = root; current; current = current->nextInPreOrder()) {
RenderCounter.cpp 93 static RenderObject* nextInPreOrder(const RenderObject* object, const Element* stayWithin, bool skipDescendants = false)
332 for (RenderObject* currentRenderer = nextInPreOrder(object, stayWithin); currentRenderer; currentRenderer = nextInPreOrder(currentRenderer, stayWithin, skipDescendants)) {
563 for (RenderObject* descendant = renderer; descendant; descendant = descendant->nextInPreOrder(renderer))
623 for (const WebCore::RenderObject* current = root; current; current = current->nextInPreOrder()) {
RenderObject.cpp 378 RenderObject* RenderObject::nextInPreOrder() const
400 RenderObject* RenderObject::nextInPreOrder(const RenderObject* stayWithin) const
    [all...]

Completed in 435 milliseconds