Searched refs:SVGPointListTearOff (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPointListTearOff.h39 class SVGPointListTearOff FINAL
40 : public SVGListPropertyTearOffHelper<SVGPointListTearOff, SVGPointList>
44 static PassRefPtr<SVGPointListTearOff> create(PassRefPtr<SVGPointList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
46 return adoptRef(new SVGPointListTearOff(target, contextElement, propertyIsAnimVal, attributeName));
50 SVGPointListTearOff(PassRefPtr<SVGPointList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) function in class:blink::FINAL
51 : SVGListPropertyTearOffHelper<SVGPointListTearOff, SVGPointList>(target, contextElement, propertyIsAnimVal, attributeName) { }
H A DSVGPolyElement.h35 PassRefPtr<SVGPointListTearOff> pointsFromJavascript() { return m_points->baseVal(); }
36 PassRefPtr<SVGPointListTearOff> animatedPoints() { return m_points->animVal(); }
H A DSVGPointList.h40 class SVGPointListTearOff;
44 typedef SVGPointListTearOff TearOffType;
H A DSVGPointList.idl27 ImplementedAs=SVGPointListTearOff,

Completed in 440 milliseconds