Home | History | Annotate | Download | only in animation

Lines Matching refs:m_frameSchedulingState

58     , m_frameSchedulingState(Idle)
127 return m_frameSchedulingState == SynchronizeAnimations && m_wakeupTimer.isActive() && !m_wakeupTimer.nextFireInterval();
182 ASSERT(m_frameSchedulingState == Idle || m_frameSchedulingState == SynchronizeAnimations);
275 m_frameSchedulingState = Idle;
283 m_frameSchedulingState = frameSchedulingState;
288 ASSERT(m_frameSchedulingState == SynchronizeAnimations || m_frameSchedulingState == FutureAnimationFrame);
289 if (m_frameSchedulingState == FutureAnimationFrame) {
291 m_frameSchedulingState = Idle;
294 m_frameSchedulingState = Idle;
338 m_frameSchedulingState = AnimationFrame;
344 if (m_frameSchedulingState != AnimationFrame)
347 m_frameSchedulingState = Idle;