Lines Matching refs:DOMSVGAnimatedPreserveAspectRatio
22 NS_SVG_VAL_IMPL_CYCLE_COLLECTION_WRAPPERCACHED(DOMSVGAnimatedPreserveAspectRatio, mSVGElement) in NS_SVG_VAL_IMPL_CYCLE_COLLECTION_WRAPPERCACHED() argument
24 NS_IMPL_CYCLE_COLLECTING_ADDREF(DOMSVGAnimatedPreserveAspectRatio) in NS_SVG_VAL_IMPL_CYCLE_COLLECTION_WRAPPERCACHED()
25 NS_IMPL_CYCLE_COLLECTING_RELEASE(DOMSVGAnimatedPreserveAspectRatio) in NS_SVG_VAL_IMPL_CYCLE_COLLECTION_WRAPPERCACHED()
27 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(DOMSVGAnimatedPreserveAspectRatio) in NS_SVG_VAL_IMPL_CYCLE_COLLECTION_WRAPPERCACHED()
33 DOMSVGAnimatedPreserveAspectRatio::WrapObject(JSContext* aCx, JS::Handle<JSObject*> aGivenProto) in NS_SVG_VAL_IMPL_CYCLE_COLLECTION_WRAPPERCACHED()
46 static nsSVGAttrTearoffTable<SVGAnimatedPreserveAspectRatio, DOMSVGAnimatedPreserveAspectRatio>
101 DOMSVGAnimatedPreserveAspectRatio::BaseVal() in BaseVal()
123 DOMSVGAnimatedPreserveAspectRatio::AnimVal() in AnimVal()
266 already_AddRefed<DOMSVGAnimatedPreserveAspectRatio>
270 RefPtr<DOMSVGAnimatedPreserveAspectRatio> domAnimatedPAspectRatio = in ToDOMAnimatedPreserveAspectRatio()
273 domAnimatedPAspectRatio = new DOMSVGAnimatedPreserveAspectRatio(this, aSVGElement); in ToDOMAnimatedPreserveAspectRatio()
279 DOMSVGAnimatedPreserveAspectRatio::~DOMSVGAnimatedPreserveAspectRatio() in ~DOMSVGAnimatedPreserveAspectRatio()