HomeSort by relevance Sort by last modified time
    Searched refs:DECLARE_ANIMATED_PROPERTY (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedAngle.h 33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedAngle, SVGAngle, UpperProperty, LowerProperty)
SVGAnimatedBoolean.h 32 DECLARE_ANIMATED_PROPERTY(SVGAnimatedBoolean, bool, UpperProperty, LowerProperty)
SVGAnimatedEnumeration.h 33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedEnumerationPropertyTearOff<EnumType>, EnumType, UpperProperty, LowerProperty)
SVGAnimatedLength.h 33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty)
SVGAnimatedNumber.h 33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedNumber, float, UpperProperty, LowerProperty)
SVGAnimatedPreserveAspectRatio.h 33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedPreserveAspectRatio, SVGPreserveAspectRatio, UpperProperty, LowerProperty)
SVGAnimatedRect.h 34 DECLARE_ANIMATED_PROPERTY(SVGAnimatedRect, SVGRect, UpperProperty, LowerProperty)
SVGAnimatedString.h 33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedString, String, UpperProperty, LowerProperty)
SVGAnimatedInteger.h 33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedInteger, int, UpperProperty, LowerProperty)
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedPropertyMacros.h 169 #define DECLARE_ANIMATED_PROPERTY(TearOffType, PropertyType, UpperProperty, LowerProperty) \
189 DECLARE_ANIMATED_PROPERTY(TearOffType, PropertyType, UpperProperty, LowerProperty) \

Completed in 407 milliseconds