Searched defs:SVGRectTearOff (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGRectTearOff.cpp33 #include "core/svg/SVGRectTearOff.h"
40 SVGRectTearOff::SVGRectTearOff(PassRefPtr<SVGRect> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName) function in class:WebCore::SVGRectTearOff
46 void SVGRectTearOff::setX(float f, ExceptionState& exceptionState)
57 void SVGRectTearOff::setY(float f, ExceptionState& exceptionState)
68 void SVGRectTearOff::setWidth(float f, ExceptionState& exceptionState)
79 void SVGRectTearOff::setHeight(float f, ExceptionState& exceptionState)
H A DSVGRectTearOff.h40 class SVGRectTearOff : public SVGPropertyTearOff<SVGRect>, public ScriptWrappable { class in namespace:WebCore
42 static PassRefPtr<SVGRectTearOff> create(PassRefPtr<SVGRect> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
44 return adoptRef(new SVGRectTearOff(target, contextElement, propertyIsAnimVal, attributeName));
57 SVGRectTearOff(PassRefPtr<SVGRect>, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName = QualifiedName::null());

Completed in 80 milliseconds