Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.cpp595 size_t firstDepth = 0; in findDeepestBlockContainingAllText() local
596 …const RenderObject* firstTextLeaf = findFirstTextLeafNotInCluster(cluster, firstDepth, FirstToLast… in findDeepestBlockContainingAllText()
607 while (firstDepth > lastDepth) { in findDeepestBlockContainingAllText()
609 --firstDepth; in findDeepestBlockContainingAllText()
611 while (lastDepth > firstDepth) { in findDeepestBlockContainingAllText()