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

  /external/webkit/WebCore/rendering/
RenderListBox.h 84 virtual void panScroll(const IntPoint&);
RenderBox.h 253 virtual void panScroll(const IntPoint&);
RenderListBox.cpp 402 void RenderListBox::panScroll(const IntPoint& panStartMousePosition)
RenderBox.cpp 451 void RenderBox::panScroll(const IntPoint& source)
    [all...]
  /external/webkit/WebCore/page/
EventHandler.cpp 110 // When the autoscroll or the panScroll is triggered when do the scroll every 0.05s to make it smooth
652 // We don't want to trigger the autoscroll or the panScroll if it's already active
663 // If we're not in the top frame we notify it that we doing a panScroll.
690 // we verify that the main frame hasn't received the order to stop the panScroll
699 toRenderBox(r)->panScroll(m_panScrollStartPos);
894 // If we're not in the top frame we notify it that we are not doing a panScroll any more.
    [all...]

Completed in 173 milliseconds