Home | History | Annotate | Download | only in rendering

Lines Matching defs:clientTop

225     LayoutUnit clientTop() const { return borderTop(); }
231 LayoutRect clientBoxRect() const { return LayoutRect(clientLeft(), clientTop(), clientWidth(), clientHeight()); }