Searched refs:autoscroll (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControlSingleLine.h59 virtual void autoscroll(const IntPoint&) OVERRIDE FINAL;
H A DRenderTextControlSingleLine.cpp367 void RenderTextControlSingleLine::autoscroll(const IntPoint& position) function in class:blink::RenderTextControlSingleLine
373 renderer->autoscroll(position);
H A DRenderBox.h475 virtual void autoscroll(const IntPoint&);
H A DRenderBox.cpp77 // Size of border belt for autoscroll. When mouse pointer in border belt,
78 // autoscroll is started.
701 void RenderBox::autoscroll(const IntPoint& position) function in class:blink::RenderBox
720 // There are two kinds of renderer that can autoscroll.
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DAutoscrollController.cpp44 // Delay time in second for start autoscroll if pointer is in border edge of scrollable element.
72 // We don't want to trigger the autoscroll or the panScroll if it's already active
197 // We don't want to trigger the autoscroll or the panScroll if it's already active
229 m_autoscrollRenderer->autoscroll(m_dragAndDropAutoscrollReferencePosition);
237 m_autoscrollRenderer->autoscroll(eventHandler.lastKnownMousePosition());

Completed in 165 milliseconds