HomeSort by relevance Sort by last modified time
    Searched refs:constructFromBaseValue (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedBoolean.cpp 42 return SVGAnimatedType::createBoolean(constructFromBaseValue<SVGAnimatedBoolean>(animatedTypes));
SVGAnimatedPreserveAspectRatio.cpp 42 return SVGAnimatedType::createPreserveAspectRatio(constructFromBaseValue<SVGAnimatedPreserveAspectRatio>(animatedTypes));
SVGAnimatedString.cpp 42 return SVGAnimatedType::createString(constructFromBaseValue<SVGAnimatedString>(animatedTypes));
SVGAnimatedInteger.cpp 43 return SVGAnimatedType::createInteger(constructFromBaseValue<SVGAnimatedInteger>(animatedTypes));
SVGAnimatedNumber.cpp 47 return SVGAnimatedType::createNumber(constructFromBaseValue<SVGAnimatedNumber>(animatedTypes));
SVGAnimatedNumberList.cpp 43 return SVGAnimatedType::createNumberList(constructFromBaseValue<SVGAnimatedNumberList>(animatedTypes));
SVGAnimatedPointList.cpp 44 return SVGAnimatedType::createPointList(constructFromBaseValue<SVGAnimatedPointList>(animatedTypes));
SVGAnimatedRect.cpp 43 return SVGAnimatedType::createRect(constructFromBaseValue<SVGAnimatedRect>(animatedTypes));
SVGAnimatedEnumeration.cpp 117 return SVGAnimatedType::createEnumeration(constructFromBaseValue<SVGAnimatedEnumeration>(animatedTypes));
SVGAnimatedLength.cpp 49 return SVGAnimatedType::createLength(constructFromBaseValue<SVGAnimatedLength>(animatedTypes));
SVGAnimatedLengthList.cpp 44 return SVGAnimatedType::createLengthList(constructFromBaseValue<SVGAnimatedLengthList>(animatedTypes));
SVGAnimatedTransformList.cpp 53 return SVGAnimatedType::createTransformList(constructFromBaseValue<SVGAnimatedTransformList>(animatedTypes));
SVGAnimatedTypeAnimator.h 72 typename AnimValType::ContentType* constructFromBaseValue(const SVGElementAnimatedPropertyList& animatedTypes)

Completed in 272 milliseconds