Searched refs:childBlock (Results 1 – 2 of 2) sorted by relevance
295 RenderBox* childBlock = innerBlockRenderer ? innerBlockRenderer : innerTextRenderer; in layout() local296 currentHeight = childBlock->height(); in layout()298 childBlock->setY((height() - currentHeight) / 2); in layout()
3351 RenderBlock* childBlock = childBox->isRenderBlock() ? toRenderBlock(childBox) : 0; in positionNewFloats() local3364 if (childBlock && childBlock->paginationStrut()) { in positionNewFloats()3365 newLogicalTop += childBlock->paginationStrut(); in positionNewFloats()3366 childBlock->setPaginationStrut(0); in positionNewFloats()3373 if (childBlock) in positionNewFloats()3374 childBlock->setChildNeedsLayout(true, false); in positionNewFloats()3868 RenderBlock* childBlock = toRenderBlock(child); in markAllDescendantsWithFloatsForLayout() local3869 …if ((floatToRemove ? childBlock->containsFloat(floatToRemove) : childBlock->containsFloats()) || c… in markAllDescendantsWithFloatsForLayout()3870 childBlock->markAllDescendantsWithFloatsForLayout(floatToRemove, inLayout); in markAllDescendantsWithFloatsForLayout()