findTextLeaf      840 Source/core/rendering/FastTextAutosizer.cpp     const RenderObject* firstTextLeaf = findTextLeaf(root, firstDepth, First);
findTextLeaf      845 Source/core/rendering/FastTextAutosizer.cpp     const RenderObject* lastTextLeaf = findTextLeaf(root, lastDepth, Last);
findTextLeaf      895 Source/core/rendering/FastTextAutosizer.cpp             const RenderObject* leaf = findTextLeaf(child, depth, firstOrLast);
findTextLeaf      238 Source/core/rendering/FastTextAutosizer.h     const RenderObject* findTextLeaf(const RenderObject*, size_t&, TextLeafSearch);