Searched refs:FirstToLast (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DTextAutosizer.h60 FirstToLast, enumerator in enum:WebCore::TextAutosizer::TraversalDirection
H A DTextAutosizer.cpp521 const RenderObject* firstTextLeaf = findFirstTextLeafNotInCluster(cluster, firstDepth, FirstToLast);
566 const RenderObject* child = (direction == FirstToLast) ? parent->firstChild() : parent->lastChild();
573 child = (direction == FirstToLast) ? child->nextSibling() : child->previousSibling();

Completed in 63 milliseconds