Home | History | Annotate | Download | only in animation

Lines Matching defs:propertyID

227 static PropertyWrapperBase* wrapperForProperty(int propertyID);
732 static void addPropertyWrapper(int propertyID, PropertyWrapperBase* wrapper)
734 int propIndex = propertyID - firstCSSProperty;
766 int propertyID = animatableShorthandProperties[i];
767 CSSPropertyLonghand longhand = longhandForProperty(propertyID);
769 addPropertyWrapper(propertyID, new ShorthandPropertyWrapper(propertyID, longhand));
782 static PropertyWrapperBase* wrapperForProperty(int propertyID)
784 int propIndex = propertyID - firstCSSProperty;