Searched refs:toSVGRect (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGRect.cpp125 m_value += toSVGRect(other)->value();
131 RefPtr<SVGRect> fromRect = animationElement->animationMode() == ToAnimation ? this : toSVGRect(fromValue);
132 RefPtr<SVGRect> toRect = toSVGRect(toValue);
133 RefPtr<SVGRect> toAtEndOfDurationRect = toSVGRect(toAtEndOfDurationValue);
H A DSVGRect.h89 inline PassRefPtr<SVGRect> toSVGRect(PassRefPtr<SVGPropertyBase> passBase) function in namespace:blink

Completed in 194 milliseconds