Home
last modified time | relevance | path

Searched refs:handleAutoscroll (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/page/
DEventHandler.h261 void handleAutoscroll(RenderObject*);
DEventHandler.cpp475 handleAutoscroll(renderer); in handleMouseDraggedEvent()
650 void EventHandler::handleAutoscroll(RenderObject* renderer) in handleAutoscroll() function in WebCore::EventHandler
710 handleAutoscroll(renderer); in startPanScrolling()
/external/webkit/WebCore/
DChangeLog-2006-12-3123827 (WebCore::Frame::handleAutoscroll): Updated to use autoscrollRenderer getter and setter.
25028 (WebCore::Frame::handleAutoscroll):
25058 (WebCore::Frame::handleAutoscroll):
26738 …(WebCore::Frame::handleAutoscroll): Updated to use a renderer instead of a layer when setting up a…
DChangeLog-2008-08-102966 (WebCore::EventHandler::handleAutoscroll):
5784 …(WebCore::EventHandler::handleAutoscroll): Added the specific calls for the panScroll (save mouse …
5787 … a renderer where the panScroll is possible. If it finds one, it calls the handleAutoscroll method.
DChangeLog-2009-06-1624616 (WebCore::EventHandler::handleAutoscroll):
78403 (WebCore::EventHandler::handleAutoscroll):
81915 (WebCore::EventHandler::handleAutoscroll):
DChangeLog-2006-05-1013595 (WebCore::Frame::handleAutoscroll): Added. Saves the layer, and starts the timer.