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/platform/scroll/
Scrollbar.h 89 virtual int totalSize() const OVERRIDE { return m_totalSize; }
90 virtual int maximum() const OVERRIDE { return m_totalSize - m_visibleSize; }
173 int m_totalSize;
Scrollbar.cpp 59 , m_totalSize(0)
156 if (visibleSize == m_visibleSize && totalSize == m_totalSize)
160 m_totalSize = totalSize;

Completed in 255 milliseconds