Searched refs:m_keyframeAnimations (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/page/animation/
H A DCompositeAnimation.cpp57 m_keyframeAnimations.clear();
72 if (!m_keyframeAnimations.isEmpty()) {
73 m_keyframeAnimations.checkConsistency();
74 AnimationNameMap::const_iterator animationsEnd = m_keyframeAnimations.end();
75 for (AnimationNameMap::const_iterator it = m_keyframeAnimations.begin(); it != animationsEnd; ++it) {
207 if (m_keyframeAnimations.isEmpty() && !targetStyle->hasAnimations())
210 m_keyframeAnimations.checkConsistency();
212 AnimationNameMap::const_iterator kfend = m_keyframeAnimations.end();
217 for (AnimationNameMap::const_iterator it = m_keyframeAnimations.begin(); it != kfend; ++it) {
223 for (AnimationNameMap::const_iterator it = m_keyframeAnimations
[all...]
H A DCompositeAnimation.h69 bool hasAnimations() const { return !m_transitions.isEmpty() || !m_keyframeAnimations.isEmpty(); }
93 AnimationNameMap m_keyframeAnimations; member in class:WebCore::CompositeAnimation

Completed in 105 milliseconds