Home | History | Annotate | Download | only in rendering

Lines Matching refs:totalHeight

1244         LayoutUnit totalHeight = logicalHeight();
1245 LayoutUnit heightWithoutIntrinsicPadding = totalHeight - intrinsicPaddingBefore() - intrinsicPaddingAfter();
1246 totalHeight -= scrollbarHeight;
1247 LayoutUnit newBeforePadding = (totalHeight - heightWithoutIntrinsicPadding) / 2;
1248 LayoutUnit newAfterPadding = totalHeight - heightWithoutIntrinsicPadding - newBeforePadding;