Home
last modified time | relevance | path

Searched refs:newNativeAnonymousContent (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DHTMLAnonymousNodeEditor.cpp186 ManualNACPtr newNativeAnonymousContent(newElement.forget()); in CreateAnonymousElement() local
193 if (ServoStyleSet::MayTraverseFrom(newNativeAnonymousContent)) { in CreateAnonymousElement()
194 styleSet->StyleNewSubtree(newNativeAnonymousContent); in CreateAnonymousElement()
197 auto* observer = new ElementDeletionObserver(newNativeAnonymousContent, in CreateAnonymousElement()
201 newNativeAnonymousContent->AddMutationObserver(observer); in CreateAnonymousElement()
208 newNativeAnonymousContent->SetProperty(nsGkAtoms::restylableAnonymousNode, in CreateAnonymousElement()
213 presShell->PostRecreateFramesFor(newNativeAnonymousContent); in CreateAnonymousElement()
215 return newNativeAnonymousContent; in CreateAnonymousElement()
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DHTMLAnonymousNodeEditor.cpp187 ManualNACPtr newNativeAnonymousContent(newElement.forget()); in CreateAnonymousElement() local
194 if (ServoStyleSet::MayTraverseFrom(newNativeAnonymousContent)) { in CreateAnonymousElement()
195 styleSet->StyleNewSubtree(newNativeAnonymousContent); in CreateAnonymousElement()
198 auto* observer = new ElementDeletionObserver(newNativeAnonymousContent, in CreateAnonymousElement()
202 newNativeAnonymousContent->AddMutationObserver(observer); in CreateAnonymousElement()
209 newNativeAnonymousContent->SetProperty(nsGkAtoms::restylableAnonymousNode, in CreateAnonymousElement()
214 presShell->PostRecreateFramesFor(newNativeAnonymousContent); in CreateAnonymousElement()
216 return newNativeAnonymousContent; in CreateAnonymousElement()
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DHTMLAnonymousNodeEditor.cpp187 ManualNACPtr newNativeAnonymousContent(newElement.forget()); in CreateAnonymousElement() local
194 if (ServoStyleSet::MayTraverseFrom(newNativeAnonymousContent)) { in CreateAnonymousElement()
195 styleSet->StyleNewSubtree(newNativeAnonymousContent); in CreateAnonymousElement()
198 auto* observer = new ElementDeletionObserver(newNativeAnonymousContent, in CreateAnonymousElement()
202 newNativeAnonymousContent->AddMutationObserver(observer); in CreateAnonymousElement()
209 newNativeAnonymousContent->SetProperty(nsGkAtoms::restylableAnonymousNode, in CreateAnonymousElement()
214 presShell->PostRecreateFramesFor(newNativeAnonymousContent); in CreateAnonymousElement()
216 return newNativeAnonymousContent; in CreateAnonymousElement()
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DHTMLAnonymousNodeEditor.cpp187 ManualNACPtr newNativeAnonymousContent(newElement.forget()); in CreateAnonymousElement() local
194 if (ServoStyleSet::MayTraverseFrom(newNativeAnonymousContent)) { in CreateAnonymousElement()
195 styleSet->StyleNewSubtree(newNativeAnonymousContent); in CreateAnonymousElement()
198 auto* observer = new ElementDeletionObserver(newNativeAnonymousContent, in CreateAnonymousElement()
202 newNativeAnonymousContent->AddMutationObserver(observer); in CreateAnonymousElement()
209 newNativeAnonymousContent->SetProperty(nsGkAtoms::restylableAnonymousNode, in CreateAnonymousElement()
214 presShell->PostRecreateFramesFor(newNativeAnonymousContent); in CreateAnonymousElement()
216 return newNativeAnonymousContent; in CreateAnonymousElement()