Home
last modified time | relevance | path

Searched refs:objectLoadingContent (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsNodeUtils.cpp557 nsCOMPtr<nsIObjectLoadingContent> objectLoadingContent(do_QueryInterface(aNode)); in CloneAndAdopt() local
558 if (objectLoadingContent) { in CloneAndAdopt()
559 … nsObjectLoadingContent* olc = static_cast<nsObjectLoadingContent*>(objectLoadingContent.get()); in CloneAndAdopt()
H A DnsObjectLoadingContent.cpp4073 nsObjectLoadingContent* objectLoadingContent = in Run() local
4075 objectLoadingContent->SetupProtoChain(cx, obj); in Run()
H A DnsDocument.cpp4392 nsCOMPtr<nsIObjectLoadingContent> objectLoadingContent(do_QueryInterface(aSupports)); in NotifyActivityChanged() local
4393 if (objectLoadingContent) { in NotifyActivityChanged()
4394 nsObjectLoadingContent* olc = static_cast<nsObjectLoadingContent*>(objectLoadingContent.get()); in NotifyActivityChanged()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsNodeUtils.cpp542 nsCOMPtr<nsIObjectLoadingContent> objectLoadingContent( in CloneAndAdopt() local
544 if (objectLoadingContent) { in CloneAndAdopt()
546 static_cast<nsObjectLoadingContent*>(objectLoadingContent.get()); in CloneAndAdopt()
H A DnsObjectLoadingContent.cpp3686 nsObjectLoadingContent* objectLoadingContent = in Run() local
3688 objectLoadingContent->SetupProtoChain(cx, obj); in Run()
H A DnsDocument.cpp4423 nsCOMPtr<nsIObjectLoadingContent> objectLoadingContent( in NotifyActivityChanged() local
4425 if (objectLoadingContent) { in NotifyActivityChanged()
4427 static_cast<nsObjectLoadingContent*>(objectLoadingContent.get()); in NotifyActivityChanged()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsINode.cpp3205 nsCOMPtr<nsIObjectLoadingContent> objectLoadingContent( in CloneAndAdopt() local
3207 if (objectLoadingContent) { in CloneAndAdopt()
3209 static_cast<nsObjectLoadingContent*>(objectLoadingContent.get()); in CloneAndAdopt()
H A DDocument.cpp7291 nsCOMPtr<nsIObjectLoadingContent> objectLoadingContent( in NotifyActivityChanged() local
7293 if (objectLoadingContent) { in NotifyActivityChanged()
7295 static_cast<nsObjectLoadingContent*>(objectLoadingContent.get()); in NotifyActivityChanged()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsINode.cpp3216 nsCOMPtr<nsIObjectLoadingContent> objectLoadingContent( in CloneAndAdopt() local
3218 if (objectLoadingContent) { in CloneAndAdopt()
3220 static_cast<nsObjectLoadingContent*>(objectLoadingContent.get()); in CloneAndAdopt()
H A DnsObjectLoadingContent.cpp3522 nsObjectLoadingContent* objectLoadingContent = in Run() local
3524 objectLoadingContent->SetupProtoChain(cx, obj); in Run()
H A DDocument.cpp6794 nsCOMPtr<nsIObjectLoadingContent> objectLoadingContent( in NotifyActivityChanged() local
6796 if (objectLoadingContent) { in NotifyActivityChanged()
6798 static_cast<nsObjectLoadingContent*>(objectLoadingContent.get()); in NotifyActivityChanged()
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsINode.cpp3290 nsCOMPtr<nsIObjectLoadingContent> objectLoadingContent( in CloneAndAdopt() local
3292 if (objectLoadingContent) { in CloneAndAdopt()
3294 static_cast<nsObjectLoadingContent*>(objectLoadingContent.get()); in CloneAndAdopt()
H A DDocument.cpp7519 nsCOMPtr<nsIObjectLoadingContent> objectLoadingContent( in NotifyActivityChangedCallback() local
7521 if (objectLoadingContent) { in NotifyActivityChangedCallback()
7523 static_cast<nsObjectLoadingContent*>(objectLoadingContent.get()); in NotifyActivityChangedCallback()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsINode.cpp3205 nsCOMPtr<nsIObjectLoadingContent> objectLoadingContent( in CloneAndAdopt() local
3207 if (objectLoadingContent) { in CloneAndAdopt()
3209 static_cast<nsObjectLoadingContent*>(objectLoadingContent.get()); in CloneAndAdopt()
H A DDocument.cpp7291 nsCOMPtr<nsIObjectLoadingContent> objectLoadingContent( in NotifyActivityChanged() local
7293 if (objectLoadingContent) { in NotifyActivityChanged()
7295 static_cast<nsObjectLoadingContent*>(objectLoadingContent.get()); in NotifyActivityChanged()
/dports/lang/spidermonkey78/firefox-78.9.0/docshell/base/
H A DnsDocShell.cpp1783 nsCOMPtr<nsIObjectLoadingContent> objectLoadingContent = in GetFullscreenAllowed() local
1785 if (!objectLoadingContent) { in GetFullscreenAllowed()
1789 static_cast<nsObjectLoadingContent*>(objectLoadingContent.get()); in GetFullscreenAllowed()
/dports/lang/spidermonkey60/firefox-60.9.0/docshell/base/
H A DnsDocShell.cpp2002 nsCOMPtr<nsIObjectLoadingContent> objectLoadingContent = in GetFullscreenAllowed() local
2004 if (!objectLoadingContent) { in GetFullscreenAllowed()
2008 static_cast<nsObjectLoadingContent*>(objectLoadingContent.get()); in GetFullscreenAllowed()
/dports/www/firefox-legacy/firefox-52.8.0esr/docshell/base/
H A DnsDocShell.cpp2576 nsCOMPtr<nsIObjectLoadingContent> objectLoadingContent = in GetFullscreenAllowed() local
2578 if (!objectLoadingContent) { in GetFullscreenAllowed()
2582 static_cast<nsObjectLoadingContent*>(objectLoadingContent.get()); in GetFullscreenAllowed()