Lines Matching refs:SVGAnimatedViewBox

69 static SVGAttrTearoffTable<SVGAnimatedViewBox, SVGRect>
71 static SVGAttrTearoffTable<SVGAnimatedViewBox, SVGRect>
73 SVGAttrTearoffTable<SVGAnimatedViewBox, SVGAnimatedRect>
74 SVGAnimatedViewBox::sSVGAnimatedRectTearoffTable;
82 AutoChangeViewBoxNotifier(SVGAnimatedViewBox* aViewBox, in AutoChangeViewBoxNotifier()
104 SVGAnimatedViewBox* const mViewBox;
113 void SVGAnimatedViewBox::Init() { in Init()
123 bool SVGAnimatedViewBox::HasRect() const { in HasRect()
138 void SVGAnimatedViewBox::SetAnimValue(const SVGViewBox& aRect, in SetAnimValue()
152 void SVGAnimatedViewBox::SetBaseValue(const SVGViewBox& aRect, in SetBaseValue()
169 nsresult SVGAnimatedViewBox::SetBaseValueString(const nsAString& aValue, in SetBaseValueString()
190 void SVGAnimatedViewBox::GetBaseValueString(nsAString& aValue) const { in GetBaseValueString()
200 already_AddRefed<SVGAnimatedRect> SVGAnimatedViewBox::ToSVGAnimatedRect( in ToSVGAnimatedRect()
212 already_AddRefed<SVGRect> SVGAnimatedViewBox::ToDOMBaseVal( in ToDOMBaseVal()
240 already_AddRefed<SVGRect> SVGAnimatedViewBox::ToDOMAnimVal( in ToDOMAnimVal()
256 UniquePtr<SMILAttr> SVGAnimatedViewBox::ToSMILAttr(SVGElement* aSVGElement) { in ToSMILAttr()
260 nsresult SVGAnimatedViewBox::SMILViewBox ::ValueFromString( in ValueFromString()
276 SMILValue SVGAnimatedViewBox::SMILViewBox::GetBaseValue() const { in GetBaseValue()
282 void SVGAnimatedViewBox::SMILViewBox::ClearAnimValue() { in ClearAnimValue()
289 nsresult SVGAnimatedViewBox::SMILViewBox::SetAnimValue( in SetAnimValue()