Searched refs:canAutoscroll (Results 1 – 3 of 3) sorted by relevance
515 static bool canAutoscroll(RenderObject* renderer) in canAutoscroll() function560 while (renderer && !canAutoscroll(renderer)) { in handleMouseDraggedEvent()889 while (m_autoscrollRenderer && !canAutoscroll(m_autoscrollRenderer)) in updateAutoscrollRenderer()
15177 (WebCore::canAutoscroll): Added. Returns true for boxes that can scroll directly15179 (WebCore::EventHandler::handleMouseDraggedEvent): Use canAutoscroll.
127691 (WebCore::canAutoscroll):