Lines Matching refs:panScroll
5778 * manual-tests/panScroll.html: Added.
5780 …* page/EventHandler.cpp: Added the panScroll start/stop handlers and adapted the autoscroll for bo…
5781 (WebCore::EventHandler::EventHandler): Initialize the new class members for the panScroll
5782 …andler::handleMouseDraggedEvent): Prevent the autoscroll to trigger if the panScroll is in progress
5783 …entHandler::handleMouseReleaseEvent): Prevent the autoscroll to stop the panScroll on mouse release
5784 …andleAutoscroll): Added the specific calls for the panScroll (save mouse position, draw the panScr…
5785 …r::autoscrollTimerFired): Specify the calls to perform for each function (autoscroll and panScroll)
5786 …er::stopAutoscrollTimer): Specify the calls to perform for each function (autoscroll and panScroll)
5787 …ressEvent): Trigger for the panScroll. Test is the button is the middle button and try to find a r…
5791 …enderObject to test if the view can be scrolled. Added the print/remove panScroll icon methods bet…
5812 …* rendering/RenderListBox.cpp: Adapt the panScroll to the ListBox object to scroll by lines instea…
5813 (WebCore::RenderListBox::panScroll):
5819 …toscroll): Improved the verification to avoid triggering the autoscroll/panScroll when the root ob…
5820 (WebCore::RenderObject::panScroll): Calls the RenderLayer's panScrollFromPoint() method