Home
last modified time | relevance | path

Searched refs:sameTypeParent (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/extensions/
H A DExtensionManagement.jsm272 if (docShell.sameTypeParent) {
273 let parentWindow = docShell.sameTypeParent.QueryInterface(Ci.nsIInterfaceRequestor)
286 // should have the same privileges of the sameTypeParent.
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/modules/
H A DE10SUtils.jsm92 if (aDocShell.QueryInterface(Ci.nsIDocShellTreeItem).sameTypeParent)
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/modules/addons/
H A DWebNavigationFrames.jsm93 if (!docShell.sameTypeParent) {
/dports/www/firefox-esr/firefox-91.8.0/docshell/base/
H A DnsIDocShellTreeItem.idl73 readonly attribute nsIDocShellTreeItem sameTypeParent;
/dports/lang/spidermonkey78/firefox-78.9.0/docshell/base/
H A DnsIDocShellTreeItem.idl73 readonly attribute nsIDocShellTreeItem sameTypeParent;
/dports/www/firefox/firefox-99.0/docshell/base/
H A DnsIDocShellTreeItem.idl73 readonly attribute nsIDocShellTreeItem sameTypeParent;
/dports/mail/thunderbird/thunderbird-91.8.0/docshell/base/
H A DnsIDocShellTreeItem.idl73 readonly attribute nsIDocShellTreeItem sameTypeParent;
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/generic/
H A DAccessible.cpp970 nsCOMPtr<nsIDocShellTreeItem> sameTypeParent; in NativeAttributes() local
971 docShellTreeItem->GetSameTypeParent(getter_AddRefs(sameTypeParent)); in NativeAttributes()
972 if (!sameTypeParent || sameTypeParent == docShellTreeItem) break; in NativeAttributes()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/generic/
H A DAccessible.cpp1021 nsCOMPtr<nsIDocShellTreeItem> sameTypeParent; in NativeAttributes() local
1022 docShellTreeItem->GetSameTypeParent(getter_AddRefs(sameTypeParent)); in NativeAttributes()
1023 if (!sameTypeParent || sameTypeParent == docShellTreeItem) in NativeAttributes()
/dports/lang/spidermonkey60/firefox-60.9.0/docshell/base/
H A DnsIDocShellTreeItem.idl64 readonly attribute nsIDocShellTreeItem sameTypeParent;
/dports/www/firefox-legacy/firefox-52.8.0esr/docshell/base/
H A DnsIDocShellTreeItem.idl65 readonly attribute nsIDocShellTreeItem sameTypeParent;
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/modules/
H A DE10SUtils.jsm210 if (aDocShell.QueryInterface(Ci.nsIDocShellTreeItem).sameTypeParent)
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsDocument.cpp2628 nsCOMPtr<nsIDocShellTreeItem> sameTypeParent; in StartDocumentLoad() local
2629 treeItem->GetSameTypeParent(getter_AddRefs(sameTypeParent)); in StartDocumentLoad()
2630 if (sameTypeParent) { in StartDocumentLoad()
2631 nsIDocument* doc = sameTypeParent->GetDocument(); in StartDocumentLoad()
H A DnsContentUtils.cpp3928 nsCOMPtr<nsIDocShellTreeItem> sameTypeParent; in IsChildOfSameType() local
3930 docShellAsItem->GetSameTypeParent(getter_AddRefs(sameTypeParent)); in IsChildOfSameType()
3932 return sameTypeParent != nullptr; in IsChildOfSameType()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsDocument.cpp2435 nsCOMPtr<nsIDocShellTreeItem> sameTypeParent; in StartDocumentLoad() local
2436 treeItem->GetSameTypeParent(getter_AddRefs(sameTypeParent)); in StartDocumentLoad()
2437 if (sameTypeParent) { in StartDocumentLoad()
2438 nsIDocument* doc = sameTypeParent->GetDocument(); in StartDocumentLoad()
H A DnsContentUtils.cpp3712 nsCOMPtr<nsIDocShellTreeItem> sameTypeParent; in IsChildOfSameType() local
3714 docShellAsItem->GetSameTypeParent(getter_AddRefs(sameTypeParent)); in IsChildOfSameType()
3716 return sameTypeParent != nullptr; in IsChildOfSameType()