Home
last modified time | relevance | path

Searched refs:setProportion (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginScrollbarImpl.cpp211 m_scrollbar->setProportion(length, m_scrollbar->totalSize()); in setLocation()
223 m_scrollbar->setProportion(length, size); in setDocumentSize()
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbar.h112 void setProportion(int visibleSize, int totalSize);
DScrollbar.cpp154 void Scrollbar::setProportion(int visibleSize, int totalSize) in setProportion() function in WebCore::Scrollbar
DScrollView.cpp458 m_horizontalScrollbar->setProportion(clientWidth, contentsWidth()); in updateScrollbars()
477 m_verticalScrollbar->setProportion(clientHeight, contentsHeight()); in updateScrollbars()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.cpp600 horizontalScrollbar->setProportion(clientWidth, overflowRect().width()); in updateAfterLayout()
604 verticalScrollbar->setProportion(clientHeight, overflowRect().height()); in updateAfterLayout()
DRenderListBox.cpp174 m_vBar->setProportion(numVisibleItems(), numItems()); in layout()