Home
last modified time | relevance | path

Searched defs:GetCustomElementType (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DCustomElementRegistry.h107 nsAtom* GetCustomElementType() const { return mType; } in GetCustomElementType() function
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DCustomElementRegistry.h117 nsAtom* GetCustomElementType() const { return mType; } in GetCustomElementType() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DCustomElementRegistry.h117 nsAtom* GetCustomElementType() const { return mType; } in GetCustomElementType() function
/dports/www/firefox/firefox-99.0/dom/base/
H A DCustomElementRegistry.h94 nsAtom* GetCustomElementType() const { return mType; } in GetCustomElementType() function
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DCustomElementRegistry.cpp156 nsAtom* CustomElementData::GetCustomElementType() { return mType; } in GetCustomElementType() function in mozilla::dom::CustomElementData