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

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

Completed in 245 milliseconds