Home
last modified time | relevance | path

Searched refs:sameTypeRoot (Results 1 – 17 of 17) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/security/
H A DnsMixedContentBlocker.cpp92 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; in Run() local
93 docShell->GetSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot)); in Run()
95 sameTypeRoot, in Run()
99 nsCOMPtr<nsIDocument> rootDoc = sameTypeRoot->GetDocument(); in Run()
106 nsCOMPtr<nsIDocShell> rootShell = do_GetInterface(sameTypeRoot); in Run()
828 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; in ShouldLoad() local
829 docShell->GetSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot)); in ShouldLoad()
830 NS_ASSERTION(sameTypeRoot, "No root tree item from docshell!"); in ShouldLoad()
870 if (sameTypeRoot == parentTreeItem) { in ShouldLoad()
887 nsCOMPtr<nsIDocument> rootDoc = sameTypeRoot->GetDocument(); in ShouldLoad()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/security/
H A DnsMixedContentBlocker.cpp92 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; in Run() local
93 docShell->GetSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot)); in Run()
94 NS_ASSERTION(sameTypeRoot, "No document shell root tree item from document shell tree item!"); in Run()
97 nsCOMPtr<nsIDocument> rootDoc = sameTypeRoot->GetDocument(); in Run()
103 nsCOMPtr<nsIDocShell> rootShell = do_GetInterface(sameTypeRoot); in Run()
757 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; in ShouldLoad() local
758 docShell->GetSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot)); in ShouldLoad()
759 NS_ASSERTION(sameTypeRoot, "No root tree item from docshell!"); in ShouldLoad()
798 if(sameTypeRoot == parentTreeItem) { in ShouldLoad()
815 nsCOMPtr<nsIDocument> rootDoc = sameTypeRoot->GetDocument(); in ShouldLoad()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/manager/ssl/
H A DnsSecureBrowserUIImpl.cpp195 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; in MapInternalToExternalState() local
196 docShellTreeItem->GetSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot)); in MapInternalToExternalState()
198 sameTypeRoot, in MapInternalToExternalState()
200 docShell = do_QueryInterface(sameTypeRoot); in MapInternalToExternalState()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/manager/ssl/
H A DnsSecureBrowserUIImpl.cpp209 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; in MapInternalToExternalState() local
210 docShellTreeItem->GetSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot)); in MapInternalToExternalState()
211 NS_ASSERTION(sameTypeRoot, "No document shell root tree item from document shell tree item!"); in MapInternalToExternalState()
212 docShell = do_QueryInterface(sameTypeRoot); in MapInternalToExternalState()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/generic/
H A DDocAccessible.cpp193 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; in NativeRole() local
194 docShell->GetSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot)); in NativeRole()
196 if (sameTypeRoot == docShell) { in NativeRole()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/generic/
H A DDocAccessible.cpp205 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; in NativeRole() local
206 docShell->GetSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot)); in NativeRole()
208 if (sameTypeRoot == docShell) { in NativeRole()
/dports/www/firefox/firefox-99.0/accessible/generic/
H A DDocAccessible.cpp195 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; in NativeRole() local
196 docShell->GetInProcessSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot)); in NativeRole()
198 if (sameTypeRoot == docShell) { in NativeRole()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/generic/
H A DDocAccessible.cpp192 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; in NativeRole() local
193 docShell->GetInProcessSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot)); in NativeRole()
195 if (sameTypeRoot == docShell) { in NativeRole()
/dports/www/firefox-esr/firefox-91.8.0/accessible/generic/
H A DDocAccessible.cpp192 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; in NativeRole() local
193 docShell->GetInProcessSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot)); in NativeRole()
195 if (sameTypeRoot == docShell) { in NativeRole()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/generic/
H A DDocAccessible.cpp192 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; in NativeRole() local
193 docShell->GetInProcessSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot)); in NativeRole()
195 if (sameTypeRoot == docShell) { in NativeRole()
/dports/lang/spidermonkey60/firefox-60.9.0/docshell/base/
H A DnsDocShell.cpp5814 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; in GetAllowMixedContentAndConnectionData() local
5815 GetSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot)); in GetAllowMixedContentAndConnectionData()
5817 sameTypeRoot, in GetAllowMixedContentAndConnectionData()
5820 sameTypeRoot.get() == static_cast<nsIDocShellTreeItem*>(this); in GetAllowMixedContentAndConnectionData()
5823 nsCOMPtr<nsIDocument> rootDoc = sameTypeRoot->GetDocument(); in GetAllowMixedContentAndConnectionData()
5839 nsCOMPtr<nsIDocShell> rootDocShell = do_QueryInterface(sameTypeRoot); in GetAllowMixedContentAndConnectionData()
9070 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; in InternalLoad() local
9071 targetDocShell->GetSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot)); in InternalLoad()
9072 NS_ASSERTION(sameTypeRoot, in InternalLoad()
9074 nsCOMPtr<nsIDocShell> rootShell = do_QueryInterface(sameTypeRoot); in InternalLoad()
/dports/www/firefox-legacy/firefox-52.8.0esr/docshell/base/
H A DnsDocShell.cpp6444 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; in GetAllowMixedContentAndConnectionData() local
6445 GetSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot)); in GetAllowMixedContentAndConnectionData()
6446 NS_ASSERTION(sameTypeRoot, in GetAllowMixedContentAndConnectionData()
6449 sameTypeRoot.get() == static_cast<nsIDocShellTreeItem*>(this); in GetAllowMixedContentAndConnectionData()
6452 nsCOMPtr<nsIDocument> rootDoc = sameTypeRoot->GetDocument(); in GetAllowMixedContentAndConnectionData()
6468 nsCOMPtr<nsIDocShell> rootDocShell = do_QueryInterface(sameTypeRoot); in GetAllowMixedContentAndConnectionData()
9855 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; in InternalLoad() local
9856 targetDocShell->GetSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot)); in InternalLoad()
9857 NS_ASSERTION(sameTypeRoot, in InternalLoad()
9859 nsCOMPtr<nsIDocShell> rootShell = do_QueryInterface(sameTypeRoot); in InternalLoad()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsDocument.cpp4472 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; in SetContainer() local
4473 aContainer->GetSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot)); in SetContainer()
4475 sameTypeRoot, in SetContainer()
4478 if (sameTypeRoot == aContainer) { in SetContainer()
H A DnsContentUtils.cpp9060 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; local
9061 aDocShell->GetSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot));
9064 if (sameTypeRoot.get() == root.get()) {
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsDocument.cpp4420 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; in SetContainer() local
4421 aContainer->GetSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot)); in SetContainer()
4422 NS_ASSERTION(sameTypeRoot, "No document shell root tree item from document shell tree item!"); in SetContainer()
4424 if (sameTypeRoot == aContainer) { in SetContainer()
H A DnsContentUtils.cpp9389 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; in GetPresentationURL() local
9390 aDocShell->GetSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot)); in GetPresentationURL()
9393 if (sameTypeRoot.get() == root.get()) { in GetPresentationURL()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.cpp8893 nsCOMPtr<nsIDocShellTreeItem> sameTypeRoot; local
8894 aDocShell->GetInProcessSameTypeRootTreeItem(getter_AddRefs(sameTypeRoot));
8897 if (sameTypeRoot.get() == root.get()) {