Home | History | Annotate | Download | only in dom

Lines Matching refs:m_scriptedAnimationController

670     if (m_scriptedAnimationController)
671 m_scriptedAnimationController->clearDocumentPointer();
672 m_scriptedAnimationController.clear();
2166 if (m_scriptedAnimationController)
2167 m_scriptedAnimationController->clearDocumentPointer();
2168 m_scriptedAnimationController.clear();
5062 if (m_scriptedAnimationController)
5063 m_scriptedAnimationController->suspend();
5072 if (m_scriptedAnimationController)
5073 m_scriptedAnimationController->resume();
5205 if (!m_scriptedAnimationController) {
5206 m_scriptedAnimationController = ScriptedAnimationController::create(this);
5209 m_scriptedAnimationController->suspend();
5211 return *m_scriptedAnimationController;
5221 if (!m_scriptedAnimationController)
5223 m_scriptedAnimationController->cancelCallback(id);
5228 if (!m_scriptedAnimationController)
5230 m_scriptedAnimationController->serviceScriptedAnimations(monotonicAnimationStartTime);
5823 visitor->trace(m_scriptedAnimationController);