Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.cpp601 … const RenderObject* lastTextLeaf = findFirstTextLeafNotInCluster(cluster, lastDepth, LastToFirst); in findDeepestBlockContainingAllText() local
602 ASSERT(lastTextLeaf); in findDeepestBlockContainingAllText()
606 const RenderObject* lastNode = lastTextLeaf; in findDeepestBlockContainingAllText()