Home
last modified time | relevance | path

Searched refs:RenderObjectAnimationMap (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
DAnimationController.cpp92 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()
DAnimationControllerPrivate.h109 typedef HashMap<RenderObject*, RefPtr<CompositeAnimation> > RenderObjectAnimationMap; typedef
111 RenderObjectAnimationMap m_compositeAnimations;