Home | History | Annotate | Download | only in rendering

Lines Matching defs:floatingBox

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