Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedTransformListPropertyTearOff.h29 class SVGAnimatedTransformListPropertyTearOff : public SVGAnimatedListPropertyTearOff<SVGTransformL…
45 …static PassRefPtr<SVGAnimatedTransformListPropertyTearOff> create(SVGElement* contextElement, cons… in create()
48 …return adoptRef(new SVGAnimatedTransformListPropertyTearOff(contextElement, attributeName, animate… in create()
52SVGAnimatedTransformListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attribute… in SVGAnimatedTransformListPropertyTearOff() function
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedTransformList.h28 typedef SVGAnimatedTransformListPropertyTearOff SVGAnimatedTransformList;