Home
last modified time | relevance | path

Searched refs:moveThumb (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollbar.cpp256 void Scrollbar::moveThumb(int pos) in moveThumb() function in WebCore::Scrollbar
308 moveThumb(m_orientation == HorizontalScrollbar ? in mouseMoved()
376 moveThumb(desiredPos); in mouseDown()
DScrollbar.h143 void moveThumb(int pos);
/external/webkit/Source/WebCore/platform/qt/
DScrollbarQt.cpp83 moveThumb(horizontal ? pos.x() : pos.y()); in contextMenu()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-162585 (WebCore::Scrollbar::moveThumb):
14258 The value of m_PressedPos was getting set before moveThumb() call
19792 (WebCore::Scrollbar::moveThumb):
20831 (WebCore::Scrollbar::moveThumb):
DChangeLog-2009-06-1618030 (WebCore::Scrollbar::moveThumb):
89663 Fix Qt build bustage by making moveThumb a member of Scrollbar so that
89667 (WebCore::Scrollbar::moveThumb):
89902 (WebCore::moveThumb):
DChangeLog11956 …(WebCore::Scrollbar::moveThumb): Added a boolean draggingDocument parameter. When true, the docume…
11959 the document rather than the thumb, and pass the result to moveThumb.
DChangeLog-2010-12-0659604 (WebCore::Scrollbar::moveThumb):