Searched refs:fromCSSPrimitiveValue (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/css/
H A DSVGCSSStyleSelector.cpp154 svgStyle.setBaselineShiftValue(SVGLength::fromCSSPrimitiveValue(primitiveValue));
163 svgStyle.setKerning(SVGLength::fromCSSPrimitiveValue(primitiveValue));
296 svgStyle.setStrokeWidth(SVGLength::fromCSSPrimitiveValue(primitiveValue));
317 array.append(SVGLength::fromCSSPrimitiveValue(dash));
327 svgStyle.setStrokeDashOffset(SVGLength::fromCSSPrimitiveValue(primitiveValue));
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGLength.h100 static SVGLength fromCSSPrimitiveValue(CSSPrimitiveValue*);
H A DSVGLength.cpp284 SVGLength SVGLength::fromCSSPrimitiveValue(CSSPrimitiveValue* value) function in class:WebCore::SVGLength

Completed in 409 milliseconds