Searched refs:beginProperties (Results 1 – 3 of 3) sorted by relevance
186 … 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()
82 HashSet<int>::const_iterator beginProperties() const { return m_properties.begin(); } in beginProperties() function
83379 (WebCore::KeyframeList::beginProperties):