Searched refs:constructFromBaseValue (Results 1 – 13 of 13) sorted by relevance
42 … return SVGAnimatedType::createBoolean(constructFromBaseValue<SVGAnimatedBoolean>(animatedTypes)); in startAnimValAnimation()
42 …return SVGAnimatedType::createPreserveAspectRatio(constructFromBaseValue<SVGAnimatedPreserveAspect… in startAnimValAnimation()
42 return SVGAnimatedType::createString(constructFromBaseValue<SVGAnimatedString>(animatedTypes)); in startAnimValAnimation()
43 … return SVGAnimatedType::createInteger(constructFromBaseValue<SVGAnimatedInteger>(animatedTypes)); in startAnimValAnimation()
47 return SVGAnimatedType::createNumber(constructFromBaseValue<SVGAnimatedNumber>(animatedTypes)); in startAnimValAnimation()
43 …return SVGAnimatedType::createNumberList(constructFromBaseValue<SVGAnimatedNumberList>(animatedTyp… in startAnimValAnimation()
43 return SVGAnimatedType::createRect(constructFromBaseValue<SVGAnimatedRect>(animatedTypes)); in startAnimValAnimation()
43 …return SVGAnimatedType::createPointList(constructFromBaseValue<SVGAnimatedPointList>(animatedTypes… in startAnimValAnimation()
49 return SVGAnimatedType::createLength(constructFromBaseValue<SVGAnimatedLength>(animatedTypes)); in startAnimValAnimation()
53 …return SVGAnimatedType::createTransformList(constructFromBaseValue<SVGAnimatedTransformList>(anima… in startAnimValAnimation()
44 …return SVGAnimatedType::createLengthList(constructFromBaseValue<SVGAnimatedLengthList>(animatedTyp… in startAnimValAnimation()
117 …return SVGAnimatedType::createEnumeration(constructFromBaseValue<SVGAnimatedEnumeration>(animatedT… in startAnimValAnimation()
72 …typename AnimValType::ContentType* constructFromBaseValue(const SVGElementAnimatedPropertyList& an… in constructFromBaseValue() function