Home | History | Annotate | Download | only in rendering

Lines Matching defs:floatBox

2152             RenderBox* floatBox = floatingObject->renderer();
2153 setLogicalTopForChild(floatBox, logicalTopForChild(floatBox) + marginBeforeForChild(floatBox) + paginationStrut);
2154 if (floatBox->isRenderBlock())
2155 floatBox->forceChildLayout();
2157 floatBox->layoutIfNeeded();