Home | History | Annotate | Download | only in rendering

Lines Matching refs:clientHeight

195     LayoutRect computedCSSContentBoxRect() const { return LayoutRect(borderLeft() + computedCSSPaddingLeft(), borderTop() + computedCSSPaddingTop(), clientWidth() - computedCSSPaddingLeft() - computedCSSPaddingRight(), clientHeight() - computedCSSPaddingTop() - computedCSSPaddingBottom()); }
239 LayoutUnit contentHeight() const { return clientHeight() - paddingTop() - paddingBottom(); }
251 // More IE extensions. clientWidth and clientHeight represent the interior of an object
256 LayoutUnit clientHeight() const;
257 LayoutUnit clientLogicalWidth() const { return style()->isHorizontalWritingMode() ? clientWidth() : clientHeight(); }
258 LayoutUnit clientLogicalHeight() const { return style()->isHorizontalWritingMode() ? clientHeight() : clientWidth(); }
260 LayoutRect clientBoxRect() const { return LayoutRect(clientLeft(), clientTop(), clientWidth(), clientHeight()); }
265 // scrollWidth/scrollHeight will be the same as clientWidth/clientHeight unless the