Home | History | Annotate | Download | only in rendering

Lines Matching refs:boxHeight

1773         LayoutUnit boxHeight = isBox() ? toRenderBox(this)->height() : LayoutUnit();
1775 LayoutUnit borderHeight = max<LayoutUnit>(borderBottom, max<LayoutUnit>(valueForLength(style()->borderBottomLeftRadius().height(), boxHeight), valueForLength(style()->borderBottomRightRadius().height(), boxHeight)));