Home
last modified time | relevance | path

Searched refs:findFirstTextLeafNotInCluster (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.cpp596 …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::TextAutosizer
644 const RenderObject* leaf = findFirstTextLeafNotInCluster(child, depth, direction); in findFirstTextLeafNotInCluster()
DTextAutosizer.h95 …static const RenderObject* findFirstTextLeafNotInCluster(const RenderObject*, size_t& depth, Trave…