Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/animation/
DKeyframeAnimation.cpp186 … for (HashSet<int>::const_iterator it = m_keyframes.beginProperties(); it != endProperties; ++it) { in animate()
223 … for (HashSet<int>::const_iterator it = m_keyframes.beginProperties(); it != endProperties; ++it) { in getAnimatedStyle()
240 for (HashSet<int>::const_iterator it = m_keyframes.beginProperties(); it != end; ++it) { in hasAnimationForProperty()
364 for (HashSet<int>::const_iterator it = m_keyframes.beginProperties(); it != end; ++it) in overrideAnimations()
372 for (HashSet<int>::const_iterator it = m_keyframes.beginProperties(); it != end; ++it) in resumeOverriddenAnimations()
379 for (HashSet<int>::const_iterator it = m_keyframes.beginProperties(); it != end; ++it) { in affectsProperty()
446 … for (HashSet<int>::const_iterator it = m_keyframes.beginProperties(); it != endProperties; ++it) { in timeToNextService()
/external/webkit/Source/WebCore/rendering/style/
DKeyframeList.h82 HashSet<int>::const_iterator beginProperties() const { return m_properties.begin(); } in beginProperties() function
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1683379 (WebCore::KeyframeList::beginProperties):