Searched defs:momentumPhase (Results 1 – 3 of 3) sorted by relevance
52 …const FloatSize& wheelTicks, Granularity granularity, Phase phase, Phase momentumPhase, bool hasPr… in WebWheelEvent()
190 Phase momentumPhase() const { return static_cast<Phase>(m_momentumPhase); } in momentumPhase() function
157 PlatformWheelEventPhase momentumPhase() const { return m_momentumPhase; } in momentumPhase() function