Searched refs:DECLARE_ANIMATED_PROPERTY (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGAnimatedPropertyMacros.h | 161 #define DECLARE_ANIMATED_PROPERTY(TearOffType, PropertyType, UpperProperty, LowerProperty) \ macro 181 DECLARE_ANIMATED_PROPERTY(TearOffType, PropertyType, UpperProperty, LowerProperty) \
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGAnimatedBoolean.h | 32 DECLARE_ANIMATED_PROPERTY(SVGAnimatedBoolean, bool, UpperProperty, LowerProperty)
|
D | SVGAnimatedPreserveAspectRatio.h | 33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedPreserveAspectRatio, SVGPreserveAspectRatio, UpperProperty, Lo…
|
D | SVGAnimatedString.h | 33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedString, String, UpperProperty, LowerProperty)
|
D | SVGAnimatedAngle.h | 33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedAngle, SVGAngle, UpperProperty, LowerProperty)
|
D | SVGAnimatedRect.h | 34 DECLARE_ANIMATED_PROPERTY(SVGAnimatedRect, SVGRect, UpperProperty, LowerProperty)
|
D | SVGAnimatedEnumeration.h | 33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedEnumerationPropertyTearOff<EnumType>, EnumType, UpperProperty,…
|
D | SVGAnimatedLength.h | 33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty)
|
D | SVGAnimatedNumber.h | 33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedNumber, float, UpperProperty, LowerProperty)
|
D | SVGAnimatedInteger.h | 33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedInteger, int, UpperProperty, LowerProperty)
|