Home
last modified time | relevance | path

Searched refs:m_totalSize (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollbar.h67 int totalSize() const { return m_totalSize; } in totalSize()
68 int maximum() const { return m_totalSize - m_visibleSize; } in maximum()
151 int m_totalSize; variable
DScrollbar.cpp71 , m_totalSize(0) in Scrollbar()
124 if (visibleSize == m_visibleSize && totalSize == m_totalSize) in setProportion()
128 m_totalSize = totalSize; in setProportion()
/external/webkit/Source/WebCore/platform/gtk/
DMainFrameScrollbarGtk.cpp106 m_totalSize, in updateThumbProportion()