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/core/platform/
PlatformWheelEvent.h 48 enum PlatformWheelEventPhase {
129 PlatformWheelEventPhase phase() const { return m_phase; }
130 PlatformWheelEventPhase momentumPhase() const { return m_momentumPhase; }
150 PlatformWheelEventPhase m_phase;
151 PlatformWheelEventPhase m_momentumPhase;
ScrollAnimator.h 69 virtual void handleWheelEventPhase(PlatformWheelEventPhase) { }
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.h 81 void handleWheelEventPhase(PlatformWheelEventPhase);
ScrollingCoordinator.cpp 663 void ScrollingCoordinator::handleWheelEventPhase(PlatformWheelEventPhase phase)
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollAnimatorMac.h 95 virtual void handleWheelEventPhase(PlatformWheelEventPhase) OVERRIDE;
ScrollElasticityController.mm 183 PlatformWheelEventPhase momentumPhase = wheelEvent.momentumPhase();
ScrollAnimatorMac.mm     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 142 m_phase = static_cast<WebCore::PlatformWheelEventPhase>(e.phase);
143 m_momentumPhase = static_cast<WebCore::PlatformWheelEventPhase>(e.momentumPhase);

Completed in 122 milliseconds