Searched refs:endProperties (Results 1 – 3 of 3) sorted by relevance
185 HashSet<int>::const_iterator endProperties = m_keyframes.endProperties(); in animate() local186 … 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() local223 … 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() local446 … for (HashSet<int>::const_iterator it = m_keyframes.beginProperties(); it != endProperties; ++it) { in timeToNextService()
83 HashSet<int>::const_iterator endProperties() const { return m_properties.end(); } in endProperties() function
83380 (WebCore::KeyframeList::endProperties):