HomeSort by relevance Sort by last modified time
    Searched refs:m_totalSize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Scrollbar.h 84 virtual int totalSize() const { return m_totalSize; }
85 virtual int maximum() const { return m_totalSize - m_visibleSize; }
168 int m_totalSize;
Scrollbar.cpp 65 , m_totalSize(0)
142 if (visibleSize == m_visibleSize && totalSize == m_totalSize)
146 m_totalSize = totalSize;

Completed in 27 milliseconds