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

/external/webkit/Source/WebCore/svg/
H A DSVGAnimatedEnumeration.h29 typedef SVGAnimatedStaticPropertyTearOff<int> SVGAnimatedEnumeration; typedef in namespace:WebCore
31 // Helper macros to declare/define a SVGAnimatedEnumeration object
33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedEnumeration, int, UpperProperty, LowerProperty)
36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedEnumeration, int, UpperProperty, LowerProperty)
39 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, SVGAnimatedEnumeration, int, UpperProperty, LowerProperty)

Completed in 49 milliseconds