SynchronizeAnimations 122 Source/core/svg/animation/SMILTimeContainer.cpp return m_frameSchedulingState == SynchronizeAnimations && m_wakeupTimer.isActive() && !m_wakeupTimer.nextFireInterval(); SynchronizeAnimations 134 Source/core/svg/animation/SMILTimeContainer.cpp scheduleWakeUp(0, SynchronizeAnimations); SynchronizeAnimations 175 Source/core/svg/animation/SMILTimeContainer.cpp ASSERT(m_frameSchedulingState == Idle || m_frameSchedulingState == SynchronizeAnimations); SynchronizeAnimations 183 Source/core/svg/animation/SMILTimeContainer.cpp scheduleWakeUp(std::max(initialFrameDelay, delay.value()), SynchronizeAnimations); SynchronizeAnimations 206 Source/core/svg/animation/SMILTimeContainer.cpp scheduleWakeUp(0, SynchronizeAnimations); SynchronizeAnimations 272 Source/core/svg/animation/SMILTimeContainer.cpp ASSERT(frameSchedulingState == SynchronizeAnimations || frameSchedulingState == FutureAnimationFrame); SynchronizeAnimations 279 Source/core/svg/animation/SMILTimeContainer.cpp ASSERT(m_frameSchedulingState == SynchronizeAnimations || m_frameSchedulingState == FutureAnimationFrame);