HomeSort by relevance Sort by last modified time
    Searched refs:toSVGRect (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGRect.cpp 135 m_value += toSVGRect(other)->value();
141 RefPtr<SVGRect> fromRect = animationElement->animationMode() == ToAnimation ? this : toSVGRect(fromValue);
142 RefPtr<SVGRect> toRect = toSVGRect(toValue);
143 RefPtr<SVGRect> toAtEndOfDurationRect = toSVGRect(toAtEndOfDurationValue);
SVGRect.h 93 inline PassRefPtr<SVGRect> toSVGRect(PassRefPtr<SVGPropertyBase> passBase)

Completed in 60 milliseconds