Searched refs:findFirstTextLeafNotInCluster (Results 1 – 2 of 2) sorted by relevance
596 …const RenderObject* firstTextLeaf = findFirstTextLeafNotInCluster(cluster, firstDepth, FirstToLast… in findDeepestBlockContainingAllText()601 … const RenderObject* lastTextLeaf = findFirstTextLeafNotInCluster(cluster, lastDepth, LastToFirst); in findDeepestBlockContainingAllText()635 const RenderObject* TextAutosizer::findFirstTextLeafNotInCluster(const RenderObject* parent, size_t… in findFirstTextLeafNotInCluster() function in WebCore::TextAutosizer644 const RenderObject* leaf = findFirstTextLeafNotInCluster(child, depth, direction); in findFirstTextLeafNotInCluster()
95 …static const RenderObject* findFirstTextLeafNotInCluster(const RenderObject*, size_t& depth, Trave…