HomeSort by relevance Sort by last modified time
    Searched refs:m_momentumPhase (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/
PlatformWheelEvent.h 103 , m_momentumPhase(PlatformWheelEventPhaseNone)
157 PlatformWheelEventPhase momentumPhase() const { return m_momentumPhase; }
197 PlatformWheelEventPhase m_momentumPhase;
  /external/webkit/Source/WebKit2/Shared/
WebWheelEvent.cpp 60 , m_momentumPhase(momentumPhase)
78 encoder->encode(m_momentumPhase);
100 if (!decoder->decode(t.m_momentumPhase))
WebEvent.h 190 Phase momentumPhase() const { return static_cast<Phase>(m_momentumPhase); }
207 uint32_t m_momentumPhase; // Phase
WebEventConversion.cpp 115 m_momentumPhase = static_cast<WebCore::PlatformWheelEventPhase>(webEvent.momentumPhase());
  /external/webkit/Source/WebCore/platform/mac/
WheelEventMac.mm 102 , m_momentumPhase(momentumPhaseForEvent(event))

Completed in 120 milliseconds