Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.cpp600 size_t lastDepth = 0; in findDeepestBlockContainingAllText() local
601 … const RenderObject* lastTextLeaf = findFirstTextLeafNotInCluster(cluster, lastDepth, LastToFirst); in findDeepestBlockContainingAllText()
607 while (firstDepth > lastDepth) { in findDeepestBlockContainingAllText()
611 while (lastDepth > firstDepth) { in findDeepestBlockContainingAllText()
613 --lastDepth; in findDeepestBlockContainingAllText()