Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.cpp658 bool clusterWiderThanComparisonFn(const TextAutosizingClusterInfo& first, const TextAutosizingClust… in clusterWiderThanComparisonFn() function
674 std::sort(clusterInfos.begin(), clusterInfos.end(), &clusterWiderThanComparisonFn); in getNarrowDescendantsGroupedByWidth()