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

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedProperty.cpp 38 SVGAnimatedPropertyBase::SVGAnimatedPropertyBase(AnimatedPropertyType type, SVGElement* contextElement, const QualifiedName& attributeName)
48 SVGAnimatedPropertyBase::~SVGAnimatedPropertyBase()
52 void SVGAnimatedPropertyBase::animationEnded()
57 void SVGAnimatedPropertyBase::synchronizeAttribute()
63 bool SVGAnimatedPropertyBase::isSpecified() const
SVGAnimatedProperty.h 48 class SVGAnimatedPropertyBase : public RefCounted<SVGAnimatedPropertyBase>, public ScriptWrappableBase {
50 virtual ~SVGAnimatedPropertyBase();
91 SVGAnimatedPropertyBase(AnimatedPropertyType, SVGElement*, const QualifiedName& attributeName);
102 WTF_MAKE_NONCOPYABLE(SVGAnimatedPropertyBase);
106 class SVGAnimatedPropertyCommon : public SVGAnimatedPropertyBase {
159 SVGAnimatedPropertyBase::animationEnded();
164 : SVGAnimatedPropertyBase(Property::classType(), contextElement, attributeName)
189 SVGAnimatedPropertyBase::synchronizeAttribute();

Completed in 197 milliseconds