Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.cpp54 , blockContainingAllText(0) in TextAutosizingClusterInfo()
60 const RenderBlock* blockContainingAllText; member
209 clusterInfo.blockContainingAllText = findDeepestBlockContainingAllText(clusterInfo.root); in processCluster()
210 float textWidth = clusterInfo.blockContainingAllText->contentLogicalWidth(); in processCluster()
225 clusterInfo.blockContainingAllText = findDeepestBlockContainingAllText(clusterInfo.root); in processCompositeCluster()
226 …maxTextWidth = max<float>(maxTextWidth, clusterInfo.blockContainingAllText->contentLogicalWidth()); in processCompositeCluster()
371 float clusterTextWidth = parentClusterInfo.blockContainingAllText->contentLogicalWidth(); in isNarrowDescendant()
388 float clusterTextWidth = parentClusterInfo.blockContainingAllText->contentLogicalWidth(); in isWiderDescendant()
560 …measureDescendantTextWidth(clusterInfos[i].blockContainingAllText, clusterInfos[i], minTextWidth, … in compositeClusterShouldBeAutosized()
667 ASSERT(parentClusterInfo.blockContainingAllText); in getNarrowDescendantsGroupedByWidth()