Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.cpp371 float clusterTextWidth = parentClusterInfo.blockContainingAllText->contentLogicalWidth(); in isNarrowDescendant() local
372 float widthDifference = clusterTextWidth - contentWidth; in isNarrowDescendant()
388 float clusterTextWidth = parentClusterInfo.blockContainingAllText->contentLogicalWidth(); in isWiderDescendant() local
389 return contentWidth > clusterTextWidth; in isWiderDescendant()