Home | History | Annotate | Download | only in rendering

Lines Matching refs:totalHeight

1256         LayoutUnit totalHeight = logicalHeight();
1257 LayoutUnit heightWithoutIntrinsicPadding = totalHeight - intrinsicPaddingBefore() - intrinsicPaddingAfter();
1258 totalHeight -= scrollbarHeight;
1259 LayoutUnit newBeforePadding = (totalHeight - heightWithoutIntrinsicPadding) / 2;
1260 LayoutUnit newAfterPadding = totalHeight - heightWithoutIntrinsicPadding - newBeforePadding;