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

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformWheelEvent.h 45 enum PlatformWheelEventPhase {
114 PlatformWheelEventPhase phase() const { return m_phase; }
115 PlatformWheelEventPhase momentumPhase() const { return m_momentumPhase; }
136 PlatformWheelEventPhase m_phase;
137 PlatformWheelEventPhase m_momentumPhase;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimator.h 70 virtual void handleWheelEventPhase(PlatformWheelEventPhase) { }
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.h 80 void handleWheelEventPhase(PlatformWheelEventPhase);
ScrollingCoordinator.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.h 95 virtual void handleWheelEventPhase(PlatformWheelEventPhase) OVERRIDE;
ScrollElasticityController.mm 195 PlatformWheelEventPhase momentumPhase = wheelEvent.momentumPhase();
ScrollAnimatorMac.mm     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 169 m_phase = static_cast<PlatformWheelEventPhase>(e.phase);
170 m_momentumPhase = static_cast<PlatformWheelEventPhase>(e.momentumPhase);

Completed in 410 milliseconds