Home
last modified time | relevance | path

Searched refs:panScroll (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderListBox.h89 virtual void panScroll(const IntPoint&);
DRenderBox.h330 virtual void panScroll(const IntPoint&);
DRenderListBox.cpp467 void RenderListBox::panScroll(const IntPoint& panStartMousePosition) in panScroll() function in WebCore::RenderListBox
DRenderBox.cpp673 void RenderBox::panScroll(const IntPoint& source) in panScroll() function in WebCore::RenderBox
/external/webkit/Source/WebCore/page/
DEventHandler.cpp819 toRenderBox(r)->panScroll(m_panScrollStartPos); in autoscrollTimerFired()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-105778 * 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…
[all …]
DChangeLog-2010-01-2919478 Tests: platform/win/fast/events/panScroll-image-no-scroll.html
19479 platform/win/fast/events/panScroll-imageMap-href-no-scroll.html
19480 platform/win/fast/events/panScroll-imageMap-noHref-scroll.html
22582 Test: platform/win/fast/events/panScroll-no-iframe-jump.html
22602 Tests: platform/win/fast/events/panScroll-event-fired.html
22603 platform/win/fast/events/panScroll-preventDefault.html
72705 Test: platform/win/fast/events/panScroll-nested-divs.html
89688 (WebCore::RenderListBox::panScroll):
DChangeLog-2009-06-166890 (WebCore::RenderListBox::panScroll):
49542 (WebCore::RenderBox::panScroll):
72764 (WebCore::RenderListBox::panScroll):
82027 (WebCore::RenderListBox::panScroll):
94571 (WebCore::RenderObject::panScroll): No need to check for the layer anymore too.
DChangeLog-2010-12-06127721 (WebCore::RenderListBox::panScroll):