Searched defs:valueAsString (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGBoolean.cpp42 String SVGBoolean::valueAsString() const function in class:blink::SVGBoolean
H A DSVGAngleTearOff.h69 String valueAsString() { return hasExposedAngleUnit() ? target()->valueAsString() : String::number(0); } function in class:blink::FINAL
H A DSVGEnumeration.cpp60 String SVGEnumerationBase::valueAsString() const function in class:blink::SVGEnumerationBase
H A DSVGInteger.cpp49 String SVGInteger::valueAsString() const function in class:blink::SVGInteger
H A DSVGLengthTearOff.cpp93 String SVGLengthTearOff::valueAsString() function in class:blink::SVGLengthTearOff
95 return target()->valueAsString();
H A DSVGNumber.cpp49 String SVGNumber::valueAsString() const function in class:blink::SVGNumber
H A DSVGNumberOptionalNumber.cpp61 String SVGNumberOptionalNumber::valueAsString() const function in class:blink::SVGNumberOptionalNumber
H A DSVGAnimatedColor.cpp30 String SVGColorProperty::valueAsString() const function in class:blink::SVGColorProperty
H A DSVGIntegerOptionalInteger.cpp64 String SVGIntegerOptionalInteger::valueAsString() const function in class:blink::SVGIntegerOptionalInteger
H A DSVGPoint.cpp110 String SVGPoint::valueAsString() const function in class:blink::SVGPoint
H A DSVGRect.cpp110 String SVGRect::valueAsString() const function in class:blink::SVGRect
H A DSVGStringList.cpp121 String SVGStringList::valueAsString() const function in class:blink::SVGStringList
H A DSVGTransform.cpp191 String SVGTransform::valueAsString() const function in class:blink::SVGTransform
H A DSVGAngle.cpp184 String SVGAngle::valueAsString() const function in class:blink::SVGAngle
H A DSVGAnimateElement.cpp219 static inline void applyCSSPropertyToTargetAndInstances(SVGElement* targetElement, const QualifiedName& attributeName, const String& valueAsString) argument
228 applyCSSPropertyToTarget(targetElement, id, valueAsString);
235 applyCSSPropertyToTarget(shadowTreeElement, id, valueAsString);
325 applyCSSPropertyToTargetAndInstances(targetElement(), attributeName(), m_animatedProperty->valueAsString());
H A DSVGLengthList.cpp61 String SVGLengthList::valueAsString() const function in class:blink::SVGLengthList
68 builder.append(it->valueAsString());
73 builder.append(it->valueAsString());
H A DSVGNumberList.cpp46 String SVGNumberList::valueAsString() const function in class:blink::SVGNumberList
53 builder.append(it->valueAsString());
58 builder.append(it->valueAsString());
H A DSVGPathSegList.cpp143 String SVGPathSegList::valueAsString() const function in class:blink::SVGPathSegList
H A DSVGPointList.cpp47 String SVGPointList::valueAsString() const function in class:blink::SVGPointList
54 builder.append(it->valueAsString());
59 builder.append(it->valueAsString());
H A DSVGPreserveAspectRatio.cpp344 String SVGPreserveAspectRatio::valueAsString() const function in class:blink::SVGPreserveAspectRatio
H A DSVGTransformList.cpp212 String SVGTransformList::valueAsString() const function in class:blink::SVGTransformList
219 builder.append(it->valueAsString());
H A DSVGLength.cpp236 String SVGLength::valueAsString() const function in class:blink::SVGLength
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp79 JS_STATIC_PROP_ENTRY(valueAsString)
3294 FX_BOOL Field::valueAsString(OBJ_PROP_PARAMS) function in class:Field

Completed in 209 milliseconds