Searched defs:PlatformWheelEventPhase (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DPlatformWheelEvent.h48 enum PlatformWheelEventPhase { enum in namespace:WebCore
129 PlatformWheelEventPhase phase() const { return m_phase; }
130 PlatformWheelEventPhase momentumPhase() const { return m_momentumPhase; }
150 PlatformWheelEventPhase m_phase;
151 PlatformWheelEventPhase m_momentumPhase;

Completed in 67 milliseconds