Searched refs:SVGPropertyTearOffBase (Results 1 – 2 of 2) sorted by relevance
45 class SVGPropertyTearOffBase : public RefCounted<SVGPropertyTearOffBase> {47 virtual ~SVGPropertyTearOffBase() { } in ~SVGPropertyTearOffBase()98 …SVGPropertyTearOffBase(SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const …116 class SVGPropertyTearOff : public SVGPropertyTearOffBase {135 : SVGPropertyTearOffBase(contextElement, propertyIsAnimVal, attributeName) in SVGPropertyTearOffBase() function
38 void SVGPropertyTearOffBase::commitChange() in commitChange()