Home
last modified time | relevance | path

Searched refs:setValueAsString (Results 1 – 25 of 48) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAngleTearOff.cpp105 void SVGAngleTearOff::setValueAsString(const String& value, ExceptionState& exceptionState) in setValueAsString() function in WebCore::SVGAngleTearOff
114 target()->setValueAsString(value, exceptionState); in setValueAsString()
117 target()->setValueAsString(oldValue, ASSERT_NO_EXCEPTION); // rollback to old value in setValueAsString()
DRadialGradientAttributes.h41 m_cx->setValueAsString("50%", IGNORE_EXCEPTION); in RadialGradientAttributes()
42 m_cy->setValueAsString("50%", IGNORE_EXCEPTION); in RadialGradientAttributes()
43 m_r->setValueAsString("50%", IGNORE_EXCEPTION); in RadialGradientAttributes()
DSVGAnimatedLength.cpp39 baseValue()->setValueAsString(value, ASSERT_NO_EXCEPTION); in setDefaultValueAsString()
46 baseValue()->setValueAsString(value, es); in setBaseValueAsString()
DSVGNumber.cpp53 svgNumber->setValueAsString(value, IGNORE_EXCEPTION); in cloneForAnimation()
78 void SVGNumber::setValueAsString(const String& string, ExceptionState& exceptionState) in setValueAsString() function in WebCore::SVGNumber
128 void SVGNumberAcceptPercentage::setValueAsString(const String& string, ExceptionState& exceptionSta… in setValueAsString() function in WebCore::SVGNumberAcceptPercentage
DSVGBoolean.cpp45 svgBoolean->setValueAsString(value, IGNORE_EXCEPTION); in cloneForAnimation()
54 void SVGBoolean::setValueAsString(const String& value, ExceptionState& exceptionState) in setValueAsString() function in WebCore::SVGBoolean
DSVGAnimatedTypeAnimator.cpp93 property->setValueAsString(value, IGNORE_EXCEPTION); in createPropertyForAnimation()
98 property->setValueAsString(value, IGNORE_EXCEPTION); in createPropertyForAnimation()
103 property->setValueAsString(value, IGNORE_EXCEPTION); in createPropertyForAnimation()
108 property->setValueAsString(value, IGNORE_EXCEPTION); in createPropertyForAnimation()
DSVGInteger.cpp53 svgInteger->setValueAsString(value, IGNORE_EXCEPTION); in cloneForAnimation()
62 void SVGInteger::setValueAsString(const String& string, ExceptionState& exceptionState) in setValueAsString() function in WebCore::SVGInteger
DSVGNumber.h60 virtual void setValueAsString(const String&, ExceptionState&);
96 virtual void setValueAsString(const String&, ExceptionState&) OVERRIDE;
DSVGLengthTearOff.cpp98 void SVGLengthTearOff::setValueAsString(const String& str, ExceptionState& es) in setValueAsString() function in WebCore::SVGLengthTearOff
105 target()->setValueAsString(str, es); in setValueAsString()
DSVGEnumeration.cpp56 svgEnumeration->setValueAsString(value, IGNORE_EXCEPTION); in cloneForAnimation()
89 void SVGEnumerationBase::setValueAsString(const String& string, ExceptionState& exceptionState) in setValueAsString() function in WebCore::SVGEnumerationBase
DSVGLengthList.cpp57 ret->setValueAsString(value, IGNORE_EXCEPTION); in cloneForAnimation()
95 length->setValueAsString(valueString, exceptionState); in parseInternal()
103 void SVGLengthList::setValueAsString(const String& value, ExceptionState& exceptionState) in setValueAsString() function in WebCore::SVGLengthList
DSVGPoint.cpp64 point->setValueAsString(value, IGNORE_EXCEPTION); in cloneForAnimation()
100 void SVGPoint::setValueAsString(const String& string, ExceptionState& exceptionState) in setValueAsString() function in WebCore::SVGPoint
DSVGStringList.cpp111 void SVGStringList::setValueAsString(const String& data, ExceptionState&) in setValueAsString() function in WebCore::SVGStringList
131 svgStringList->setValueAsString(string, IGNORE_EXCEPTION); in cloneForAnimation()
DSVGRect.cpp62 rect->setValueAsString(value, IGNORE_EXCEPTION); in cloneForAnimation()
96 void SVGRect::setValueAsString(const String& string, ExceptionState& exceptionState) in setValueAsString() function in WebCore::SVGRect
DSVGStaticStringList.cpp90 m_value->setValueAsString(value, es); in setBaseValueAsString()
DSVGPathSegList.cpp71 svgPathSegList->setValueAsString(value, IGNORE_EXCEPTION); in cloneForAnimation()
153 void SVGPathSegList::setValueAsString(const String& string, ExceptionState& exceptionState) in setValueAsString() function in WebCore::SVGPathSegList
DSVGNumberList.cpp56 svgNumberList->setValueAsString(value, IGNORE_EXCEPTION); in cloneForAnimation()
94 void SVGNumberList::setValueAsString(const String& value, ExceptionState& exceptionState) in setValueAsString() function in WebCore::SVGNumberList
DSVGPointList.cpp57 svgPointList->setValueAsString(value, IGNORE_EXCEPTION); in cloneForAnimation()
113 void SVGPointList::setValueAsString(const String& value, ExceptionState& exceptionState) in setValueAsString() function in WebCore::SVGPointList
DSVGNumberList.h55 void setValueAsString(const String&, ExceptionState&);
DSVGLengthTearOff.h69 void setValueAsString(const String&, ExceptionState&);
DSVGPointList.h55 void setValueAsString(const String&, ExceptionState&);
DSVGTransformList.h64 void setValueAsString(const String&, ExceptionState&);
DSVGLengthList.h55 void setValueAsString(const String&, ExceptionState&);
DLinearGradientAttributes.h37 m_x2->setValueAsString("100%", ASSERT_NO_EXCEPTION); in LinearGradientAttributes()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableValueTestHelperTest.cpp76 length1cm->setValueAsString("1cm", ASSERT_NO_EXCEPTION); in TEST_F()
77 length2cm->setValueAsString("2cm", ASSERT_NO_EXCEPTION); in TEST_F()

12