Searched defs:DEFINE_ANIMATED_NUMBER (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/svg/ |
D | SVGAnimatedNumber.h | 35 #define DEFINE_ANIMATED_NUMBER(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ macro
|
D | SVGStopElement.cpp | 36 DEFINE_ANIMATED_NUMBER(SVGStopElement, SVGNames::offsetAttr, Offset, offset) in DEFINE_ANIMATED_NUMBER() function
|
D | SVGFELightElement.cpp | 39 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::azimuthAttr, Azimuth, azimuth) in DEFINE_ANIMATED_NUMBER() function
|
D | SVGPathElement.cpp | 49 DEFINE_ANIMATED_NUMBER(SVGPathElement, SVGNames::pathLengthAttr, PathLength, pathLength) in DEFINE_ANIMATED_NUMBER() function
|