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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGNumberTearOff.cpp 33 #include "core/svg/SVGNumberTearOff.h"
40 SVGNumberTearOff::SVGNumberTearOff(PassRefPtr<SVGNumber> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
46 void SVGNumberTearOff::setValue(float f, ExceptionState& exceptionState)
SVGNumberTearOff.h 40 class SVGNumberTearOff : public SVGPropertyTearOff<SVGNumber>, public ScriptWrappable {
42 static PassRefPtr<SVGNumberTearOff> create(PassRefPtr<SVGNumber> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
44 return adoptRef(new SVGNumberTearOff(target, contextElement, propertyIsAnimVal, attributeName));
51 SVGNumberTearOff(PassRefPtr<SVGNumber>, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName = QualifiedName::null());

Completed in 297 milliseconds