Home | History | Annotate | Download | only in rendering

Lines Matching refs:toAdd

1274     int toAdd = borderAfter() + paddingAfter() + scrollbarLogicalHeight();
1275 if (lowestFloatLogicalBottom() > (logicalHeight() - toAdd) && expandsToEncloseOverhangingFloats())
1276 setLogicalHeight(lowestFloatLogicalBottom() + toAdd);