Searched refs:setValueAsString (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAngle.h53 void setValueAsString(const String&, ExceptionCode&);
H A DSVGLengthList.cpp49 length.setValueAsString(valueString, ec);
H A DSVGAnimatedAngle.cpp38 sharedAngle.setValueAsString(valueAsString, ASSERT_NO_EXCEPTION);
154 from.setValueAsString(fromString, ASSERT_NO_EXCEPTION);
156 to.setValueAsString(toString, ASSERT_NO_EXCEPTION);
H A DSVGLength.cpp128 setValueAsString(valueAsString, IGNORE_EXCEPTION);
144 void SVGLength::setValueAsString(const String& valueAsString, SVGLengthMode mode, ExceptionCode& ec) function in class:WebCore::SVGLength
148 setValueAsString(valueAsString, ec);
167 length.setValueAsString(valueAsString, ec);
223 void SVGLength::setValueAsString(const String& string, ExceptionCode& ec) function in class:WebCore::SVGLength
H A DSVGLength.h83 void setValueAsString(const String&, ExceptionCode&);
84 void setValueAsString(const String&, SVGLengthMode, ExceptionCode&);
H A DSVGMarkerElement.h91 angle.setValueAsString(value, ec);
H A DSVGAngle.cpp137 void SVGAngle::setValueAsString(const String& value, ExceptionCode& ec) function in class:WebCore::SVGAngle
H A DSVGAnimatedLength.cpp39 sharedLength.setValueAsString(valueAsString, mode, ASSERT_NO_EXCEPTION);
H A DSVGAnimatedType.cpp275 bool SVGAnimatedType::setValueAsString(const QualifiedName& attrName, const String& value) function in class:WebCore::SVGAnimatedType
285 m_data.length->setValueAsString(value, SVGLength::lengthModeForAnimatedLengthAttribute(attrName), ec);
305 // These types don't appear in the table in SVGStyledElement::cssPropertyToTypeMap() and thus don't need setValueAsString() support.
318 // Only SVG DOM animations use these property types - that means setValueAsString() is never used for those.
H A DSVGAnimatedType.h272 bool setValueAsString(const QualifiedName&, const String&);
H A DSVGAnimateElement.cpp235 m_animatedType->setValueAsString(attributeName, baseValue);

Completed in 106 milliseconds