Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedInteger.cpp81 …Count, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimated… in calculateAnimatedValue() argument
88 int toAtEndOfDurationInteger = toAtEndOfDuration->integer(); in calculateAnimatedValue()
DSVGAnimatedNumber.cpp85 …Count, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimated… in calculateAnimatedValue() argument
92 float toAtEndOfDurationNumber = toAtEndOfDuration->number(); in calculateAnimatedValue()
DSVGAnimatedNumberList.cpp82 …Count, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimated… in calculateAnimatedValue() argument
88 const SVGNumberList& toAtEndOfDurationNumberList = toAtEndOfDuration->numberList(); in calculateAnimatedValue()
DSVGAnimatedIntegerOptionalInteger.cpp88 …Count, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimated… in calculateAnimatedValue() argument
95 … const pair<int, int>& toAtEndOfDurationIntegerPair = toAtEndOfDuration->integerOptionalInteger(); in calculateAnimatedValue()
DSVGAnimatedRect.cpp74 …Count, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimated… in calculateAnimatedValue() argument
81 const SVGRect& toAtEndOfDurationRect = toAtEndOfDuration->rect(); in calculateAnimatedValue()
DSVGAnimatedNumberOptionalNumber.cpp85 …Count, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimated… in calculateAnimatedValue() argument
92 … const pair<float, float>& toAtEndOfDurationNumberPair = toAtEndOfDuration->numberOptionalNumber(); in calculateAnimatedValue()
DSVGAnimatedPointList.cpp82 …Count, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimated… in calculateAnimatedValue() argument
88 const SVGPointList& toAtEndOfDurationPointList = toAtEndOfDuration->pointList(); in calculateAnimatedValue()
DSVGAnimatedColor.cpp65 …Count, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimated… in calculateAnimatedValue() argument
72 const Color& toAtEndOfDurationColor = toAtEndOfDuration->color(); in calculateAnimatedValue()
DSVGAnimatedLength.cpp89 …Count, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimated… in calculateAnimatedValue() argument
96 const SVGLength& toAtEndOfDurationSVGLength = toAtEndOfDuration->length(); in calculateAnimatedValue()
DSVGAnimatedTransformList.cpp95 …Count, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimated… in calculateAnimatedValue() argument
105 const SVGTransformList& toAtEndOfDurationTransformList = toAtEndOfDuration->transformList(); in calculateAnimatedValue()
DSVGAnimatedLengthList.cpp91 …Count, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimated… in calculateAnimatedValue() argument
98 const SVGLengthList& toAtEndOfDurationLengthList = toAtEndOfDuration->lengthList(); in calculateAnimatedValue()
DSVGAnimatedPath.cpp104 …Count, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimated… in calculateAnimatedValue() argument
111 SVGPathByteStream* toAtEndOfDurationPath = toAtEndOfDuration->path(); in calculateAnimatedValue()
DSVGAnimatedAngle.cpp89 …Count, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimated… in calculateAnimatedValue() argument
96 …const pair<SVGAngle, unsigned>& toAtEndOfDurationAngleAndEnumeration = toAtEndOfDuration->angleAnd… in calculateAnimatedValue()