Searched defs:SVGAnimatedLengthList (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedLengthList.h29 typedef SVGAnimatedListPropertyTearOff<SVGLengthList> SVGAnimatedLengthList; typedef in namespace:WebCore
31 // Helper macros to declare/define a SVGAnimatedLengthList object
33 DECLARE_ANIMATED_LIST_PROPERTY(SVGAnimatedLengthList, SVGLengthList, UpperProperty, LowerProperty)
36 DEFINE_ANIMATED_PROPERTY(AnimatedLengthList, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperProperty, LowerProperty, SVGAnimatedLengthList, SVGLengthList)

Completed in 55 milliseconds