Home | History | Annotate | Download | only in rendering

Lines Matching refs:horizontalScrollbarHeight

469     int horizontalScrollbarHeight() const;
471 int scrollbarLogicalHeight() const { return style()->isHorizontalWritingMode() ? horizontalScrollbarHeight() : verticalScrollbarWidth(); }