Searched refs:AnimationsMap (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerClutter.h265 typedef HashMap<String, Vector<LayerPropertyAnimation> > AnimationsMap; typedef in class:WebCore::GraphicsLayerClutter
266 AnimationsMap m_runningAnimations;
H A DGraphicsLayerClutter.cpp423 AnimationsMap::const_iterator end = m_runningAnimations.end();
424 for (AnimationsMap::const_iterator it = m_runningAnimations.begin(); it != end; ++it) {
591 AnimationsMap::iterator animationIt = m_runningAnimations.find(currAnimationName);
622 AnimationsMap::iterator it = m_runningAnimations.find(pendingAnimation.m_name);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DGraphicsLayerCA.h483 typedef HashMap<String, Vector<LayerPropertyAnimation> > AnimationsMap;
484 AnimationsMap m_runningAnimations;
H A DGraphicsLayerCA.cpp505 AnimationsMap::const_iterator end = m_runningAnimations.end();
506 for (AnimationsMap::const_iterator it = m_runningAnimations.begin(); it != end; ++it) {
1884 AnimationsMap::iterator animationIt = m_runningAnimations.find(currAnimationName);
1915 AnimationsMap::iterator it = m_runningAnimations.find(pendingAnimation.m_name);
1932 AnimationsMap::const_iterator end = m_runningAnimations.end();
1933 for (AnimationsMap::const_iterator it = m_runningAnimations.begin(); it != end; ++it) {

Completed in 125 milliseconds