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

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformWheelEvent.h 72 , m_momentumPhase(PlatformWheelEventPhaseNone)
95 , m_momentumPhase(PlatformWheelEventPhaseNone)
122 PlatformWheelEventPhase momentumPhase() const { return m_momentumPhase; }
126 bool useLatchedEventNode() const { return m_momentumPhase == PlatformWheelEventPhaseBegan || m_momentumPhase == PlatformWheelEventPhaseChanged; }
145 PlatformWheelEventPhase m_momentumPhase;
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 172 m_momentumPhase = static_cast<WebCore::PlatformWheelEventPhase>(e.momentumPhase);

Completed in 3250 milliseconds