Home
last modified time | relevance | path

Searched refs:endProperties (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
DKeyframeAnimation.cpp185 HashSet<int>::const_iterator endProperties = m_keyframes.endProperties(); in animate() local
186 … for (HashSet<int>::const_iterator it = m_keyframes.beginProperties(); it != endProperties; ++it) { in animate()
222 HashSet<int>::const_iterator endProperties = m_keyframes.endProperties(); in getAnimatedStyle() local
223 … for (HashSet<int>::const_iterator it = m_keyframes.beginProperties(); it != endProperties; ++it) { in getAnimatedStyle()
239 HashSet<int>::const_iterator end = m_keyframes.endProperties(); in hasAnimationForProperty()
363 HashSet<int>::const_iterator end = m_keyframes.endProperties(); in overrideAnimations()
371 HashSet<int>::const_iterator end = m_keyframes.endProperties(); in resumeOverriddenAnimations()
378 HashSet<int>::const_iterator end = m_keyframes.endProperties(); in affectsProperty()
443 HashSet<int>::const_iterator endProperties = m_keyframes.endProperties(); in timeToNextService() local
446 … for (HashSet<int>::const_iterator it = m_keyframes.beginProperties(); it != endProperties; ++it) { in timeToNextService()
/external/webkit/Source/WebCore/rendering/style/
DKeyframeList.h83 HashSet<int>::const_iterator endProperties() const { return m_properties.end(); } in endProperties() function
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1683380 (WebCore::KeyframeList::endProperties):