Searched defs:toSVGLengthList (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimatableStrokeDasharrayList.cpp48 PassRefPtr<SVGLengthList> AnimatableStrokeDasharrayList::toSVGLengthList() const function in class:WebCore::AnimatableStrokeDasharrayList
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGLengthList.cpp31 inline PassRefPtr<SVGLengthList> toSVGLengthList(PassRefPtr<SVGPropertyBase> passBase) function in namespace:WebCore
122 RefPtr<SVGLengthList> otherList = toSVGLengthList(other);
167 RefPtr<SVGLengthList> fromList = toSVGLengthList(fromValue);
168 RefPtr<SVGLengthList> toList = toSVGLengthList(toValue);
169 RefPtr<SVGLengthList> toAtEndOfDurationList = toSVGLengthList(toAtEndOfDurationValue);

Completed in 110 milliseconds