Home
last modified time | relevance | path

Searched refs:PlatformWheelEventPhase (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformWheelEvent.h48 enum PlatformWheelEventPhase { enum
129 PlatformWheelEventPhase phase() const { return m_phase; } in phase()
130 PlatformWheelEventPhase momentumPhase() const { return m_momentumPhase; } in momentumPhase()
150 PlatformWheelEventPhase m_phase;
151 PlatformWheelEventPhase m_momentumPhase;
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollAnimator.h70 virtual void handleWheelEventPhase(PlatformWheelEventPhase) { } in handleWheelEventPhase() argument
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.h86 void handleWheelEventPhase(PlatformWheelEventPhase);
DScrollingCoordinator.cpp842 void ScrollingCoordinator::handleWheelEventPhase(PlatformWheelEventPhase phase) in handleWheelEventPhase()
/external/chromium_org/third_party/WebKit/Source/platform/mac/
DScrollAnimatorMac.h95 virtual void handleWheelEventPhase(PlatformWheelEventPhase) OVERRIDE;
DScrollElasticityController.mm184 PlatformWheelEventPhase momentumPhase = wheelEvent.momentumPhase();
DScrollAnimatorMac.mm985 void ScrollAnimatorMac::handleWheelEventPhase(PlatformWheelEventPhase phase)
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.cpp153 m_phase = static_cast<WebCore::PlatformWheelEventPhase>(e.phase); in PlatformWheelEventBuilder()
154 m_momentumPhase = static_cast<WebCore::PlatformWheelEventPhase>(e.momentumPhase); in PlatformWheelEventBuilder()