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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerClutter.h249 Vector<LayerPropertyAnimation> m_uncomittedAnimations; member in class:WebCore::GraphicsLayerClutter
H A DGraphicsLayerClutter.cpp617 if ((numAnimations = m_uncomittedAnimations.size())) {
619 const LayerPropertyAnimation& pendingAnimation = m_uncomittedAnimations[i];
633 m_uncomittedAnimations.clear();
1188 m_uncomittedAnimations.append(LayerPropertyAnimation(clutterAnimation, animationName, valueList.property(), animationIndex, timeOffset));
1247 m_uncomittedAnimations.append(LayerPropertyAnimation(clutterAnimation, animationName, valueList.property(), animationIndex, timeOffset));
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DGraphicsLayerCA.h467 Vector<LayerPropertyAnimation> m_uncomittedAnimations;
H A DGraphicsLayerCA.cpp1910 if ((numAnimations = m_uncomittedAnimations.size())) {
1912 const LayerPropertyAnimation& pendingAnimation = m_uncomittedAnimations[i];
1926 m_uncomittedAnimations.clear();
2079 m_uncomittedAnimations.append(LayerPropertyAnimation(caAnimation, animationName, valueList.property(), animationIndex, 0, timeOffset));
2103 m_uncomittedAnimations.append(LayerPropertyAnimation(caAnimation, animationName, valueList.property(), animationIndex, 0, timeOffset));
2189 m_uncomittedAnimations.append(LayerPropertyAnimation(caAnimation, animationName, valueList.property(), animationIndex, internalFilterPropertyIndex, timeOffset));

Completed in 137 milliseconds