Searched refs:m_autoscrollInProgress (Results 1 – 2 of 2) sorted by relevance
137 , m_autoscrollInProgress(false) in EventHandler()427 m_autoscrollInProgress = true; in handleMouseDraggedEvent()543 if (m_autoscrollInProgress) in handleMouseReleaseEvent()614 if (m_autoscrollInProgress) { in autoscrollTimerFired()752 if (m_autoscrollInProgress) { in stopAutoscrollTimer()761 if (!rendererIsBeingDestroyed && (m_autoscrollInProgress || m_panScrollInProgress)) in stopAutoscrollTimer()779 m_autoscrollInProgress = false; in stopAutoscrollTimer()1046 …f (m_frame->page()->mainFrame()->eventHandler()->panScrollInProgress() || m_autoscrollInProgress) { in handleMousePressEvent()1770 …f (m_frame->page()->mainFrame()->eventHandler()->panScrollInProgress() || m_autoscrollInProgress) { in keyEvent()
315 bool m_autoscrollInProgress; variable