Searched refs:SVGAnimatedBoolean (Results 1 – 25 of 78) sorted by relevance
1234
39 class SVGAnimatedBoolean FINAL : public SVGAnimatedProperty<SVGBoolean> {41 …static PassRefPtr<SVGAnimatedBoolean> create(SVGElement* contextElement, const QualifiedName& attr… in create()43 return adoptRef(new SVGAnimatedBoolean(contextElement, attributeName, initialValue)); in create()47 …SVGAnimatedBoolean(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGB… in SVGAnimatedBoolean() function
42 SVGAnimatedBoolean* preserveAlpha() { return m_preserveAlpha.get(); } in preserveAlpha()71 RefPtr<SVGAnimatedBoolean> m_preserveAlpha;
30 ] interface SVGAnimatedBoolean {
49 readonly attribute SVGAnimatedBoolean preserveAlpha; // in SVG 1.1, removed in SVG 2
55 …, m_preserveAlpha(SVGAnimatedBoolean::create(this, SVGNames::preserveAlphaAttr, SVGBoolean::create… in SVGFEConvolveMatrixElement()
300 ../../core/svg/SVGAnimatedBoolean.idl
306 ../../core/svg/SVGAnimatedBoolean.idl
22 …AnimatedAngle.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.idl $(LOCAL_…
306 ../../../core/svg/SVGAnimatedBoolean.idl