Home | History | Annotate | Download | only in rendering

Lines Matching defs:clientLeft

223     // excluding border and scrollbar.  clientLeft/Top are just the borderLeftWidth and borderTopWidth.
224 LayoutUnit clientLeft() const { return borderLeft(); }
231 LayoutRect clientBoxRect() const { return LayoutRect(clientLeft(), clientTop(), clientWidth(), clientHeight()); }