Home
last modified time | relevance | path

Searched refs:aAttrVal (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.cpp1166 const nsAttrValue* aAttrVal, mozilla::dom::AutocompleteInfo& aInfo, in InternalSerializeAutocompleteAttribute() argument
1169 if (!aAttrVal) { in InternalSerializeAutocompleteAttribute()
1173 uint32_t numTokens = aAttrVal->GetAtomCount(); in InternalSerializeAutocompleteAttribute()
1179 nsString tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
1252 tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
1275 tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
1291 tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
H A DnsContentUtils.h3355 const nsAttrValue* aAttrVal, mozilla::dom::AutocompleteInfo& aInfo,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.cpp1035 const nsAttrValue* aAttrVal, mozilla::dom::AutocompleteInfo& aInfo, in InternalSerializeAutocompleteAttribute() argument
1038 if (!aAttrVal) { in InternalSerializeAutocompleteAttribute()
1042 uint32_t numTokens = aAttrVal->GetAtomCount(); in InternalSerializeAutocompleteAttribute()
1048 nsString tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
1121 tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
1144 tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
1160 tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
H A DnsContentUtils.h3301 const nsAttrValue* aAttrVal, mozilla::dom::AutocompleteInfo& aInfo,
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.cpp1152 const nsAttrValue* aAttrVal, mozilla::dom::AutocompleteInfo& aInfo, in InternalSerializeAutocompleteAttribute() argument
1155 if (!aAttrVal) { in InternalSerializeAutocompleteAttribute()
1159 uint32_t numTokens = aAttrVal->GetAtomCount(); in InternalSerializeAutocompleteAttribute()
1165 nsString tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
1238 tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
1261 tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
1277 tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
H A DnsContentUtils.h3353 const nsAttrValue* aAttrVal, mozilla::dom::AutocompleteInfo& aInfo,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.cpp1166 const nsAttrValue* aAttrVal, mozilla::dom::AutocompleteInfo& aInfo, in InternalSerializeAutocompleteAttribute() argument
1169 if (!aAttrVal) { in InternalSerializeAutocompleteAttribute()
1173 uint32_t numTokens = aAttrVal->GetAtomCount(); in InternalSerializeAutocompleteAttribute()
1179 nsString tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
1252 tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
1275 tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
1291 tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
H A DnsContentUtils.h3355 const nsAttrValue* aAttrVal, mozilla::dom::AutocompleteInfo& aInfo,
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.cpp1100 const nsAttrValue* aAttrVal, mozilla::dom::AutocompleteInfo& aInfo, in InternalSerializeAutocompleteAttribute() argument
1103 if (!aAttrVal) { in InternalSerializeAutocompleteAttribute()
1107 uint32_t numTokens = aAttrVal->GetAtomCount(); in InternalSerializeAutocompleteAttribute()
1113 nsString tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
1179 tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
1202 tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
1218 tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
H A DnsContentUtils.h3231 const nsAttrValue* aAttrVal, mozilla::dom::AutocompleteInfo& aInfo,
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsContentUtils.cpp948 nsContentUtils::InternalSerializeAutocompleteAttribute(const nsAttrValue* aAttrVal, in InternalSerializeAutocompleteAttribute() argument
952 if (!aAttrVal) { in InternalSerializeAutocompleteAttribute()
956 uint32_t numTokens = aAttrVal->GetAtomCount(); in InternalSerializeAutocompleteAttribute()
962 nsString tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
1015 tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
1029 tokenString = nsDependentAtomString(aAttrVal->AtomAt(index)); in InternalSerializeAutocompleteAttribute()
H A DnsContentUtils.h2755 static AutocompleteAttrState InternalSerializeAutocompleteAttribute(const nsAttrValue* aAttrVal,