findFirstTextLeafNotInCluster  760 Source/core/rendering/TextAutosizer.cpp     const RenderObject* firstTextLeaf = findFirstTextLeafNotInCluster(cluster, firstDepth, FirstToLast);
findFirstTextLeafNotInCluster  765 Source/core/rendering/TextAutosizer.cpp     const RenderObject* lastTextLeaf = findFirstTextLeafNotInCluster(cluster, lastDepth, LastToFirst);
findFirstTextLeafNotInCluster  808 Source/core/rendering/TextAutosizer.cpp             const RenderObject* leaf = findFirstTextLeafNotInCluster(child, depth, direction);
findFirstTextLeafNotInCluster  121 Source/core/rendering/TextAutosizer.h     static const RenderObject* findFirstTextLeafNotInCluster(const RenderObject*, size_t& depth, TraversalDirection);