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

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGAnimatedRect.cpp35 auto animatedType = SVGAnimatedType::createRect(std::make_unique<FloatRect>());
42 return SVGAnimatedType::createRect(constructFromBaseValue<SVGAnimatedRect>(animatedTypes));
H A DSVGAnimatedType.h58 static std::unique_ptr<SVGAnimatedType> createRect(std::unique_ptr<FloatRect>);
H A DSVGAnimatedType.cpp205 std::unique_ptr<SVGAnimatedType> SVGAnimatedType::createRect(std::unique_ptr<FloatRect> rect) function in class:WebCore::SVGAnimatedType

Completed in 194 milliseconds