PlatformWheelEventPhase 874 Source/core/page/scrolling/ScrollingCoordinator.cpp void ScrollingCoordinator::handleWheelEventPhase(PlatformWheelEventPhase phase) PlatformWheelEventPhase 86 Source/core/page/scrolling/ScrollingCoordinator.h void handleWheelEventPhase(PlatformWheelEventPhase); PlatformWheelEventPhase 133 Source/platform/PlatformWheelEvent.h PlatformWheelEventPhase phase() const { return m_phase; } PlatformWheelEventPhase 134 Source/platform/PlatformWheelEvent.h PlatformWheelEventPhase momentumPhase() const { return m_momentumPhase; } PlatformWheelEventPhase 156 Source/platform/PlatformWheelEvent.h PlatformWheelEventPhase m_phase; PlatformWheelEventPhase 157 Source/platform/PlatformWheelEvent.h PlatformWheelEventPhase m_momentumPhase; PlatformWheelEventPhase 95 Source/platform/mac/ScrollAnimatorMac.h virtual void handleWheelEventPhase(PlatformWheelEventPhase) OVERRIDE; PlatformWheelEventPhase 70 Source/platform/scroll/ScrollAnimator.h virtual void handleWheelEventPhase(PlatformWheelEventPhase) { } PlatformWheelEventPhase 152 Source/web/WebInputEventConversion.cpp m_phase = static_cast<WebCore::PlatformWheelEventPhase>(e.phase); PlatformWheelEventPhase 153 Source/web/WebInputEventConversion.cpp m_momentumPhase = static_cast<WebCore::PlatformWheelEventPhase>(e.momentumPhase);