Home
last modified time | relevance | path

Searched refs:nsIDocumentLoaderFactory (Results 1 – 25 of 82) sorted by relevance

1234

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/build/
H A DnsContentDLF.h20 class nsContentDLF : public nsIDocumentLoaderFactory
55 NS_NewContentDocumentLoaderFactory(nsIDocumentLoaderFactory** aResult);
/dports/www/firefox-esr/firefox-91.8.0/layout/build/
H A DnsContentDLF.h23 class nsContentDLF final : public nsIDocumentLoaderFactory {
56 nsresult NS_NewContentDocumentLoaderFactory(nsIDocumentLoaderFactory** aResult);
H A DnsLayoutModule.cpp69 class nsIDocumentLoaderFactory;
125 nsresult NS_NewContentDocumentLoaderFactory(nsIDocumentLoaderFactory** aResult);
172 MAKE_GENERIC_CTOR(nsIDocumentLoaderFactory, NS_NewContentDocumentLoaderFactory) in MAKE_GENERIC_CTOR()
/dports/www/firefox/firefox-99.0/layout/build/
H A DnsContentDLF.h23 class nsContentDLF final : public nsIDocumentLoaderFactory {
56 nsresult NS_NewContentDocumentLoaderFactory(nsIDocumentLoaderFactory** aResult);
H A DnsLayoutModule.cpp69 class nsIDocumentLoaderFactory;
125 nsresult NS_NewContentDocumentLoaderFactory(nsIDocumentLoaderFactory** aResult);
172 MAKE_GENERIC_CTOR(nsIDocumentLoaderFactory, NS_NewContentDocumentLoaderFactory) in MAKE_GENERIC_CTOR()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/build/
H A DnsContentDLF.h23 class nsContentDLF final : public nsIDocumentLoaderFactory {
56 nsresult NS_NewContentDocumentLoaderFactory(nsIDocumentLoaderFactory** aResult);
H A DnsLayoutModule.cpp69 class nsIDocumentLoaderFactory;
125 nsresult NS_NewContentDocumentLoaderFactory(nsIDocumentLoaderFactory** aResult);
172 MAKE_GENERIC_CTOR(nsIDocumentLoaderFactory, NS_NewContentDocumentLoaderFactory) in MAKE_GENERIC_CTOR()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/build/
H A DnsContentDLF.h23 class nsContentDLF final : public nsIDocumentLoaderFactory {
56 nsresult NS_NewContentDocumentLoaderFactory(nsIDocumentLoaderFactory** aResult);
H A DnsLayoutModule.cpp69 class nsIDocumentLoaderFactory;
133 nsresult NS_NewContentDocumentLoaderFactory(nsIDocumentLoaderFactory** aResult);
180 MAKE_GENERIC_CTOR(nsIDocumentLoaderFactory, NS_NewContentDocumentLoaderFactory) in MAKE_GENERIC_CTOR()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/build/
H A DnsContentDLF.h23 class nsContentDLF : public nsIDocumentLoaderFactory {
61 nsresult NS_NewContentDocumentLoaderFactory(nsIDocumentLoaderFactory** aResult);
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DMailNewsDLF.cpp20 NS_IMPL_ISUPPORTS(MailNewsDLF, nsIDocumentLoaderFactory) in NS_IMPL_ISUPPORTS() argument
49 nsCOMPtr<nsIDocumentLoaderFactory> factory( in CreateInstance()
H A DMailNewsDLF.h21 class MailNewsDLF : public nsIDocumentLoaderFactory {
/dports/lang/spidermonkey78/firefox-78.9.0/docshell/base/
H A DnsIDocumentLoaderFactory.idl19 * To get a component that implements nsIDocumentLoaderFactory
27 interface nsIDocumentLoaderFactory : nsISupports {
H A DnsWebNavigationInfo.cpp94 nsCOMPtr<nsIDocumentLoaderFactory> docLoaderFactory = in IsTypeSupportedInternal()
/dports/www/firefox/firefox-99.0/docshell/base/
H A DnsIDocumentLoaderFactory.idl19 * To get a component that implements nsIDocumentLoaderFactory
27 interface nsIDocumentLoaderFactory : nsISupports {
H A DnsWebNavigationInfo.cpp40 nsCOMPtr<nsIDocumentLoaderFactory> docLoaderFactory = in IsTypeSupportedInternal()
/dports/www/firefox-esr/firefox-91.8.0/docshell/base/
H A DnsIDocumentLoaderFactory.idl19 * To get a component that implements nsIDocumentLoaderFactory
27 interface nsIDocumentLoaderFactory : nsISupports {
H A DnsWebNavigationInfo.cpp60 nsCOMPtr<nsIDocumentLoaderFactory> docLoaderFactory = in IsTypeSupportedInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/docshell/base/
H A DnsIDocumentLoaderFactory.idl19 * To get a component that implements nsIDocumentLoaderFactory
27 interface nsIDocumentLoaderFactory : nsISupports {
H A DnsWebNavigationInfo.cpp60 nsCOMPtr<nsIDocumentLoaderFactory> docLoaderFactory = in IsTypeSupportedInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/docshell/base/
H A DnsIDocumentLoaderFactory.idl18 * To get a component that implements nsIDocumentLoaderFactory
26 interface nsIDocumentLoaderFactory : nsISupports {
H A DnsWebNavigationInfo.cpp96 nsCOMPtr<nsIDocumentLoaderFactory> docLoaderFactory = in IsTypeSupportedInternal()
/dports/www/firefox-legacy/firefox-52.8.0esr/docshell/base/
H A DnsIDocumentLoaderFactory.idl18 * To get a component that implements nsIDocumentLoaderFactory
26 interface nsIDocumentLoaderFactory : nsISupports {
H A DnsWebNavigationInfo.cpp105 nsCOMPtr<nsIDocumentLoaderFactory> docLoaderFactory = in IsTypeSupportedInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/utils/
H A DSimpleServices.jsm145 QueryInterface: ChromeUtils.generateQI([Ci.nsIDocumentLoaderFactory]),
162 let factory = Cc[contract].getService(Ci.nsIDocumentLoaderFactory);

1234