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

  /external/webkit/Source/WebCore/platform/
Scrollbar.h 67 int totalSize() const { return m_totalSize; }
68 int maximum() const { return m_totalSize - m_visibleSize; }
151 int m_totalSize;
Scrollbar.cpp 71 , m_totalSize(0)
124 if (visibleSize == m_visibleSize && totalSize == m_totalSize)
128 m_totalSize = totalSize;
  /external/webkit/Source/WebCore/platform/gtk/
MainFrameScrollbarGtk.cpp 106 m_totalSize,

Completed in 35 milliseconds