Home | History | Annotate | Download | only in dom

Lines Matching refs:m_scriptedAnimationController

651     if (m_scriptedAnimationController)
652 m_scriptedAnimationController->clearDocumentPointer();
653 m_scriptedAnimationController.clear();
2208 if (m_scriptedAnimationController)
2209 m_scriptedAnimationController->clearDocumentPointer();
2210 m_scriptedAnimationController.clear();
5085 if (m_scriptedAnimationController)
5086 m_scriptedAnimationController->suspend();
5095 if (m_scriptedAnimationController)
5096 m_scriptedAnimationController->resume();
5228 if (!m_scriptedAnimationController) {
5229 m_scriptedAnimationController = ScriptedAnimationController::create(this);
5232 m_scriptedAnimationController->suspend();
5234 return *m_scriptedAnimationController;
5244 if (!m_scriptedAnimationController)
5246 m_scriptedAnimationController->cancelCallback(id);
5251 if (!m_scriptedAnimationController)
5253 m_scriptedAnimationController->serviceScriptedAnimations(monotonicAnimationStartTime);
5855 visitor->trace(m_scriptedAnimationController);