Home | History | Annotate | Download | only in rendering

Lines Matching refs:RenderBlock

220     RenderBlock* container = layoutRoot->isRenderBlock() ? toRenderBlock(layoutRoot) : layoutRoot->containingBlock();
224 RenderBlock* cluster = container;
272 void TextAutosizer::processClusterInternal(TextAutosizingClusterInfo& clusterInfo, RenderBlock* container, RenderObject* subtreeRoot, const TextAutosizingWindowInfo& windowInfo, float multiplier)
337 void TextAutosizer::processCluster(TextAutosizingClusterInfo& clusterInfo, RenderBlock* container, RenderObject* subtreeRoot, const TextAutosizingWindowInfo& windowInfo)
382 void TextAutosizer::processStaleContainer(float multiplier, RenderBlock* cluster, TextAutosizingClusterInfo& clusterInfo)
399 RenderBlock* descendantBlock = toRenderBlock(descendant);
407 void TextAutosizer::processContainer(float multiplier, RenderBlock* container, TextAutosizingClusterInfo& clusterInfo, RenderObject* subtreeRoot, const TextAutosizingWindowInfo& windowInfo)
431 RenderBlock* descendantBlock = toRenderBlock(descendant);
523 bool TextAutosizer::isNarrowDescendant(const RenderBlock* renderer, TextAutosizingClusterInfo& parentClusterInfo)
550 bool TextAutosizer::isWiderDescendant(const RenderBlock* renderer, const TextAutosizingClusterInfo& parentClusterInfo)
561 bool TextAutosizer::isIndependentDescendant(const RenderBlock* renderer)
584 RenderBlock* containingBlock = renderer->containingBlock();
601 bool TextAutosizer::isAutosizingCluster(const RenderBlock* renderer, TextAutosizingClusterInfo& parentClusterInfo)
610 bool TextAutosizer::containerShouldBeAutosized(const RenderBlock* container)
626 bool TextAutosizer::containerContainsOneOfTags(const RenderBlock* container, const Vector<QualifiedName>& tags)
681 bool TextAutosizer::contentHeightIsConstrained(const RenderBlock* container)
731 void TextAutosizer::measureDescendantTextWidth(const RenderBlock* container, TextAutosizingClusterInfo& clusterInfo, float minTextWidth, float& textWidth)
740 RenderBlock* descendantBlock = toRenderBlock(descendant);
757 const RenderBlock* TextAutosizer::findDeepestBlockContainingAllText(const RenderBlock* cluster)
793 RenderBlock* containingBlock = firstNode->containingBlock();