Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.cpp679 const float maxWidthDifferenceWithinGroup = 100; in getNarrowDescendantsGroupedByWidth() local
686 if (currentWidth - nextWidth > maxWidthDifferenceWithinGroup) in getNarrowDescendantsGroupedByWidth()