Home | History | Annotate | Download | only in rendering

Lines Matching refs:clientLogicalHeight

258     LayoutUnit clientLogicalHeight() const { return style()->isHorizontalWritingMode() ? clientHeight() : clientWidth(); }
259 LayoutUnit clientLogicalBottom() const { return borderBefore() + clientLogicalHeight(); }