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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformWheelEvent.h 52 PlatformWheelEventPhaseChanged = 1 << 2,
134 bool useLatchedEventNode() const { return m_momentumPhase == PlatformWheelEventPhaseBegan || m_momentumPhase == PlatformWheelEventPhaseChanged; }
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollElasticityController.mm 186 if (!m_momentumScrollInProgress && (momentumPhase == PlatformWheelEventPhaseBegan || momentumPhase == PlatformWheelEventPhaseChanged))

Completed in 1291 milliseconds