Home
last modified time | relevance | path

Searched refs:SVGPropertyTearOffBase (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGPropertyTearOff.h45 class SVGPropertyTearOffBase : public RefCounted<SVGPropertyTearOffBase> {
47 virtual ~SVGPropertyTearOffBase() { } in ~SVGPropertyTearOffBase()
98SVGPropertyTearOffBase(SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const …
116 class SVGPropertyTearOff : public SVGPropertyTearOffBase {
135 : SVGPropertyTearOffBase(contextElement, propertyIsAnimVal, attributeName) in SVGPropertyTearOffBase() function
DSVGPropertyTearOff.cpp38 void SVGPropertyTearOffBase::commitChange() in commitChange()