Home | History | Annotate | Download | only in platform

Lines Matching defs:scrollSize

282 int ScrollView::scrollSize(ScrollbarOrientation orientation) const
288 IntSize scrollSize = m_contentsSize - visibleContentRect().size();
289 scrollSize.clampNegativeToZero();
290 return orientation == HorizontalScrollbar ? scrollSize.width() : scrollSize.height();