Searched refs:childBlock (Results 1 – 2 of 2) sorted by relevance
1572 RenderBlock* childBlock = toRenderBlock(child); in markAllDescendantsWithFloatsForLayout() local1573 if (childBlock->shrinkToAvoidFloats() && childBlock->everHadLayout()) in markAllDescendantsWithFloatsForLayout()1574 childBlock->setChildNeedsLayout(markParents); in markAllDescendantsWithFloatsForLayout()2218 RenderBlock* childBlock = childBox->isRenderBlock() ? toRenderBlock(childBox) : 0; in positionNewFloats() local2219 if (childBlock && childBlock->paginationStrut()) { in positionNewFloats()2220 newLogicalTop += childBlock->paginationStrut(); in positionNewFloats()2221 childBlock->setPaginationStrut(0); in positionNewFloats()2233 if (childBlock) in positionNewFloats()2234 childBlock->setChildNeedsLayout(MarkOnlyThis); in positionNewFloats()
3056 RenderBlock* childBlock = toRenderBlock(child); in markShapeInsideDescendantsForLayout() local3057 childBlock->markShapeInsideDescendantsForLayout(); in markShapeInsideDescendantsForLayout()