Home
last modified time | relevance | path

Searched refs:nsSVGElement (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DnsSVGElement.cpp73 RefPtr<nsSVGElement> it = new nsSVGElement(aNodeInfo); in NS_NewSVGElement()
92 nsSVGElement::nsSVGElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo) in nsSVGElement() function in nsSVGElement
123 nsSVGElement::DidAnimateClass() in DidAnimateClass()
139 nsSVGElement::Init() in Init()
1079 nsSVGElement::sMaskMap[] = {
1114 nsSVGElement*
1121 nsSVGElement::ClassName() in ClassName()
1557 nsSVGElement::GetCtx() const in GetCtx()
2156 nsSVGElement::GetAngleInfo() in GetAngleInfo()
2243 nsSVGElement::GetEnumInfo() in GetEnumInfo()
[all …]
H A DnsSVGAngle.h17 class nsSVGElement; variable
52 nsSVGElement *aSVGElement,
62 void SetBaseValue(float aValue, nsSVGElement *aSVGElement, bool aDoSetAttr);
63 void SetAnimValue(float aValue, uint8_t aUnit, nsSVGElement *aSVGElement);
72 ToDOMAnimatedAngle(nsSVGElement* aSVGElement);
74 nsISMILAttr* ToSMILAttr(nsSVGElement* aSVGElement);
87 void SetBaseValueInSpecifiedUnits(float aValue, nsSVGElement *aSVGElement);
89 nsSVGElement *aSVGElement);
90 nsresult ConvertToSpecifiedUnits(uint16_t aUnitType, nsSVGElement *aSVGElement);
105 nsSVGElement* aSVGElement) in SMILOrient()
[all …]
H A DnsSVGLength2.h56 explicit SVGElementMetrics(nsSVGElement* aSVGElement,
66 nsSVGElement* mSVGElement;
114 nsSVGElement *aSVGElement,
119 float GetBaseValue(nsSVGElement* aSVGElement) const in GetBaseValue()
122 float GetAnimValue(nsSVGElement* aSVGElement) const in GetAnimValue()
153 ToDOMAnimatedLength(nsSVGElement* aSVGElement);
156 nsISMILAttr* ToSMILAttr(nsSVGElement* aSVGElement);
177 void SetAnimValue(float aValue, nsSVGElement *aSVGElement);
180 nsSVGElement *aSVGElement);
189 SMILLength(nsSVGLength2* aVal, nsSVGElement *aSVGElement) in SMILLength()
[all …]
H A DSVGAnimatedPreserveAspectRatio.h37 nsSVGElement *aSVGElement,
42 nsSVGElement *aSVGElement);
43 nsresult SetBaseAlign(uint16_t aAlign, nsSVGElement *aSVGElement) { in SetBaseAlign()
62 void SetAnimValue(uint64_t aPackedValue, nsSVGElement *aSVGElement);
74 ToDOMAnimatedPreserveAspectRatio(nsSVGElement* aSVGElement);
76 nsISMILAttr* ToSMILAttr(nsSVGElement* aSVGElement);
90 nsSVGElement* aSVGElement) in SMILPreserveAspectRatio()
97 nsSVGElement* mSVGElement;
120 nsSVGElement *aSVGElement) in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS()
126 nsSVGElement* GetParentObject() const { return mSVGElement; } in GetParentObject()
[all …]
H A DnsSVGClass.h17 class nsSVGElement; variable
34 nsSVGElement *aSVGElement,
36 void GetBaseValue(nsAString& aValue, const nsSVGElement *aSVGElement) const;
38 void SetAnimValue(const nsAString& aValue, nsSVGElement *aSVGElement);
39 void GetAnimValue(nsAString& aValue, const nsSVGElement *aSVGElement) const;
44 ToDOMAnimatedString(nsSVGElement* aSVGElement);
47 nsISMILAttr* ToSMILAttr(nsSVGElement *aSVGElement);
57 SMILString(nsSVGClass *aVal, nsSVGElement *aSVGElement) in SMILString()
64 nsSVGElement* mSVGElement;
H A DnsSVGEnum.h43 nsresult SetBaseValueAtom(const nsIAtom* aValue, nsSVGElement *aSVGElement);
44 nsIAtom* GetBaseValueAtom(nsSVGElement *aSVGElement);
46 nsSVGElement *aSVGElement);
50 void SetAnimValue(uint16_t aValue, nsSVGElement *aSVGElement);
57 ToDOMAnimatedEnum(nsSVGElement* aSVGElement);
60 nsISMILAttr* ToSMILAttr(nsSVGElement* aSVGElement);
69 nsSVGEnumMapping *GetMapping(nsSVGElement *aSVGElement);
74 DOMAnimatedEnum(nsSVGEnum* aVal, nsSVGElement *aSVGElement) in DOMAnimatedEnum()
105 SMILEnum(nsSVGEnum* aVal, nsSVGElement* aSVGElement) in SMILEnum()
112 nsSVGElement* mSVGElement;
H A DnsSVGBoolean.h17 class nsSVGElement; variable
36 nsresult SetBaseValueAtom(const nsIAtom* aValue, nsSVGElement *aSVGElement);
39 void SetBaseValue(bool aValue, nsSVGElement *aSVGElement);
43 void SetAnimValue(bool aValue, nsSVGElement *aSVGElement);
48 ToDOMAnimatedBoolean(nsSVGElement* aSVGElement);
50 nsISMILAttr* ToSMILAttr(nsSVGElement* aSVGElement);
63 SMILBool(nsSVGBoolean* aVal, nsSVGElement* aSVGElement) in SMILBool()
70 nsSVGElement* mSVGElement;
H A DnsSVGString.h27 nsSVGElement *aSVGElement,
29 void GetBaseValue(nsAString& aValue, const nsSVGElement *aSVGElement) const in GetBaseValue()
32 void SetAnimValue(const nsAString& aValue, nsSVGElement *aSVGElement);
33 void GetAnimValue(nsAString& aValue, const nsSVGElement *aSVGElement) const;
44 ToDOMAnimatedString(nsSVGElement* aSVGElement);
47 nsISMILAttr* ToSMILAttr(nsSVGElement *aSVGElement);
61 DOMAnimatedString(nsSVGString* aVal, nsSVGElement* aSVGElement) in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS()
90 SMILString(nsSVGString *aVal, nsSVGElement *aSVGElement) in SMILString()
97 nsSVGElement* mSVGElement;
H A DSVGFEConvolveMatrixElement.cpp28 nsSVGElement::NumberInfo SVGFEConvolveMatrixElement::sNumberInfo[2] =
62 nsSVGElement::EnumInfo SVGFEConvolveMatrixElement::sEnumInfo[1] =
70 nsSVGElement::StringInfo SVGFEConvolveMatrixElement::sStringInfo[2] =
276 nsSVGElement::NumberAttributesInfo
283 nsSVGElement::NumberPairAttributesInfo
290 nsSVGElement::IntegerAttributesInfo
297 nsSVGElement::IntegerPairAttributesInfo
304 nsSVGElement::BooleanAttributesInfo
311 nsSVGElement::EnumAttributesInfo
318 nsSVGElement::StringAttributesInfo
[all …]
H A DnsSVGViewBox.h73 nsSVGElement *aSVGElement);
77 nsSVGElement *aSVGElement);
80 nsSVGElement *aSVGElement,
85 ToSVGAnimatedRect(nsSVGElement *aSVGElement);
88 ToDOMBaseVal(nsSVGElement* aSVGElement);
91 ToDOMAnimVal(nsSVGElement* aSVGElement);
94 nsISMILAttr* ToSMILAttr(nsSVGElement* aSVGElement);
108 DOMBaseVal(nsSVGViewBox *aVal, nsSVGElement *aSVGElement) in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS()
115 RefPtr<nsSVGElement> mSVGElement;
163 RefPtr<nsSVGElement> mSVGElement;
[all …]
H A DnsSVGIntegerPair.h43 nsSVGElement *aSVGElement);
46 void SetBaseValue(int32_t aValue, PairIndex aIndex, nsSVGElement *aSVGElement);
47 void SetBaseValues(int32_t aValue1, int32_t aValue2, nsSVGElement *aSVGElement);
50 void SetAnimValue(const int32_t aValue[2], nsSVGElement *aSVGElement);
64 nsSVGElement* aSVGElement);
66 nsISMILAttr* ToSMILAttr(nsSVGElement* aSVGElement);
80 nsSVGElement* aSVGElement) in DOMAnimatedInteger()
111 SMILIntegerPair(nsSVGIntegerPair* aVal, nsSVGElement* aSVGElement) in SMILIntegerPair()
118 nsSVGElement* mSVGElement;
H A DnsSVGNumberPair.h46 nsSVGElement *aSVGElement);
49 void SetBaseValue(float aValue, PairIndex aIndex, nsSVGElement *aSVGElement);
50 void SetBaseValues(float aValue1, float aValue2, nsSVGElement *aSVGElement);
53 void SetAnimValue(const float aValue[2], nsSVGElement *aSVGElement);
67 nsSVGElement* aSVGElement);
69 nsISMILAttr* ToSMILAttr(nsSVGElement* aSVGElement);
82 DOMAnimatedNumber(nsSVGNumberPair* aVal, PairIndex aIndex, nsSVGElement *aSVGElement) in DOMAnimatedNumber()
114 SMILNumberPair(nsSVGNumberPair* aVal, nsSVGElement* aSVGElement) in SMILNumberPair()
121 nsSVGElement* mSVGElement;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DnsSVGElement.cpp79 RefPtr<nsSVGElement> it = new nsSVGElement(aNodeInfo); in NS_NewSVGElement()
97 nsSVGElement::nsSVGElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo) in nsSVGElement() function in nsSVGElement
100 nsSVGElement::~nsSVGElement() { in ~nsSVGElement()
1046 nsSVGElement* nsSVGElement::GetViewportElement() { in GetViewportElement()
1465 nsSVGElement::LengthAttributesInfo nsSVGElement::GetLengthInfo() { in GetLengthInfo()
1751 nsSVGElement::NumberAttributesInfo nsSVGElement::GetNumberInfo() { in GetNumberInfo()
1843 nsSVGElement::IntegerAttributesInfo nsSVGElement::GetIntegerInfo() { in GetIntegerInfo()
1936 nsSVGElement::AngleAttributesInfo nsSVGElement::GetAngleInfo() { in GetAngleInfo()
1974 nsSVGElement::BooleanAttributesInfo nsSVGElement::GetBooleanInfo() { in GetBooleanInfo()
2005 nsSVGElement::EnumAttributesInfo nsSVGElement::GetEnumInfo() { in GetEnumInfo()
[all …]
H A DnsSVGLength2.h56 explicit SVGElementMetrics(nsSVGElement* aSVGElement,
66 nsSVGElement* mSVGElement;
118 float GetBaseValue(nsSVGElement* aSVGElement) const { in GetBaseValue()
122 float GetAnimValue(nsSVGElement* aSVGElement) const { in GetAnimValue()
157 nsSVGElement* aSVGElement);
190 nsSVGElement* aSVGElement);
192 nsSVGElement* aSVGElement);
194 nsSVGElement* aSVGElement);
196 nsSVGElement* aSVGElement);
201 SMILLength(nsSVGLength2* aVal, nsSVGElement* aSVGElement) in SMILLength()
[all …]
H A DnsSVGAngle.h19 class nsSVGElement; variable
46 nsSVGElement* aSVGElement, bool aDoSetAttr);
58 void SetAnimValue(float aValue, uint8_t aUnit, nsSVGElement* aSVGElement);
67 nsSVGElement* aSVGElement);
68 mozilla::UniquePtr<nsISMILAttr> ToSMILAttr(nsSVGElement* aSVGElement);
84 nsSVGElement* aSVGElement);
86 nsSVGElement* aSVGElement);
88 nsSVGElement* aSVGElement);
90 nsSVGElement* aSVGElement);
101 nsSVGElement* aSVGElement) in SMILOrient()
[all …]
H A DSVGAnimatedPreserveAspectRatio.h43 nsSVGElement* aSVGElement);
44 nsresult SetBaseAlign(uint16_t aAlign, nsSVGElement* aSVGElement) { in SetBaseAlign()
53 nsSVGElement* aSVGElement) { in SetBaseMeetOrSlice()
62 void SetAnimValue(uint64_t aPackedValue, nsSVGElement* aSVGElement);
70 ToDOMAnimatedPreserveAspectRatio(nsSVGElement* aSVGElement);
71 UniquePtr<nsISMILAttr> ToSMILAttr(nsSVGElement* aSVGElement);
83 nsSVGElement* aSVGElement) in SMILPreserveAspectRatio()
90 nsSVGElement* mSVGElement;
112 nsSVGElement* aSVGElement) in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS()
116 nsSVGElement* GetParentObject() const { return mSVGElement; } in GetParentObject()
[all …]
H A DnsSVGClass.h18 class nsSVGElement; variable
30 void SetBaseValue(const nsAString& aValue, nsSVGElement* aSVGElement,
32 void GetBaseValue(nsAString& aValue, const nsSVGElement* aSVGElement) const;
34 void SetAnimValue(const nsAString& aValue, nsSVGElement* aSVGElement);
35 void GetAnimValue(nsAString& aValue, const nsSVGElement* aSVGElement) const;
39 nsSVGElement* aSVGElement);
41 mozilla::UniquePtr<nsISMILAttr> ToSMILAttr(nsSVGElement* aSVGElement);
49 SMILString(nsSVGClass* aVal, nsSVGElement* aSVGElement) in SMILString()
56 nsSVGElement* mSVGElement;
H A DnsSVGEnum.h43 nsresult SetBaseValueAtom(const nsAtom* aValue, nsSVGElement* aSVGElement);
44 nsAtom* GetBaseValueAtom(nsSVGElement* aSVGElement);
45 nsresult SetBaseValue(uint16_t aValue, nsSVGElement* aSVGElement);
48 void SetAnimValue(uint16_t aValue, nsSVGElement* aSVGElement);
53 nsSVGElement* aSVGElement);
55 mozilla::UniquePtr<nsISMILAttr> ToSMILAttr(nsSVGElement* aSVGElement);
64 nsSVGEnumMapping* GetMapping(nsSVGElement* aSVGElement);
68 DOMAnimatedEnum(nsSVGEnum* aVal, nsSVGElement* aSVGElement) in DOMAnimatedEnum()
91 SMILEnum(nsSVGEnum* aVal, nsSVGElement* aSVGElement) in SMILEnum()
98 nsSVGElement* mSVGElement;
H A DnsSVGString.h25 void SetBaseValue(const nsAString& aValue, nsSVGElement* aSVGElement,
27 void GetBaseValue(nsAString& aValue, const nsSVGElement* aSVGElement) const { in GetBaseValue()
31 void SetAnimValue(const nsAString& aValue, nsSVGElement* aSVGElement);
32 void GetAnimValue(nsAString& aValue, const nsSVGElement* aSVGElement) const;
42 nsSVGElement* aSVGElement);
44 mozilla::UniquePtr<nsISMILAttr> ToSMILAttr(nsSVGElement* aSVGElement);
56 DOMAnimatedString(nsSVGString* aVal, nsSVGElement* aSVGElement) in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS()
79 SMILString(nsSVGString* aVal, nsSVGElement* aSVGElement) in SMILString()
86 nsSVGElement* mSVGElement;
H A DnsSVGBoolean.h18 class nsSVGElement; variable
35 nsresult SetBaseValueAtom(const nsAtom* aValue, nsSVGElement* aSVGElement);
38 void SetBaseValue(bool aValue, nsSVGElement* aSVGElement);
41 void SetAnimValue(bool aValue, nsSVGElement* aSVGElement);
45 nsSVGElement* aSVGElement);
46 mozilla::UniquePtr<nsISMILAttr> ToSMILAttr(nsSVGElement* aSVGElement);
57 SMILBool(nsSVGBoolean* aVal, nsSVGElement* aSVGElement) in SMILBool()
64 nsSVGElement* mSVGElement;
H A DSVGFEConvolveMatrixElement.cpp27 nsSVGElement::NumberInfo SVGFEConvolveMatrixElement::sNumberInfo[2] = {
30 nsSVGElement::NumberPairInfo SVGFEConvolveMatrixElement::sNumberPairInfo[1] = {
33 nsSVGElement::IntegerInfo SVGFEConvolveMatrixElement::sIntegerInfo[2] = {
39 nsSVGElement::BooleanInfo SVGFEConvolveMatrixElement::sBooleanInfo[1] = {
48 nsSVGElement::EnumInfo SVGFEConvolveMatrixElement::sEnumInfo[1] = {
51 nsSVGElement::StringInfo SVGFEConvolveMatrixElement::sStringInfo[2] = {
232 nsSVGElement::NumberPairAttributesInfo
238 nsSVGElement::IntegerAttributesInfo
244 nsSVGElement::IntegerPairAttributesInfo
250 nsSVGElement::BooleanAttributesInfo
[all …]
H A DnsSVGViewBox.h81 nsSVGElement* aSVGElement, bool aDoSetAttr);
85 nsSVGElement* aSVGElement);
88 nsSVGElement* aSVGElement);
91 nsSVGElement* aSVGElement);
93 mozilla::UniquePtr<nsISMILAttr> ToSMILAttr(nsSVGElement* aSVGElement);
105 DOMBaseVal(nsSVGViewBox* aVal, nsSVGElement* aSVGElement) in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS()
109 RefPtr<nsSVGElement> mSVGElement;
134 DOMAnimVal(nsSVGViewBox* aVal, nsSVGElement* aSVGElement) in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS()
138 RefPtr<nsSVGElement> mSVGElement;
186 SMILViewBox(nsSVGViewBox* aVal, nsSVGElement* aSVGElement) in SMILViewBox()
[all …]
H A DnsSVGAnimatedTransformList.h18 class nsSVGElement; variable
60 nsSVGElement* aSVGElement);
63 nsSVGElement* aSVGElement);
72 nsSVGElement* aElement);
74 void ClearAnimValue(nsSVGElement* aElement);
110 mozilla::UniquePtr<nsISMILAttr> ToSMILAttr(nsSVGElement* aSVGElement);
127 nsSVGElement* aSVGElement) in SMILAnimatedTransformList()
148 nsSVGElement* mElement;
H A DnsSVGIntegerPair.h40 nsSVGElement* aSVGElement);
44 nsSVGElement* aSVGElement);
46 nsSVGElement* aSVGElement);
50 void SetAnimValue(const int32_t aValue[2], nsSVGElement* aSVGElement);
63 PairIndex aIndex, nsSVGElement* aSVGElement);
64 mozilla::UniquePtr<nsISMILAttr> ToSMILAttr(nsSVGElement* aSVGElement);
76 nsSVGElement* aSVGElement) in DOMAnimatedInteger()
100 SMILIntegerPair(nsSVGIntegerPair* aVal, nsSVGElement* aSVGElement) in SMILIntegerPair()
107 nsSVGElement* mSVGElement;
H A DnsSVGNumberPair.h41 nsSVGElement* aSVGElement);
44 void SetBaseValue(float aValue, PairIndex aIndex, nsSVGElement* aSVGElement);
45 void SetBaseValues(float aValue1, float aValue2, nsSVGElement* aSVGElement);
49 void SetAnimValue(const float aValue[2], nsSVGElement* aSVGElement);
62 PairIndex aIndex, nsSVGElement* aSVGElement);
63 mozilla::UniquePtr<nsISMILAttr> ToSMILAttr(nsSVGElement* aSVGElement);
75 nsSVGElement* aSVGElement) in DOMAnimatedNumber()
100 SMILNumberPair(nsSVGNumberPair* aVal, nsSVGElement* aSVGElement) in SMILNumberPair()
107 nsSVGElement* mSVGElement;

12345678910>>...14