Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.cpp55 , maxAllowedDifferenceFromTextWidth(150) in TextAutosizingClusterInfo()
64 float maxAllowedDifferenceFromTextWidth; member
374 …if (widthDifference - parentClusterInfo.maxAllowedDifferenceFromTextWidth > differenceFromMaxWidth… in isNarrowDescendant()
377 …parentClusterInfo.maxAllowedDifferenceFromTextWidth = std::max(widthDifference, parentClusterInfo. in isNarrowDescendant()