Home
last modified time | relevance | path

Searched refs:calculateAutoscrollDirection (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DAutoscrollController.cpp152 IntSize offset = scrollable->calculateAutoscrollDirection(eventPosition); in updateDragAndDrop()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.h461 IntSize calculateAutoscrollDirection(const IntPoint& windowPoint) const;
DRenderBox.cpp859 IntSize RenderBox::calculateAutoscrollDirection(const IntPoint& windowPoint) const in calculateAutoscrollDirection() function in WebCore::RenderBox