Home | History | Annotate | Download | only in rendering

Lines Matching defs:borderAndPadding

334     LayoutUnit borderAndPadding = borderAndPaddingBefore + borderAndPaddingAfter;
341 borders = borderAndPadding;
347 computedLogicalHeight = computeIntrinsicLogicalContentHeightUsing(styleLogicalHeight, logicalHeight() - borderAndPadding, borderAndPadding);