Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/animation/
DCompositeAnimation.cpp68 AnimationNameMap::const_iterator animationsEnd = m_keyframeAnimations.end(); in clearRenderer()
69 …for (AnimationNameMap::const_iterator it = m_keyframeAnimations.begin(); it != animationsEnd; ++it… in clearRenderer()
203 AnimationNameMap::const_iterator kfend = m_keyframeAnimations.end(); in updateKeyframeAnimations()
208 … for (AnimationNameMap::const_iterator it = m_keyframeAnimations.begin(); it != kfend; ++it) { in updateKeyframeAnimations()
214 for (AnimationNameMap::const_iterator it = m_keyframeAnimations.begin(); it != kfend; ++it) in updateKeyframeAnimations()
263 for (AnimationNameMap::const_iterator it = m_keyframeAnimations.begin(); it != kfend; ++it) { in updateKeyframeAnimations()
341 AnimationNameMap::const_iterator animationsEnd = m_keyframeAnimations.end(); in setAnimating()
342 …for (AnimationNameMap::const_iterator it = m_keyframeAnimations.begin(); it != animationsEnd; ++it… in setAnimating()
368 AnimationNameMap::const_iterator animationsEnd = m_keyframeAnimations.end(); in timeToNextService()
369 …for (AnimationNameMap::const_iterator it = m_keyframeAnimations.begin(); it != animationsEnd; ++it… in timeToNextService()
[all …]
DCompositeAnimation.h98 typedef HashMap<AtomicStringImpl*, RefPtr<KeyframeAnimation> > AnimationNameMap; typedef
102 AnimationNameMap m_keyframeAnimations;