Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.cpp554 float totalTextWidth = 0; in compositeClusterShouldBeAutosized() local
560 …ntTextWidth(clusterInfos[i].blockContainingAllText, clusterInfos[i], minTextWidth, totalTextWidth); in compositeClusterShouldBeAutosized()
561 if (totalTextWidth >= minTextWidth) in compositeClusterShouldBeAutosized()