HomeSort by relevance Sort by last modified time
    Searched refs:m_momentumScrollInProgress (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollElasticityController.h 120 bool m_momentumScrollInProgress;
ScrollElasticityController.mm 103 , m_momentumScrollInProgress(false)
119 m_momentumScrollInProgress = false;
198 if (!m_momentumScrollInProgress && (momentumPhase == PlatformWheelEventPhaseBegan || momentumPhase == PlatformWheelEventPhaseChanged)) {
199 m_momentumScrollInProgress = true;
207 if (m_inScrollGesture || m_momentumScrollInProgress) {
288 if (m_momentumScrollInProgress) {
291 m_momentumScrollInProgress = false;
305 if (m_momentumScrollInProgress && momentumPhase == PlatformWheelEventPhaseEnded) {
306 m_momentumScrollInProgress = false;
330 if (!m_momentumScrollInProgress || m_ignoreMomentumScrolls)
    [all...]

Completed in 773 milliseconds