Searched refs:animationElement (Results 1 – 3 of 3) sorted by relevance
140 void SVGDocumentExtensions::addAnimationElementToTarget(SVGSMILElement* animationElement, SVGElemen… in addAnimationElementToTarget() argument143 ASSERT(animationElement); in addAnimationElementToTarget()146 animationElementsForTarget->add(animationElement); in addAnimationElementToTarget()151 animationElementsForTarget->add(animationElement); in addAnimationElementToTarget()155 void SVGDocumentExtensions::removeAnimationElementFromTarget(SVGSMILElement* animationElement, SVGE… in removeAnimationElementFromTarget() argument158 ASSERT(animationElement); in removeAnimationElementFromTarget()166 animationElementsForTarget->remove(animationElement); in removeAnimationElementFromTarget()
58 …er::registerCallback(PassRefPtr<RequestAnimationFrameCallback> callback, Element* animationElement) in registerCallback() argument63 callback->m_element = animationElement; in registerCallback()
5029 …equestAnimationFrame(PassRefPtr<RequestAnimationFrameCallback> callback, Element* animationElement) in webkitRequestAnimationFrame() argument5034 return m_scriptedAnimationController->registerCallback(callback, animationElement); in webkitRequestAnimationFrame()