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

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedProperty.cpp 22 #include "core/svg/properties/SVGAnimatedProperty.h"
28 SVGAnimatedProperty::SVGAnimatedProperty(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType)
37 SVGAnimatedProperty::~SVGAnimatedProperty()
53 void SVGAnimatedProperty::commitChange()
61 SVGAnimatedProperty::Cache* SVGAnimatedProperty::animatedPropertyCache()
SVGAnimatedProperty.h 32 class SVGAnimatedProperty : public RefCounted<SVGAnimatedProperty> {
46 typedef HashMap<SVGAnimatedPropertyDescription, SVGAnimatedProperty*, SVGAnimatedPropertyDescriptionHash, SVGAnimatedPropertyDescriptionHashTraits> Cache;
48 virtual ~SVGAnimatedProperty();
55 RefPtr<SVGAnimatedProperty> wrapper = animatedPropertyCache()->get(key);
80 SVGAnimatedProperty(SVGElement*, const QualifiedName&, AnimatedPropertyType);

Completed in 99 milliseconds