Lines Matching defs:aValue

82   void GetHref(nsAString& aValue) {  in GetHref()
85 void SetHref(const nsAString& aValue, mozilla::ErrorResult& rv) { in SetHref()
89 void SetTarget(const nsAString& aValue, mozilla::ErrorResult& rv) { in SetTarget()
92 void GetDownload(DOMString& aValue) { in GetDownload()
95 void SetDownload(const nsAString& aValue, mozilla::ErrorResult& rv) { in SetDownload()
98 void GetPing(DOMString& aValue) { GetHTMLAttr(nsGkAtoms::ping, aValue); } in GetPing()
99 void SetPing(const nsAString& aValue, mozilla::ErrorResult& rv) { in SetPing()
102 void GetRel(DOMString& aValue) { GetHTMLAttr(nsGkAtoms::rel, aValue); } in GetRel()
103 void SetRel(const nsAString& aValue, mozilla::ErrorResult& rv) { in SetRel()
106 void SetReferrerPolicy(const nsAString& aValue, mozilla::ErrorResult& rv) { in SetReferrerPolicy()
113 void GetHreflang(DOMString& aValue) { in GetHreflang()
116 void SetHreflang(const nsAString& aValue, mozilla::ErrorResult& rv) { in SetHreflang()
120 void GetType(nsAString& aValue) { GetHTMLAttr(nsGkAtoms::type, aValue); } in GetType()
121 void GetType(DOMString& aValue) { GetHTMLAttr(nsGkAtoms::type, aValue); } in GetType()
122 void SetType(const nsAString& aValue, mozilla::ErrorResult& rv) { in SetType()
157 void GetCoords(DOMString& aValue) { GetHTMLAttr(nsGkAtoms::coords, aValue); } in GetCoords()
158 void SetCoords(const nsAString& aValue, mozilla::ErrorResult& rv) { in SetCoords()
161 void GetCharset(DOMString& aValue) { in GetCharset()
164 void SetCharset(const nsAString& aValue, mozilla::ErrorResult& rv) { in SetCharset()
167 void GetName(DOMString& aValue) { GetHTMLAttr(nsGkAtoms::name, aValue); } in GetName()
168 void GetName(nsAString& aValue) { GetHTMLAttr(nsGkAtoms::name, aValue); } in GetName()
169 void SetName(const nsAString& aValue, mozilla::ErrorResult& rv) { in SetName()
172 void GetRev(DOMString& aValue) { GetHTMLAttr(nsGkAtoms::rev, aValue); } in GetRev()
173 void SetRev(const nsAString& aValue, mozilla::ErrorResult& rv) { in SetRev()
176 void GetShape(DOMString& aValue) { GetHTMLAttr(nsGkAtoms::shape, aValue); } in GetShape()
177 void SetShape(const nsAString& aValue, mozilla::ErrorResult& rv) { in SetShape()