Home | History | Annotate | Download | only in platform

Lines Matching defs:horizontalScrollbarHeight

247     int horizontalScrollbarHeight = horizontalScrollbar() && !horizontalScrollbar()->isOverlayScrollbar()
252 max(0, m_boundsSize.height() - horizontalScrollbarHeight)));
672 int horizontalScrollbarHeight = horizontalScrollbar() ? horizontalScrollbar()->height() : 0;
675 scrollViewRect.setHeight(scrollViewRect.height() - horizontalScrollbarHeight);
1102 int horizontalScrollbarHeight = (horizontalScrollbar() && !horizontalScrollbar()->isOverlayScrollbar())
1112 horizontalOverhangRect.setY(frameRect().maxY() - height - horizontalScrollbarHeight);