Home
last modified time | relevance | path

Searched refs:rootDocShell (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DUIDirectionManager.cpp34 nsCOMPtr<nsIDocShell> rootDocShell = window->GetDocShell(); in OnPrefChange() local
36 rootDocShell->GetAllDocShellsInSubtree( in OnPrefChange()
H A DnsCCUncollectableMarker.cpp272 nsCOMPtr<nsIDocShell> rootDocShell = window->GetDocShell(); in MarkWindowList() local
274 MarkDocShell(rootDocShell, aCleanupJS); in MarkWindowList()
276 RefPtr<BrowserChild> browserChild = BrowserChild::GetFrom(rootDocShell); in MarkWindowList()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/extensions/
H A DWebNavigationFrames.jsm97 * @param {nsIDocShell} rootDocShell - the root docShell object
101 function findDocShell(frameId, rootDocShell) {
102 for (let docShell of iterateDocShellTree(rootDocShell)) {
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/modules/addons/
H A DWebNavigationFrames.jsm110 * @param {nsIDocShell} rootDocShell - the root docShell object
114 function findDocShell(frameId, rootDocShell) {
115 for (let docShell of iterateDocShellTree(rootDocShell)) {
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/modules/addons/
H A DWebNavigationFrames.jsm107 * @param {nsIDocShell} rootDocShell - the root docShell object
111 function findDocShell(frameId, rootDocShell) {
112 for (let docShell of iterateDocShellTree(rootDocShell)) {
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsCCUncollectableMarker.cpp307 nsCOMPtr<nsIDocShell> rootDocShell = window->GetDocShell(); in MarkWindowList() local
309 MarkDocShell(rootDocShell, aCleanupJS, aPrepareForCC); in MarkWindowList()
312 rootDocShell ? rootDocShell->GetTabChild() : nullptr; in MarkWindowList()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsCCUncollectableMarker.cpp296 nsCOMPtr<nsIDocShell> rootDocShell = window->GetDocShell(); in MarkWindowList() local
298 MarkDocShell(rootDocShell, aCleanupJS, aPrepareForCC); in MarkWindowList()
301 rootDocShell ? rootDocShell->GetTabChild() : nullptr; in MarkWindowList()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsCCUncollectableMarker.cpp277 nsCOMPtr<nsIDocShell> rootDocShell = window->GetDocShell(); in MarkWindowList() local
279 MarkDocShell(rootDocShell, aCleanupJS); in MarkWindowList()
281 RefPtr<BrowserChild> browserChild = BrowserChild::GetFrom(rootDocShell); in MarkWindowList()
H A DnsJSEnvironment.cpp1590 nsIDocShell* rootDocShell = root->GetDocShell(); in MaybeRunNextCollectorSlice() local
1591 if (!rootDocShell) { in MaybeRunNextCollectorSlice()
1595 Document* rootDocument = rootDocShell->GetDocument(); in MaybeRunNextCollectorSlice()
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsCCUncollectableMarker.cpp275 nsCOMPtr<nsIDocShell> rootDocShell = window->GetDocShell(); in MarkWindowList() local
277 MarkDocShell(rootDocShell, aCleanupJS); in MarkWindowList()
279 RefPtr<BrowserChild> browserChild = BrowserChild::GetFrom(rootDocShell); in MarkWindowList()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsCCUncollectableMarker.cpp277 nsCOMPtr<nsIDocShell> rootDocShell = window->GetDocShell(); in MarkWindowList() local
279 MarkDocShell(rootDocShell, aCleanupJS); in MarkWindowList()
281 RefPtr<BrowserChild> browserChild = BrowserChild::GetFrom(rootDocShell); in MarkWindowList()
/dports/www/firefox/firefox-99.0/toolkit/components/find/
H A DnsWebBrowserFind.cpp121 nsIDocShell* rootDocShell = rootFrame->GetDocShell(); in NS_IMPL_ISUPPORTS() local
122 if (!rootDocShell) { in NS_IMPL_ISUPPORTS()
130 rv = rootDocShell->GetAllDocShellsInSubtree(nsIDocShellTreeItem::typeAll, in NS_IMPL_ISUPPORTS()
180 rv = rootDocShell->GetAllDocShellsInSubtree(nsIDocShellTreeItem::typeAll, in NS_IMPL_ISUPPORTS()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/find/
H A DnsWebBrowserFind.cpp121 nsIDocShell* rootDocShell = rootFrame->GetDocShell(); in NS_IMPL_ISUPPORTS() local
122 if (!rootDocShell) { in NS_IMPL_ISUPPORTS()
130 rv = rootDocShell->GetAllDocShellsInSubtree(nsIDocShellTreeItem::typeAll, in NS_IMPL_ISUPPORTS()
180 rv = rootDocShell->GetAllDocShellsInSubtree(nsIDocShellTreeItem::typeAll, in NS_IMPL_ISUPPORTS()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/find/
H A DnsWebBrowserFind.cpp121 nsIDocShell* rootDocShell = rootFrame->GetDocShell(); in NS_IMPL_ISUPPORTS() local
122 if (!rootDocShell) { in NS_IMPL_ISUPPORTS()
130 rv = rootDocShell->GetAllDocShellsInSubtree(nsIDocShellTreeItem::typeAll, in NS_IMPL_ISUPPORTS()
180 rv = rootDocShell->GetAllDocShellsInSubtree(nsIDocShellTreeItem::typeAll, in NS_IMPL_ISUPPORTS()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/find/
H A DnsWebBrowserFind.cpp119 nsIDocShell* rootDocShell = rootFrame->GetDocShell(); in NS_IMPL_ISUPPORTS() local
120 if (!rootDocShell) { in NS_IMPL_ISUPPORTS()
128 rv = rootDocShell->GetAllDocShellsInSubtree(nsIDocShellTreeItem::typeAll, in NS_IMPL_ISUPPORTS()
178 rv = rootDocShell->GetAllDocShellsInSubtree(nsIDocShellTreeItem::typeAll, in NS_IMPL_ISUPPORTS()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/public/
H A DnsIMsgWindow.idl40 attribute nsIDocShell rootDocShell;
51 * a value if the rootDocShell has been set.
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/find/
H A DnsWebBrowserFind.cpp118 nsIDocShell* rootDocShell = rootFrame->GetDocShell(); in NS_IMPL_ISUPPORTS() local
119 if (!rootDocShell) { in NS_IMPL_ISUPPORTS()
127 rv = rootDocShell->GetDocShellEnumerator(nsIDocShellTreeItem::typeAll, in NS_IMPL_ISUPPORTS()
196 rv = rootDocShell->GetDocShellEnumerator(nsIDocShellTreeItem::typeAll, in NS_IMPL_ISUPPORTS()
/dports/www/firefox-legacy/firefox-52.8.0esr/embedding/components/find/
H A DnsWebBrowserFind.cpp125 nsIDocShell* rootDocShell = rootFrame->GetDocShell(); in NS_IMPL_ISUPPORTS() local
126 if (!rootDocShell) { in NS_IMPL_ISUPPORTS()
134 rv = rootDocShell->GetDocShellEnumerator(nsIDocShellTreeItem::typeAll, in NS_IMPL_ISUPPORTS()
203 rv = rootDocShell->GetDocShellEnumerator(nsIDocShellTreeItem::typeAll, in NS_IMPL_ISUPPORTS()
/dports/www/firefox-esr/firefox-91.8.0/browser/components/protocolhandler/
H A DWebProtocolHandlerRegistrar.jsm103 let rootDocShell = aBrowserOrWindow.docShell.sameTypeRootTreeItem;
104 browser = rootDocShell.QueryInterface(Ci.nsIDocShell).chromeEventHandler;
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/protocolhandler/
H A DWebProtocolHandlerRegistrar.jsm103 let rootDocShell = aBrowserOrWindow.docShell.sameTypeRootTreeItem;
104 browser = rootDocShell.QueryInterface(Ci.nsIDocShell).chromeEventHandler;
/dports/www/firefox/firefox-99.0/browser/components/protocolhandler/
H A DWebProtocolHandlerRegistrar.jsm103 let rootDocShell = aBrowserOrWindow.docShell.sameTypeRootTreeItem;
104 browser = rootDocShell.QueryInterface(Ci.nsIDocShell).chromeEventHandler;
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/protocolhandler/
H A DWebProtocolHandlerRegistrar.jsm103 let rootDocShell = aBrowserOrWindow.docShell.sameTypeRootTreeItem;
104 browser = rootDocShell.QueryInterface(Ci.nsIDocShell).chromeEventHandler;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgContentPolicy.cpp183 nsCOMPtr<nsIDocShell> rootDocShell; in ShouldLoad() local
185 getter_AddRefs(rootDocShell)); in ShouldLoad()
189 if (rootDocShell->GetAppType() != nsIDocShell::APP_TYPE_MAIL) return NS_OK; in ShouldLoad()
/dports/www/firefox-legacy/firefox-52.8.0esr/docshell/shistory/
H A DnsISHistoryInternal.idl47 void setRootDocShell(in nsIDocShell rootDocShell);
/dports/lang/spidermonkey60/firefox-60.9.0/docshell/shistory/
H A DnsISHistoryInternal.idl48 void setRootDocShell(in nsIDocShell rootDocShell);

12