Searched refs:m_momentumPhase (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DPlatformWheelEvent.h103 , m_momentumPhase(PlatformWheelEventPhaseNone)
157 PlatformWheelEventPhase momentumPhase() const { return m_momentumPhase; }
197 PlatformWheelEventPhase m_momentumPhase; member in class:WebCore::PlatformWheelEvent
/external/webkit/Source/WebKit2/Shared/
H A DWebWheelEvent.cpp60 , m_momentumPhase(momentumPhase)
78 encoder->encode(m_momentumPhase);
100 if (!decoder->decode(t.m_momentumPhase))
H A DWebEvent.h190 Phase momentumPhase() const { return static_cast<Phase>(m_momentumPhase); }
207 uint32_t m_momentumPhase; // Phase member in class:WebKit::WebWheelEvent
H A DWebEventConversion.cpp115 m_momentumPhase = static_cast<WebCore::PlatformWheelEventPhase>(webEvent.momentumPhase());
/external/webkit/Source/WebCore/platform/mac/
H A DWheelEventMac.mm102 , m_momentumPhase(momentumPhaseForEvent(event))

Completed in 128 milliseconds