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/core/platform/
PlatformWheelEvent.h 72 , m_momentumPhase(PlatformWheelEventPhaseNone)
93 , m_momentumPhase(PlatformWheelEventPhaseNone)
130 PlatformWheelEventPhase momentumPhase() const { return m_momentumPhase; }
134 bool useLatchedEventNode() const { return m_momentumPhase == PlatformWheelEventPhaseBegan || m_momentumPhase == PlatformWheelEventPhaseChanged; }
151 PlatformWheelEventPhase m_momentumPhase;
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 143 m_momentumPhase = static_cast<WebCore::PlatformWheelEventPhase>(e.momentumPhase);

Completed in 826 milliseconds