Home | History | Annotate | Download | only in rendering

Lines Matching refs:horizontalScrollbarHeight

428     return height() - borderTop() - borderBottom() - horizontalScrollbarHeight();
604 int RenderBox::horizontalScrollbarHeight() const
606 return includeHorizontalScrollbarSize() ? layer()->horizontalScrollbarHeight() : 0;
1137 clipHeight -= layer()->horizontalScrollbarHeight(relevancy);