Searched defs:compositeClusterShouldBeAutosized (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.cpp213 if (compositeClusterShouldBeAutosized(clusterInfos, maxTextWidth))
511 return compositeClusterShouldBeAutosized(clusterInfos, blockWidth);
514 bool TextAutosizer::compositeClusterShouldBeAutosized(Vector<TextAutosizingClusterInfo>& clusterInfos, float blockWidth) function in class:WebCore::TextAutosizer

Completed in 44 milliseconds