Home | History | Annotate | Download | only in rendering

Lines Matching defs:toAdd

1610     LayoutUnit toAdd = borderAfter() + paddingAfter() + scrollbarLogicalHeight();
1611 if (lowestFloatLogicalBottom() > (logicalHeight() - toAdd) && expandsToEncloseOverhangingFloats())
1612 setLogicalHeight(lowestFloatLogicalBottom() + toAdd);