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

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformWheelEvent.h 53 PlatformWheelEventPhaseEnded = 1 << 3,
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollElasticityController.mm 146 if (wheelEvent.phase() == PlatformWheelEventPhaseEnded || wheelEvent.phase() == PlatformWheelEventPhaseCancelled) {
153 if (wheelEvent.momentumPhase() == PlatformWheelEventPhaseEnded) {
305 if (m_momentumScrollInProgress && momentumPhase == PlatformWheelEventPhaseEnded) {
ScrollAnimatorMac.mm     [all...]

Completed in 161 milliseconds