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

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedLength.cpp39 baseValue()->setValueAsString(value, ASSERT_NO_EXCEPTION);
46 baseValue()->setValueAsString(value, es);
H A DRadialGradientAttributes.h41 m_cx->setValueAsString("50%", IGNORE_EXCEPTION);
42 m_cy->setValueAsString("50%", IGNORE_EXCEPTION);
43 m_r->setValueAsString("50%", IGNORE_EXCEPTION);
H A DSVGAngleTearOff.cpp104 void SVGAngleTearOff::setValueAsString(const String& value, ExceptionState& exceptionState) function in class:blink::SVGAngleTearOff
113 target()->setValueAsString(value, exceptionState);
116 target()->setValueAsString(oldValue, ASSERT_NO_EXCEPTION); // rollback to old value
H A DSVGBoolean.cpp47 void SVGBoolean::setValueAsString(const String& value, ExceptionState& exceptionState) function in class:blink::SVGBoolean
H A DSVGNumberList.h53 void setValueAsString(const String&, ExceptionState&);
H A DSVGPointList.h53 void setValueAsString(const String&, ExceptionState&);
H A DSVGStaticStringList.cpp90 m_value->setValueAsString(value, es);
H A DSVGEnumeration.cpp56 svgEnumeration->setValueAsString(value, IGNORE_EXCEPTION);
89 void SVGEnumerationBase::setValueAsString(const String& string, ExceptionState& exceptionState) function in class:blink::SVGEnumerationBase
H A DSVGLengthTearOff.cpp98 void SVGLengthTearOff::setValueAsString(const String& str, ExceptionState& es) function in class:blink::SVGLengthTearOff
105 target()->setValueAsString(str, es);
H A DSVGNumber.h58 virtual void setValueAsString(const String&, ExceptionState&);
94 virtual void setValueAsString(const String&, ExceptionState&) OVERRIDE;
H A DSVGNumber.cpp70 void SVGNumber::setValueAsString(const String& string, ExceptionState& exceptionState) function in class:blink::SVGNumber
120 void SVGNumberAcceptPercentage::setValueAsString(const String& string, ExceptionState& exceptionState) function in class:blink::SVGNumberAcceptPercentage
H A DLinearGradientAttributes.h37 m_x2->setValueAsString("100%", ASSERT_NO_EXCEPTION);
H A DSVGAngleTearOff.h70 void setValueAsString(const String&, ExceptionState&);
H A DSVGAnimatedTypeAnimator.cpp93 property->setValueAsString(value, IGNORE_EXCEPTION);
98 property->setValueAsString(value, IGNORE_EXCEPTION);
103 property->setValueAsString(value, IGNORE_EXCEPTION);
108 property->setValueAsString(value, IGNORE_EXCEPTION);
H A DSVGBoolean.h52 void setValueAsString(const String&, ExceptionState&);
H A DSVGInteger.cpp54 void SVGInteger::setValueAsString(const String& string, ExceptionState& exceptionState) function in class:blink::SVGInteger
H A DSVGInteger.h56 virtual void setValueAsString(const String&, ExceptionState&);
H A DSVGIntegerOptionalInteger.h53 void setValueAsString(const String&, ExceptionState&);
H A DSVGLengthList.h53 void setValueAsString(const String&, ExceptionState&);
H A DSVGLengthTearOff.h70 void setValueAsString(const String&, ExceptionState&);
H A DSVGNumberOptionalNumber.h53 void setValueAsString(const String&, ExceptionState&);
H A DSVGString.h63 void setValueAsString(const String& value, ExceptionState&) { m_value = value; } function in class:blink::SVGString
H A DSVGStringList.h77 void setValueAsString(const String&, ExceptionState&);
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGPropertyHelper.h24 property->setValueAsString(value, IGNORE_EXCEPTION);
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableValueTestHelperTest.cpp76 length1cm->setValueAsString("1cm", ASSERT_NO_EXCEPTION);
77 length2cm->setValueAsString("2cm", ASSERT_NO_EXCEPTION);

Completed in 1821 milliseconds

12