Home
last modified time | relevance | path

Searched refs:m_currentPos (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbar.cpp60 , m_currentPos(0) in Scrollbar()
85 m_currentPos = scrollableAreaCurrentPos(); in Scrollbar()
144 if (position == m_currentPos) in offsetDidChange()
148 m_currentPos = position; in offsetDidChange()
245 if (m_currentPos == 0) in startTimerIfNeeded()
248 if (m_currentPos == maximum()) in startTimerIfNeeded()
470 m_dragOrigin = m_currentPos; in mouseDown()
479 m_dragOrigin = m_currentPos; in mouseDown()
DScrollbar.h86 virtual int value() const { return lroundf(m_currentPos); } in value()
87 virtual float currentPos() const { return m_currentPos; } in currentPos()
174 float m_currentPos; variable