Home
last modified time | relevance | path

Searched refs:resetFromBaseValue (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedBoolean.cpp52 resetFromBaseValue<SVGAnimatedBoolean>(animatedTypes, type, &SVGAnimatedType::boolean); in resetAnimValToBaseVal()
DSVGAnimatedPreserveAspectRatio.cpp52resetFromBaseValue<SVGAnimatedPreserveAspectRatio>(animatedTypes, type, &SVGAnimatedType::preserve… in resetAnimValToBaseVal()
DSVGAnimatedString.cpp52 resetFromBaseValue<SVGAnimatedString>(animatedTypes, type, &SVGAnimatedType::string); in resetAnimValToBaseVal()
DSVGAnimatedInteger.cpp53 resetFromBaseValue<SVGAnimatedInteger>(animatedTypes, type, &SVGAnimatedType::integer); in resetAnimValToBaseVal()
DSVGAnimatedNumber.cpp57 resetFromBaseValue<SVGAnimatedNumber>(animatedTypes, type, &SVGAnimatedType::number); in resetAnimValToBaseVal()
DSVGAnimatedNumberList.cpp53 resetFromBaseValue<SVGAnimatedNumberList>(animatedTypes, type, &SVGAnimatedType::numberList); in resetAnimValToBaseVal()
DSVGAnimatedRect.cpp53 resetFromBaseValue<SVGAnimatedRect>(animatedTypes, type, &SVGAnimatedType::rect); in resetAnimValToBaseVal()
DSVGAnimatedPointList.cpp53 resetFromBaseValue<SVGAnimatedPointList>(animatedTypes, type, &SVGAnimatedType::pointList); in resetAnimValToBaseVal()
DSVGAnimatedLength.cpp59 resetFromBaseValue<SVGAnimatedLength>(animatedTypes, type, &SVGAnimatedType::length); in resetAnimValToBaseVal()
DSVGAnimatedTransformList.cpp63resetFromBaseValue<SVGAnimatedTransformList>(animatedTypes, type, &SVGAnimatedType::transformList); in resetAnimValToBaseVal()
DSVGAnimatedLengthList.cpp54 resetFromBaseValue<SVGAnimatedLengthList>(animatedTypes, type, &SVGAnimatedType::lengthList); in resetAnimValToBaseVal()
DSVGAnimatedEnumeration.cpp127 resetFromBaseValue<SVGAnimatedEnumeration>(animatedTypes, type, &SVGAnimatedType::enumeration); in resetAnimValToBaseVal()
DSVGAnimatedTypeAnimator.h83 …void resetFromBaseValue(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type… in resetFromBaseValue() function