HomeSort by relevance Sort by last modified time
    Searched defs:SVGRectTearOff (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGRectTearOff.cpp 33 #include "core/svg/SVGRectTearOff.h"
40 SVGRectTearOff::SVGRectTearOff(PassRefPtr<SVGRect> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
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)
SVGRectTearOff.h 40 class SVGRectTearOff : public SVGPropertyTearOff<SVGRect>, public ScriptWrappable {
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 275 milliseconds