Home | History | Annotate | Download | only in rendering

Lines Matching refs:shouldPlaceBlockDirectionScrollbarOnLogicalLeft

253     LayoutUnit clientLeft() const { return borderLeft() + (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft() ? verticalScrollbarWidth() : 0); }