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/platform/scroll/
Scrollbar.cpp 62 , m_pressedPos(0)
144 setPressedPos(m_pressedPos + theme()->thumbPosition(this) - oldThumbPosition);
274 int delta = pos - m_pressedPos;
289 delta += m_pressedPos - m_documentDragPos;
340 m_pressedPos = orientation() == HorizontalScrollbar ? convertFromContainingWindow(evt.position()).x() : convertFromContainingWindow(evt.position()).y();
346 m_scrollPos = m_pressedPos;
359 m_pressedPos = 0;
368 m_pressedPos = 0;
393 m_pressedPos = orientation() == HorizontalScrollbar ? convertFromContainingWindow(evt.position()).x() : convertFromContainingWindow(evt.position()).y();
433 m_pressedPos = 0
    [all...]
Scrollbar.h 106 int pressedPos() const { return m_pressedPos; }
112 void setPressedPos(int p) { m_pressedPos = p; }
178 int m_pressedPos;

Completed in 46 milliseconds