Searched refs:RenderObjectAnimationMap (Results 1 – 2 of 2) sorted by relevance
92 RenderObjectAnimationMap::const_iterator animationsEnd = m_compositeAnimations.end(); in updateAnimationTimer()93 …for (RenderObjectAnimationMap::const_iterator it = m_compositeAnimations.begin(); it != animations… in updateAnimationTimer()252 RenderObjectAnimationMap::const_iterator animationsEnd = m_compositeAnimations.end(); in suspendAnimationsForDocument()253 …for (RenderObjectAnimationMap::const_iterator it = m_compositeAnimations.begin(); it != animations… in suspendAnimationsForDocument()268 RenderObjectAnimationMap::const_iterator animationsEnd = m_compositeAnimations.end(); in resumeAnimationsForDocument()269 …for (RenderObjectAnimationMap::const_iterator it = m_compositeAnimations.begin(); it != animations… in resumeAnimationsForDocument()359 RenderObjectAnimationMap::const_iterator animationsEnd = m_compositeAnimations.end(); in numberOfActiveAnimations()360 …for (RenderObjectAnimationMap::const_iterator it = m_compositeAnimations.begin(); it != animations… in numberOfActiveAnimations()
109 typedef HashMap<RenderObject*, RefPtr<CompositeAnimation> > RenderObjectAnimationMap; typedef111 RenderObjectAnimationMap m_compositeAnimations;