Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/
DEventHandler.cpp137 , 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()
DEventHandler.h315 bool m_autoscrollInProgress; variable