Home | History | Annotate | Download | only in rendering

Lines Matching refs:clientHeight

163     LayoutRect computedCSSContentBoxRect() const { return LayoutRect(borderLeft() + computedCSSPaddingLeft(), borderTop() + computedCSSPaddingTop(), clientWidth() - computedCSSPaddingLeft() - computedCSSPaddingRight(), clientHeight() - computedCSSPaddingTop() - computedCSSPaddingBottom()); }
207 LayoutUnit contentHeight() const { return clientHeight() - paddingTop() - paddingBottom(); }
222 // More IE extensions. clientWidth and clientHeight represent the interior of an object
227 LayoutUnit clientHeight() const;
228 LayoutUnit clientLogicalWidth() const { return style()->isHorizontalWritingMode() ? clientWidth() : clientHeight(); }
229 LayoutUnit clientLogicalHeight() const { return style()->isHorizontalWritingMode() ? clientHeight() : clientWidth(); }
231 LayoutRect clientBoxRect() const { return LayoutRect(clientLeft(), clientTop(), clientWidth(), clientHeight()); }
236 // scrollWidth/scrollHeight will be the same as clientWidth/clientHeight unless the