Home
last modified time | relevance | path

Searched refs:IsNameWithDash (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DCustomElementRegistry.cpp829 if (!nsContentUtils::IsNameWithDash(nameAtom)) { in Define()
H A DElement.cpp4044 if (nsContentUtils::IsNameWithDash(name)) { in SetCustomElementData()
4054 MOZ_ASSERT(nsContentUtils::IsNameWithDash(type)); in SetCustomElementData()
H A DnsContentUtils.h808 static bool IsNameWithDash(nsAtom* aName);
H A DnsContentUtils.cpp3237 bool nsContentUtils::IsNameWithDash(nsAtom* aName) { in IsNameWithDash() function in nsContentUtils
3295 bool hasDash = IsNameWithDash(aName); in IsCustomElementName()
9415 if (nsContentUtils::IsNameWithDash(aIsAtom) &&
9416 !nsContentUtils::IsNameWithDash(name)) {
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DCustomElementRegistry.cpp823 if (!nsContentUtils::IsNameWithDash(nameAtom)) { in Define()
H A DElement.cpp3872 if (nsContentUtils::IsNameWithDash(name)) { in SetCustomElementData()
3882 MOZ_ASSERT(nsContentUtils::IsNameWithDash(type)); in SetCustomElementData()
H A DnsContentUtils.h764 static bool IsNameWithDash(nsAtom* aName);
H A DnsContentUtils.cpp2949 bool nsContentUtils::IsNameWithDash(nsAtom* aName) { in IsNameWithDash() function in nsContentUtils
3007 bool hasDash = IsNameWithDash(aName); in IsCustomElementName()
9147 if (nsContentUtils::IsNameWithDash(aIsAtom) &&
9148 !nsContentUtils::IsNameWithDash(name)) {
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DCustomElementRegistry.cpp829 if (!nsContentUtils::IsNameWithDash(nameAtom)) { in Define()
H A DElement.cpp4044 if (nsContentUtils::IsNameWithDash(name)) { in SetCustomElementData()
4054 MOZ_ASSERT(nsContentUtils::IsNameWithDash(type)); in SetCustomElementData()
H A DnsContentUtils.h808 static bool IsNameWithDash(nsAtom* aName);
H A DnsContentUtils.cpp3237 bool nsContentUtils::IsNameWithDash(nsAtom* aName) { in IsNameWithDash() function in nsContentUtils
3295 bool hasDash = IsNameWithDash(aName); in IsCustomElementName()
9415 if (nsContentUtils::IsNameWithDash(aIsAtom) &&
9416 !nsContentUtils::IsNameWithDash(name)) {
/dports/www/firefox/firefox-99.0/dom/base/
H A DCustomElementRegistry.cpp889 if (!nsContentUtils::IsNameWithDash(nameAtom)) { in Define()
H A DnsContentUtils.h847 static bool IsNameWithDash(nsAtom* aName);
H A DElement.cpp4180 if (nsContentUtils::IsNameWithDash(name)) { in SetCustomElementData()
4190 MOZ_ASSERT(nsContentUtils::IsNameWithDash(type)); in SetCustomElementData()
H A DnsContentUtils.cpp3220 bool nsContentUtils::IsNameWithDash(nsAtom* aName) { in IsNameWithDash() function in nsContentUtils
3278 bool hasDash = IsNameWithDash(aName); in IsCustomElementName()
9324 if (nsContentUtils::IsNameWithDash(aIsAtom) &&
9325 !nsContentUtils::IsNameWithDash(name)) {