Searched refs:clusterInfo (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | TextAutosizer.cpp | 166 TextAutosizingClusterInfo clusterInfo(cluster); in processSubtree() local 167 processCluster(clusterInfo, container, layoutRoot, windowInfo); in processSubtree() 190 void TextAutosizer::processClusterInternal(TextAutosizingClusterInfo& clusterInfo, RenderBlock* con… in processClusterInternal() argument 192 processContainer(multiplier, container, clusterInfo, subtreeRoot, windowInfo); in processClusterInternal() 194 writeDebugInfo(clusterInfo.root, String::format("cluster:%f", multiplier)); in processClusterInternal() 198 getNarrowDescendantsGroupedByWidth(clusterInfo, narrowDescendantsGroups); in processClusterInternal() 203 void TextAutosizer::processCluster(TextAutosizingClusterInfo& clusterInfo, RenderBlock* container, … in processCluster() argument 209 clusterInfo.blockContainingAllText = findDeepestBlockContainingAllText(clusterInfo.root); in processCluster() 210 float textWidth = clusterInfo.blockContainingAllText->contentLogicalWidth(); in processCluster() 212 if (clusterShouldBeAutosized(clusterInfo, textWidth)) in processCluster() [all …]
|