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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.cpp159 TextAutosizingClusterInfo clusterInfo(cluster);
160 processCluster(clusterInfo, container, layoutRoot, windowInfo);
176 void TextAutosizer::processClusterInternal(TextAutosizingClusterInfo& clusterInfo, RenderBlock* container, RenderObject* subtreeRoot, const TextAutosizingWindowInfo& windowInfo, float multiplier) argument
178 processContainer(multiplier, container, clusterInfo, subtreeRoot, windowInfo);
181 getNarrowDescendantsGroupedByWidth(clusterInfo, narrowDescendantsGroups);
186 void TextAutosizer::processCluster(TextAutosizingClusterInfo& clusterInfo, RenderBlock* container, RenderObject* subtreeRoot, const TextAutosizingWindowInfo& windowInfo) argument
192 clusterInfo.blockContainingAllText = findDeepestBlockContainingAllText(clusterInfo.root);
193 float textWidth = clusterInfo.blockContainingAllText->contentLogicalWidth();
195 if (clusterShouldBeAutosized(clusterInfo, textWidt
207 TextAutosizingClusterInfo& clusterInfo = clusterInfos[i]; local
221 processContainer(float multiplier, RenderBlock* container, TextAutosizingClusterInfo& clusterInfo, RenderObject* subtreeRoot, const TextAutosizingWindowInfo& windowInfo) argument
508 clusterShouldBeAutosized(TextAutosizingClusterInfo& clusterInfo, float blockWidth) argument
544 measureDescendantTextWidth(const RenderBlock* container, TextAutosizingClusterInfo& clusterInfo, float minTextWidth, float& textWidth) argument
[all...]

Completed in 43 milliseconds