Searched refs:createLength (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGAnimatedLength.cpp44 return SVGAnimatedType::createLength(std::make_unique<SVGLength>(m_lengthMode, string));
49 return SVGAnimatedType::createLength(constructFromBaseValue<SVGAnimatedLength>(animatedTypes));
H A DSVGAnimatedType.h50 static std::unique_ptr<SVGAnimatedType> createLength(std::unique_ptr<SVGLength>);
H A DSVGAnimatedType.cpp141 std::unique_ptr<SVGAnimatedType> SVGAnimatedType::createLength(std::unique_ptr<SVGLength> length) function in class:WebCore::SVGAnimatedType

Completed in 91 milliseconds