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/platform/
PlatformWheelEvent.h 52 PlatformWheelEventPhaseChanged = 1 << 2,
126 bool useLatchedEventNode() const { return m_momentumPhase == PlatformWheelEventPhaseBegan || m_momentumPhase == PlatformWheelEventPhaseChanged; }
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollElasticityController.mm 198 if (!m_momentumScrollInProgress && (momentumPhase == PlatformWheelEventPhaseBegan || momentumPhase == PlatformWheelEventPhaseChanged)) {

Completed in 124 milliseconds