Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.h85 …static bool compositeClusterShouldBeAutosized(Vector<TextAutosizingClusterInfo>&, float blockWidth…
DTextAutosizer.cpp230 if (compositeClusterShouldBeAutosized(clusterInfos, maxTextWidth)) in processCompositeCluster()
534 return compositeClusterShouldBeAutosized(clusterInfos, blockWidth); in clusterShouldBeAutosized()
537 bool TextAutosizer::compositeClusterShouldBeAutosized(Vector<TextAutosizingClusterInfo>& clusterInf… in compositeClusterShouldBeAutosized() function in WebCore::TextAutosizer