Searched refs:m_scriptedAnimationController (Results 1 – 2 of 2) sorted by relevance
607 m_scriptedAnimationController = 0; in removedLastRef()1751 m_scriptedAnimationController = 0; in detach()4753 if (m_scriptedAnimationController) in suspendScriptedAnimationControllerCallbacks()4754 m_scriptedAnimationController->suspend(); in suspendScriptedAnimationControllerCallbacks()4761 if (m_scriptedAnimationController) in resumeScriptedAnimationControllerCallbacks()4762 m_scriptedAnimationController->resume(); in resumeScriptedAnimationControllerCallbacks()5031 if (!m_scriptedAnimationController) in webkitRequestAnimationFrame()5032 m_scriptedAnimationController = ScriptedAnimationController::create(this); in webkitRequestAnimationFrame()5034 return m_scriptedAnimationController->registerCallback(callback, animationElement); in webkitRequestAnimationFrame()5039 if (!m_scriptedAnimationController) in webkitCancelRequestAnimationFrame()[all …]
1398 OwnPtr<ScriptedAnimationController> m_scriptedAnimationController; variable