Home | History | Annotate | Download | only in rendering

Lines Matching refs:maxFloatLogicalBottom

1265     int maxFloatLogicalBottom = 0;
1271 layoutBlockChildren(relayoutChildren, maxFloatLogicalBottom);
1287 if (oldHeight > newHeight && maxFloatLogicalBottom > newHeight && !childrenInline()) {
1887 void RenderBlock::layoutBlockChildren(bool relayoutChildren, int& maxFloatLogicalBottom)
1921 maxFloatLogicalBottom = 0;
1948 layoutBlockChild(child, marginInfo, previousFloatLogicalBottom, maxFloatLogicalBottom);
1956 void RenderBlock::layoutBlockChild(RenderBox* child, MarginInfo& marginInfo, int& previousFloatLogicalBottom, int& maxFloatLogicalBottom)
2097 maxFloatLogicalBottom = max(maxFloatLogicalBottom, addOverhangingFloats(toRenderBlock(child), -child->logicalLeft(), -child->logicalTop(), !childNeededLayout));