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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPointTearOff.cpp 33 #include "core/svg/SVGPointTearOff.h"
41 SVGPointTearOff::SVGPointTearOff(PassRefPtr<SVGPoint> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
47 void SVGPointTearOff::setX(float f, ExceptionState& exceptionState)
58 void SVGPointTearOff::setY(float f, ExceptionState& exceptionState)
69 PassRefPtr<SVGPointTearOff> SVGPointTearOff::matrixTransform(PassRefPtr<SVGMatrixTearOff> matrix)
72 return SVGPointTearOff::create(SVGPoint::create(point), 0, PropertyIsNotAnimVal);
SVGPointTearOff.h 42 class SVGPointTearOff : public SVGPropertyTearOff<SVGPoint>, public ScriptWrappable {
44 static PassRefPtr<SVGPointTearOff> create(PassRefPtr<SVGPoint> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
46 return adoptRef(new SVGPointTearOff(target, contextElement, propertyIsAnimVal, attributeName));
54 PassRefPtr<SVGPointTearOff> matrixTransform(PassRefPtr<SVGMatrixTearOff>);
57 SVGPointTearOff(PassRefPtr<SVGPoint>, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName = QualifiedName::null());

Completed in 69 milliseconds