Home
last modified time | relevance | path

Searched refs:m_autoscrollType (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DAutoscrollController.cpp54 , m_autoscrollType(NoAutoscroll) in AutoscrollController()
61 return m_autoscrollType == AutoscrollForSelection; in autoscrollInProgress()
72 if (m_autoscrollType != NoAutoscroll) in startAutoscrollForSelection()
77 m_autoscrollType = AutoscrollForSelection; in startAutoscrollForSelection()
100 m_autoscrollType = NoAutoscroll; in stopAutoscroll()
108 m_autoscrollType = NoAutoscroll; in stopAutoscrollIfNeeded()
160 if (m_autoscrollType == NoAutoscroll) { in updateDragAndDrop()
161 m_autoscrollType = AutoscrollForDragAndDrop; in updateDragAndDrop()
176 switch (m_autoscrollType) { in handleMouseReleaseForPanScrolling()
179 m_autoscrollType = AutoscrollForPanCanStop; in handleMouseReleaseForPanScrolling()
[all …]
DAutoscrollController.h83 AutoscrollType m_autoscrollType; variable