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 64 , m_pressedPos(0)
151 setPressedPos(m_pressedPos + theme()->thumbPosition(this) - oldThumbPosition);
286 int delta = pos - m_pressedPos;
301 delta += m_pressedPos - m_documentDragPos;
352 m_pressedPos = orientation() == HorizontalScrollbar ? convertFromContainingWindow(evt.position()).x() : convertFromContainingWindow(evt.position()).y();
358 m_scrollPos = m_pressedPos;
371 m_pressedPos = 0;
380 m_pressedPos = 0;
405 m_pressedPos = orientation() == HorizontalScrollbar ? convertFromContainingWindow(evt.position()).x() : convertFromContainingWindow(evt.position()).y();
445 m_pressedPos = 0
    [all...]
Scrollbar.h 107 int pressedPos() const { return m_pressedPos; }
113 void setPressedPos(int p) { m_pressedPos = p; }
179 int m_pressedPos;

Completed in 39 milliseconds