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

  /external/webkit/WebCore/svg/
SVGAnimatedProperty.h 32 class SVGAnimatedProperty;
41 typedef SVGAnimatedProperty<AnimatedType> Creator;
82 class SVGAnimatedProperty {
84 virtual ~SVGAnimatedProperty() { }
90 SVGAnimatedProperty()
97 SVGAnimatedProperty(const ConstructorParameterOne& value1)
104 SVGAnimatedProperty(const ConstructorParameterOne& value1, const ConstructorParameterTwo& value2)
130 class SVGAnimatedProperty##UpperProperty : public SVGAnimatedProperty<AnimatedType> { \
132 SVGAnimatedProperty##UpperProperty()
    [all...]
SVGAnimatedTemplate.h 142 class SVGAnimatedProperty;
145 PassRefPtr<AnimatedTearOff> lookupOrCreateWrapper(SVGElement* element, SVGAnimatedProperty<AnimatedType>& creator, const QualifiedName& attrName)

Completed in 688 milliseconds