Searched refs:setProportion (Results 1 – 6 of 6) sorted by relevance
211 m_scrollbar->setProportion(length, m_scrollbar->totalSize()); in setLocation()223 m_scrollbar->setProportion(length, size); in setDocumentSize()
112 void setProportion(int visibleSize, int totalSize);
154 void Scrollbar::setProportion(int visibleSize, int totalSize) in setProportion() function in WebCore::Scrollbar
458 m_horizontalScrollbar->setProportion(clientWidth, contentsWidth()); in updateScrollbars()477 m_verticalScrollbar->setProportion(clientHeight, contentsHeight()); in updateScrollbars()
600 horizontalScrollbar->setProportion(clientWidth, overflowRect().width()); in updateAfterLayout()604 verticalScrollbar->setProportion(clientHeight, overflowRect().height()); in updateAfterLayout()
174 m_vBar->setProportion(numVisibleItems(), numItems()); in layout()