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 48 enum PlatformWheelEventPhase {
121 PlatformWheelEventPhase phase() const { return m_phase; }
122 PlatformWheelEventPhase momentumPhase() const { return m_momentumPhase; }
144 PlatformWheelEventPhase m_phase;
145 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 83 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 171 m_phase = static_cast<WebCore::PlatformWheelEventPhase>(e.phase);
172 m_momentumPhase = static_cast<WebCore::PlatformWheelEventPhase>(e.momentumPhase);

Completed in 95 milliseconds