Home | History | Annotate | Download | only in platform

Lines Matching defs:horizontalScrollbarHeight

192     int horizontalScrollbarHeight = 0;
198 horizontalScrollbarHeight = !horizontalBar->isOverlayScrollbar() ? horizontalBar->height() : 0;
202 max(0, height() - horizontalScrollbarHeight));
543 int horizontalScrollbarHeight = (horizontalScrollbar() && !hasLayerForHorizontalScrollbar()) ? horizontalScrollbar()->height() : 0;
546 scrollViewRect.setHeight(scrollViewRect.height() - horizontalScrollbarHeight);
960 int horizontalScrollbarHeight = (horizontalScrollbar() && !horizontalScrollbar()->isOverlayScrollbar())
971 horizontalOverhangRect.setY(frameRect().maxY() - height - horizontalScrollbarHeight);
979 verticalOverhangRect.setHeight(frameRect().height() - horizontalOverhangRect.height() - horizontalScrollbarHeight);
988 verticalOverhangRect.setHeight(frameRect().height() - horizontalOverhangRect.height() - horizontalScrollbarHeight);