Home | History | Annotate | Download | only in rendering

Lines Matching refs:floatingBox

1258         RenderBox* floatingBox = *it;
1259 floatingBox->layoutIfNeeded();
1260 IntSize newSize(floatingBox->width() + floatingBox->marginLeft() + floatingBox->marginRight(), floatingBox->height() + floatingBox->marginTop() + floatingBox->marginBottom());
1262 if (floats[floatIndex].object != floatingBox) {