Home
last modified time | relevance | path

Searched refs:IsEventAttributeName (Results 1 – 25 of 95) sorted by relevance

1234

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGTransformableElement.cpp95 SVGTransformableElement::IsEventAttributeName(nsIAtom* aName) in IsEventAttributeName() function in mozilla::dom::SVGTransformableElement
97 return nsContentUtils::IsEventAttributeName(aName, EventNameType_SVGGraphic); in IsEventAttributeName()
H A DSVGTransformableElement.h54 virtual bool IsEventAttributeName(nsIAtom* aName) override;
H A DSVGAnimationElement.cpp463 SVGAnimationElement::IsEventAttributeName(nsIAtom* aName) in IsEventAttributeName() function in mozilla::dom::SVGAnimationElement
465 return nsContentUtils::IsEventAttributeName(aName, EventNameType_SMIL); in IsEventAttributeName()
H A DSVGAnimationElement.h74 virtual bool IsEventAttributeName(nsIAtom* aName) override;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/mathml/
H A DMathMLElement.cpp998 if (!IsEventAttributeName(attr)) { in RecompileScriptEventListeners()
1011 return nsContentUtils::IsEventAttributeName(aName, EventNameType_HTML); in IsEventAttributeNameInternal()
1018 if (!aValue && IsEventAttributeName(aName)) { in BeforeSetAttr()
1050 if (IsEventAttributeName(aName) && aValue) { in AfterSetAttr()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLFrameSetElement.cpp337 HTMLFrameSetElement::IsEventAttributeName(nsIAtom *aName) in IsEventAttributeName() function in mozilla::dom::HTMLFrameSetElement
339 return nsContentUtils::IsEventAttributeName(aName, in IsEventAttributeName()
H A DHTMLFrameSetElement.h85 virtual bool IsEventAttributeName(nsIAtom *aName) override;
H A DHTMLBodyElement.cpp487 HTMLBodyElement::IsEventAttributeName(nsIAtom *aName) in IsEventAttributeName() function in mozilla::dom::HTMLBodyElement
489 return nsContentUtils::IsEventAttributeName(aName, in IsEventAttributeName()
H A DHTMLBodyElement.h136 virtual bool IsEventAttributeName(nsIAtom* aName) override;
/dports/www/firefox-esr/firefox-91.8.0/dom/mathml/
H A DMathMLElement.cpp995 if (!IsEventAttributeName(attr)) { in RecompileScriptEventListeners()
1008 return nsContentUtils::IsEventAttributeName(aName, EventNameType_HTML); in IsEventAttributeNameInternal()
1015 if (!aValue && IsEventAttributeName(aName)) { in BeforeSetAttr()
1047 if (IsEventAttributeName(aName) && aValue) { in AfterSetAttr()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/mathml/
H A DMathMLElement.cpp995 if (!IsEventAttributeName(attr)) { in RecompileScriptEventListeners()
1008 return nsContentUtils::IsEventAttributeName(aName, EventNameType_HTML); in IsEventAttributeNameInternal()
1015 if (!aValue && IsEventAttributeName(aName)) { in BeforeSetAttr()
1047 if (IsEventAttributeName(aName) && aValue) { in AfterSetAttr()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsIContentInlines.h132 inline bool nsIContent::IsEventAttributeName(nsAtom* aName) { in IsEventAttributeName() function
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLMarqueeElement.cpp39 return nsContentUtils::IsEventAttributeName( in IsEventAttributeNameInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLMarqueeElement.cpp40 return nsContentUtils::IsEventAttributeName( in IsEventAttributeNameInternal()
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLMarqueeElement.cpp39 return nsContentUtils::IsEventAttributeName( in IsEventAttributeNameInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLMarqueeElement.cpp39 return nsContentUtils::IsEventAttributeName( in IsEventAttributeNameInternal()
/dports/www/firefox/firefox-99.0/dom/mathml/
H A DMathMLElement.cpp985 return nsContentUtils::IsEventAttributeName(aName, EventNameType_HTML); in IsEventAttributeNameInternal()
992 if (!aValue && IsEventAttributeName(aName)) { in BeforeSetAttr()
1024 if (IsEventAttributeName(aName) && aValue) { in AfterSetAttr()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsIContentInlines.h133 inline bool nsIContent::IsEventAttributeName(nsAtom* aName) { in IsEventAttributeName() function
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsIContentInlines.h133 inline bool nsIContent::IsEventAttributeName(nsAtom* aName) { in IsEventAttributeName() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsIContentInlines.h133 inline bool nsIContent::IsEventAttributeName(nsAtom* aName) { in IsEventAttributeName() function
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsIContentInlines.h133 inline bool nsIContent::IsEventAttributeName(nsAtom* aName) { in IsEventAttributeName() function
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGTransformableElement.cpp88 return nsContentUtils::IsEventAttributeName(aName, EventNameType_SVGGraphic); in IsEventAttributeNameInternal()
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGTransformableElement.cpp91 return nsContentUtils::IsEventAttributeName(aName, EventNameType_SVGGraphic); in IsEventAttributeNameInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGTransformableElement.cpp90 return nsContentUtils::IsEventAttributeName(aName, EventNameType_SVGGraphic); in IsEventAttributeNameInternal()
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGTransformableElement.cpp91 return nsContentUtils::IsEventAttributeName(aName, EventNameType_SVGGraphic); in IsEventAttributeNameInternal()

1234