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

/external/webkit/Source/WebCore/platform/
H A DPlatformWheelEvent.h77 enum PlatformWheelEventPhase { enum in namespace:WebCore
156 PlatformWheelEventPhase phase() const { return m_phase; }
157 PlatformWheelEventPhase momentumPhase() const { return m_momentumPhase; }
196 PlatformWheelEventPhase m_phase;
197 PlatformWheelEventPhase m_momentumPhase;

Completed in 1470 milliseconds