HomeSort by relevance Sort by last modified time
    Searched refs:TextAutosizingClusterInfo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.h 44 struct TextAutosizingClusterInfo {
45 explicit TextAutosizingClusterInfo(RenderBlock* root)
61 Vector<TextAutosizingClusterInfo> narrowDescendants;
88 void processClusterInternal(TextAutosizingClusterInfo&, RenderBlock* container, RenderObject* subtreeRoot, const TextAutosizingWindowInfo&, float multiplier);
89 void processCluster(TextAutosizingClusterInfo&, RenderBlock* container, RenderObject* subtreeRoot, const TextAutosizingWindowInfo&);
90 void processCompositeCluster(Vector<TextAutosizingClusterInfo>&, const TextAutosizingWindowInfo&);
91 void processContainer(float multiplier, RenderBlock* container, TextAutosizingClusterInfo&, RenderObject* subtreeRoot, const TextAutosizingWindowInfo&);
99 static bool isNarrowDescendant(const RenderBlock*, TextAutosizingClusterInfo& parentClusterInfo);
100 static bool isWiderDescendant(const RenderBlock*, const TextAutosizingClusterInfo& parentClusterInfo);
102 static bool isAutosizingCluster(const RenderBlock*, TextAutosizingClusterInfo& parentClusterInfo)
    [all...]
TextAutosizer.cpp 238 TextAutosizingClusterInfo clusterInfo(cluster);
272 void TextAutosizer::processClusterInternal(TextAutosizingClusterInfo& clusterInfo, RenderBlock* container, RenderObject* subtreeRoot, const TextAutosizingWindowInfo& windowInfo, float multiplier)
279 Vector<Vector<TextAutosizingClusterInfo> > narrowDescendantsGroups;
285 unsigned TextAutosizer::computeCompositeClusterHash(Vector<TextAutosizingClusterInfo>& clusterInfos)
294 void TextAutosizer::addNonAutosizedCluster(unsigned key, TextAutosizingClusterInfo& value)
296 HashMap<unsigned, OwnPtr<Vector<TextAutosizingClusterInfo> > >::const_iterator it = m_nonAutosizedClusters.find(key);
298 m_nonAutosizedClusters.add(key, adoptPtr(new Vector<TextAutosizingClusterInfo>(1, value)));
304 float TextAutosizer::computeMultiplier(Vector<TextAutosizingClusterInfo>& clusterInfos, const TextAutosizingWindowInfo& windowInfo, float textWidth)
337 void TextAutosizer::processCluster(TextAutosizingClusterInfo& clusterInfo, RenderBlock* container, RenderObject* subtreeRoot, const TextAutosizingWindowInfo& windowInfo)
346 Vector<TextAutosizingClusterInfo> clusterInfos(1, clusterInfo)
    [all...]

Completed in 3971 milliseconds