Home
last modified time | relevance | path

Searched refs:isCustomElementName (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DnsHTMLContentSink.cpp258 bool isCustomElementName = (tag == eHTMLTag_userdefined && in NS_NewHTMLElement() local
260 if (isCustomElementName) { in NS_NewHTMLElement()
270 if (isCustomElementName || aIs) { in NS_NewHTMLElement()
/dports/www/firefox-esr/firefox-91.8.0/dom/chrome-webidl/
H A DInspectorUtils.webidl80 boolean isCustomElementName([LegacyNullToEmptyString] DOMString name,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/chrome-webidl/
H A DInspectorUtils.webidl77 boolean isCustomElementName([TreatNullAs=EmptyString] DOMString name,
/dports/www/firefox/firefox-99.0/dom/chrome-webidl/
H A DInspectorUtils.webidl80 boolean isCustomElementName([LegacyNullToEmptyString] DOMString name,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/chrome-webidl/
H A DInspectorUtils.webidl80 boolean isCustomElementName([LegacyNullToEmptyString] DOMString name,
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.cpp9402 bool isCustomElementName = false; local
9405 isCustomElementName =
9417 isCustomElementName = false;
9419 isCustomElementName =
9423 isCustomElementName =
9430 bool isCustomElement = isCustomElementName || aIsAtom;
9432 typeAtom = isCustomElementName ? tagAtom : aIsAtom;
9553 if (isCustomElementName) {
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.cpp9134 bool isCustomElementName = false; local
9137 isCustomElementName =
9149 isCustomElementName = false;
9151 isCustomElementName =
9155 isCustomElementName =
9162 bool isCustomElement = isCustomElementName || aIsAtom;
9164 typeAtom = isCustomElementName ? tagAtom : aIsAtom;
9284 if (isCustomElementName) {
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.cpp9311 bool isCustomElementName = false; local
9314 isCustomElementName =
9326 isCustomElementName = false;
9328 isCustomElementName =
9332 isCustomElementName =
9339 bool isCustomElement = isCustomElementName || aIsAtom;
9341 typeAtom = isCustomElementName ? tagAtom : aIsAtom;
9463 if (isCustomElementName) {
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.cpp9402 bool isCustomElementName = false; local
9405 isCustomElementName =
9417 isCustomElementName = false;
9419 isCustomElementName =
9423 isCustomElementName =
9430 bool isCustomElement = isCustomElementName || aIsAtom;
9432 typeAtom = isCustomElementName ? tagAtom : aIsAtom;
9553 if (isCustomElementName) {
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.cpp9272 bool isCustomElementName = false; local
9275 isCustomElementName = (tag == eHTMLTag_userdefined &&
9278 isCustomElementName = nsContentUtils::IsCustomElementName(name);
9283 bool isCustomElement = isCustomElementName || aIsAtom;
9285 typeAtom = isCustomElementName ? tagAtom.get() : aIsAtom;
9390 if (isCustomElementName) {