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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformWheelEvent.h 50 PlatformWheelEventPhaseBegan = 1 << 0,
134 bool useLatchedEventNode() const { return m_momentumPhase == PlatformWheelEventPhaseBegan || m_momentumPhase == PlatformWheelEventPhaseChanged; }
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollElasticityController.mm 112 if (wheelEvent.phase() == PlatformWheelEventPhaseBegan) {
186 if (!m_momentumScrollInProgress && (momentumPhase == PlatformWheelEventPhaseBegan || momentumPhase == PlatformWheelEventPhaseChanged))
ScrollAnimatorMac.mm     [all...]

Completed in 43 milliseconds