Searched refs:childBlock (Results 1 – 2 of 2) sorted by relevance
246 RenderBox* childBlock = innerBlockRenderer ? innerBlockRenderer : innerTextRenderer; in layout() local247 currentHeight = childBlock->height(); in layout()249 childBlock->setLocation(childBlock->x(), (height() - currentHeight) / 2); in layout()
3225 RenderBlock* childBlock = toRenderBlock(child); in markAllDescendantsWithFloatsForLayout() local3226 …if ((floatToRemove ? childBlock->containsFloat(floatToRemove) : childBlock->containsFloats()) || c… in markAllDescendantsWithFloatsForLayout()3227 childBlock->markAllDescendantsWithFloatsForLayout(floatToRemove, inLayout); in markAllDescendantsWithFloatsForLayout()