Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/animation/
DCompositeAnimation.cpp529 … HashSet<int> shorthandProperties = AnimationBase::animatableShorthandsAffectingProperty(property); in pauseTransitionAtTime() local
531 HashSet<int>::const_iterator end = shorthandProperties.end(); in pauseTransitionAtTime()
532 for (HashSet<int>::const_iterator it = shorthandProperties.begin(); it != end; ++it) { in pauseTransitionAtTime()