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

  /external/webkit/Source/WebCore/rendering/
RenderListBox.h 89 virtual void panScroll(const IntPoint&);
RenderBox.h 330 virtual void panScroll(const IntPoint&);
RenderListBox.cpp 467 void RenderListBox::panScroll(const IntPoint& panStartMousePosition)
RenderBox.cpp 673 void RenderBox::panScroll(const IntPoint& source)
    [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.cpp 132 // When the autoscroll or the panScroll is triggered when do the scroll every 0.05s to make it smooth
772 // We don't want to trigger the autoscroll or the panScroll if it's already active
783 // If we're not in the top frame we notify it that we doing a panScroll.
810 // we verify that the main frame hasn't received the order to stop the panScroll
819 toRenderBox(r)->panScroll(m_panScrollStartPos);
    [all...]

Completed in 95 milliseconds