Home | History | Annotate | Download | only in Shared

Lines Matching refs:Phase

166     enum Phase {
180 WebWheelEvent(Type, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, const WebCore::FloatSize& delta, const WebCore::FloatSize& wheelTicks, Granularity, Phase phase, Phase momentumPhase,bool hasPreciseScrollingDeltas, Modifiers, double timestamp);
189 Phase phase() const { return static_cast<Phase>(m_phase); }
190 Phase momentumPhase() const { return static_cast<Phase>(m_momentumPhase); }
206 uint32_t m_phase; // Phase
207 uint32_t m_momentumPhase; // Phase