Home
last modified time | relevance | path

Searched refs:aOwnerDoc (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/firefox/firefox-99.0/dom/animation/
H A DScrollTimeline.h80 static Scroller Auto(const Document* aOwnerDoc) { in Auto()
86 return {Type::Auto, aOwnerDoc->GetDocumentElement()}; in Auto()
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLScriptElement.cpp165 void HTMLScriptElement::FreezeExecutionAttrs(Document* aOwnerDoc) { in FreezeExecutionAttrs() argument
175 mIsModule = aOwnerDoc->ModuleScriptsEnabled() && !type.IsEmpty() && in FreezeExecutionAttrs()
H A DHTMLScriptElement.h37 virtual void FreezeExecutionAttrs(Document* aOwnerDoc) override;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLScriptElement.cpp166 void HTMLScriptElement::FreezeExecutionAttrs(Document* aOwnerDoc) { in FreezeExecutionAttrs() argument
176 mIsModule = aOwnerDoc->ModuleScriptsEnabled() && !type.IsEmpty() && in FreezeExecutionAttrs()
H A DHTMLScriptElement.h37 virtual void FreezeExecutionAttrs(Document* aOwnerDoc) override;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLScriptElement.cpp165 void HTMLScriptElement::FreezeExecutionAttrs(Document* aOwnerDoc) { in FreezeExecutionAttrs() argument
175 mIsModule = aOwnerDoc->ModuleScriptsEnabled() && !type.IsEmpty() && in FreezeExecutionAttrs()
H A DHTMLScriptElement.h37 virtual void FreezeExecutionAttrs(Document* aOwnerDoc) override;
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLScriptElement.cpp165 void HTMLScriptElement::FreezeExecutionAttrs(Document* aOwnerDoc) { in FreezeExecutionAttrs() argument
175 mIsModule = aOwnerDoc->ModuleScriptsEnabled() && !type.IsEmpty() && in FreezeExecutionAttrs()
H A DHTMLScriptElement.h37 virtual void FreezeExecutionAttrs(Document* aOwnerDoc) override;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLScriptElement.cpp175 void HTMLScriptElement::FreezeExecutionAttrs(nsIDocument* aOwnerDoc) { in FreezeExecutionAttrs() argument
185 mIsModule = aOwnerDoc->ModuleScriptsEnabled() && !type.IsEmpty() && in FreezeExecutionAttrs()
H A DHTMLScriptElement.h38 virtual void FreezeExecutionAttrs(nsIDocument* aOwnerDoc) override;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGScriptElement.h46 virtual void FreezeExecutionAttrs(Document* aOwnerDoc) override;
H A DSVGScriptElement.cpp112 void SVGScriptElement::FreezeExecutionAttrs(Document* aOwnerDoc) { in FreezeExecutionAttrs() argument
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGScriptElement.h46 virtual void FreezeExecutionAttrs(Document* aOwnerDoc) override;
H A DSVGScriptElement.cpp112 void SVGScriptElement::FreezeExecutionAttrs(Document* aOwnerDoc) { in FreezeExecutionAttrs() argument
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGScriptElement.h46 virtual void FreezeExecutionAttrs(Document* aOwnerDoc) override;
H A DSVGScriptElement.cpp112 void SVGScriptElement::FreezeExecutionAttrs(Document* aOwnerDoc) { in FreezeExecutionAttrs() argument
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGScriptElement.h46 virtual void FreezeExecutionAttrs(Document* aOwnerDoc) override;
H A DSVGScriptElement.cpp112 void SVGScriptElement::FreezeExecutionAttrs(Document* aOwnerDoc) { in FreezeExecutionAttrs() argument
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGScriptElement.h48 virtual void FreezeExecutionAttrs(nsIDocument* aOwnerDoc) override;
H A DSVGScriptElement.cpp115 void SVGScriptElement::FreezeExecutionAttrs(nsIDocument* aOwnerDoc) { in FreezeExecutionAttrs() argument
/dports/lang/spidermonkey60/firefox-60.9.0/dom/script/
H A DnsIScriptElement.h92 virtual void FreezeExecutionAttrs(nsIDocument* aOwnerDoc) = 0;
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsContentUtils.h1125 nsIDocument* aOwnerDoc);
H A DnsContentUtils.cpp4283 nsIDocument* aOwnerDoc) in MaybeFireNodeRemoved() argument
4287 NS_PRECONDITION(aChild->OwnerDoc() == aOwnerDoc, "Wrong owner-doc"); in MaybeFireNodeRemoved()
4308 WarnScriptWasIgnored(aOwnerDoc); in MaybeFireNodeRemoved()
4318 mozAutoSubtreeModified subtree(aOwnerDoc, aParent); in MaybeFireNodeRemoved()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.h1314 nsIDocument* aOwnerDoc);

12