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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Scrollbar.h 102 int pressedPos() const { return m_pressedPos; }
108 void setPressedPos(int p) { m_pressedPos = p; }
174 int m_pressedPos;
Scrollbar.cpp 70 , m_pressedPos(0)
137 setPressedPos(m_pressedPos + theme()->thumbPosition(this) - oldThumbPosition);
272 int delta = pos - m_pressedPos;
287 delta += m_pressedPos - m_documentDragPos;
339 m_pressedPos = (orientation() == HorizontalScrollbar ? convertFromContainingWindow(evt.position()).x() : convertFromContainingWindow(evt.position()).y());
344 m_scrollPos = m_pressedPos;
367 m_pressedPos = 0;
386 m_pressedPos = (orientation() == HorizontalScrollbar ? convertFromContainingWindow(evt.position()).x() : convertFromContainingWindow(evt.position()).y());
426 m_pressedPos = 0;
459 m_pressedPos = theme()->trackPosition(this) + theme()->thumbPosition(this) + thumbLen / 2
    [all...]

Completed in 29 milliseconds