Home | History | Annotate | Download | only in rendering

Lines Matching refs:maxFloatLogicalBottom

1280     int maxFloatLogicalBottom = 0;
1286 layoutBlockChildren(relayoutChildren, maxFloatLogicalBottom);
1302 if (oldHeight > newHeight && maxFloatLogicalBottom > newHeight && !childrenInline()) {
1902 void RenderBlock::layoutBlockChildren(bool relayoutChildren, int& maxFloatLogicalBottom)
1936 maxFloatLogicalBottom = 0;
1963 layoutBlockChild(child, marginInfo, previousFloatLogicalBottom, maxFloatLogicalBottom);
1971 void RenderBlock::layoutBlockChild(RenderBox* child, MarginInfo& marginInfo, int& previousFloatLogicalBottom, int& maxFloatLogicalBottom)
2112 maxFloatLogicalBottom = max(maxFloatLogicalBottom, addOverhangingFloats(toRenderBlock(child), -child->logicalLeft(), -child->logicalTop(), !childNeededLayout));