Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/win/
DWebScrollBar.cpp126 HRESULT STDMETHODCALLTYPE WebScrollBar::setProportion( in setProportion() function in WebScrollBar
130 m_scrollBar->setProportion(visibleSize, totalSize); in setProportion()
DWebScrollBar.h69 virtual HRESULT STDMETHODCALLTYPE setProportion(
DChangeLog-2009-06-1616056 (WebScrollBar::setProportion): ditto
/external/webkit/Source/WebKit/chromium/src/
DWebScrollbarImpl.cpp88 m_scrollbar->setProportion(length, m_scrollbar->totalSize()); in setLocation()
105 m_scrollbar->setProportion(length, size); in setDocumentSize()
/external/webkit/Source/WebCore/platform/
DScrollbar.h81 void setProportion(int visibleSize, int totalSize);
DScrollbar.cpp122 void Scrollbar::setProportion(int visibleSize, int totalSize) in setProportion() function in WebCore::Scrollbar
DScrollView.cpp586 m_horizontalScrollbar->setProportion(clientWidth, contentsWidth()); in updateScrollbars()
607 m_verticalScrollbar->setProportion(clientHeight, contentsHeight()); in updateScrollbars()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebScrollBarPrivate.idl49 HRESULT setProportion([in] int visibleSize, [in] int totalSize);
/external/webkit/Source/WebKit2/UIProcess/win/
DWebPopupMenuProxyWin.cpp533 scrollbar()->setProportion(visibleItems, m_items.size()); in onSize()
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.cpp807 scrollbar()->setProportion(visibleItems, client()->listSize()); in wndProc()
/external/webkit/Source/WebCore/rendering/
DRenderListBox.cpp240 m_vBar->setProportion(numVisibleItems(), numItems()); in computeLogicalHeight()
DRenderLayer.cpp2262 m_hBar->setProportion(clientWidth, m_scrollWidth); in updateScrollInfoAfterLayout()
2268 m_vBar->setProportion(clientHeight, m_scrollHeight); in updateScrollInfoAfterLayout()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-316588 (WebCore::Scrollbar::setProportion):
24758 (Scrollbar::setProportion):
24858 (WebCore::Scrollbar::setProportion):
25104 (Scrollbar::setProportion):
25375 (WebCore::Scrollbar::setProportion):
25943 (ScrollBar::setProportion):
27635 setProportion
27636 (ScrollBar::setProportion):
27994 (WebCore::ScrollBar::setProportion):
28009 …Cleanup of Scrollbar APIs. Rename setKnobProportion to setProportion. Rename setScrollbarValue t…
[all …]
DChangeLog-2007-10-1460824 (WebCore::Scrollbar::setProportion):