Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/animation/
DAnimationController.cpp68 RefPtr<CompositeAnimation> animation = m_compositeAnimations.get(renderer); in accessCompositeAnimation()
71 m_compositeAnimations.set(renderer, animation); in accessCompositeAnimation()
80 PassRefPtr<CompositeAnimation> animation = m_compositeAnimations.take(renderer); in clear()
92 RenderObjectAnimationMap::const_iterator animationsEnd = m_compositeAnimations.end(); in updateAnimationTimer()
93 …for (RenderObjectAnimationMap::const_iterator it = m_compositeAnimations.begin(); it != animations… in updateAnimationTimer()
200 RefPtr<CompositeAnimation> animation = m_compositeAnimations.get(renderer); in isAnimatingPropertyOnRenderer()
211 RenderObjectAnimationMap::const_iterator animationsEnd = m_compositeAnimations.end(); in suspendAnimations()
212 …for (RenderObjectAnimationMap::const_iterator it = m_compositeAnimations.begin(); it != animations… in suspendAnimations()
227 RenderObjectAnimationMap::const_iterator animationsEnd = m_compositeAnimations.end(); in resumeAnimations()
228 …for (RenderObjectAnimationMap::const_iterator it = m_compositeAnimations.begin(); it != animations… in resumeAnimations()
[all …]
DAnimationControllerPrivate.h68 bool hasAnimations() const { return !m_compositeAnimations.isEmpty(); } in hasAnimations()
98 RenderObjectAnimationMap m_compositeAnimations; variable