Home
last modified time | relevance | path

Searched refs:aMIMEType (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/dports/www/firefox-esr/firefox-91.8.0/dom/plugins/base/
H A DnsPluginHost.cpp165 const nsACString& aMIMEType) { in GetSpecialType() argument
166 if (aMIMEType.LowerCaseEqualsASCII("application/x-test")) { in GetSpecialType()
170 if (aMIMEType.LowerCaseEqualsASCII("application/x-shockwave-flash") || in GetSpecialType()
171 aMIMEType.LowerCaseEqualsASCII("application/futuresplash") || in GetSpecialType()
172 aMIMEType.LowerCaseEqualsASCII("application/x-shockwave-flash-test")) { in GetSpecialType()
212 bool nsPluginHost::CanUsePluginForMIMEType(const nsACString& aMIMEType) { in CanUsePluginForMIMEType() argument
215 if (nsPluginHost::GetSpecialType(aMIMEType) == in CanUsePluginForMIMEType()
217 MimeTypeIsAllowedForFakePlugin(NS_ConvertUTF8toUTF16(aMIMEType)) || in CanUsePluginForMIMEType()
218 aMIMEType.LowerCaseEqualsLiteral("application/x-test")) { in CanUsePluginForMIMEType()
/dports/lang/spidermonkey60/firefox-60.9.0/uriloader/exthandler/
H A DnsMIMEInfoImpl.h48 NS_IMETHOD GetMIMEType(nsACString &aMIMEType) override;
72 explicit nsMIMEInfoBase(const char *aMIMEType = "");
73 explicit nsMIMEInfoBase(const nsACString &aMIMEType);
76 void SetMIMEType(const nsACString &aMIMEType) { mSchemeOrType = aMIMEType; } in SetMIMEType() argument
165 explicit nsMIMEInfoImpl(const char *aMIMEType = "")
166 : nsMIMEInfoBase(aMIMEType) {} in nsMIMEInfoBase() argument
167 explicit nsMIMEInfoImpl(const nsACString &aMIMEType) in nsMIMEInfoImpl() argument
168 : nsMIMEInfoBase(aMIMEType) {} in nsMIMEInfoImpl()
/dports/www/firefox/firefox-99.0/dom/plugins/base/
H A DnsPluginHost.cpp165 const nsACString& aMIMEType) { in GetSpecialType() argument
166 if (aMIMEType.LowerCaseEqualsASCII("application/x-test")) { in GetSpecialType()
170 if (aMIMEType.LowerCaseEqualsASCII("application/x-shockwave-flash") || in GetSpecialType()
171 aMIMEType.LowerCaseEqualsASCII("application/futuresplash") || in GetSpecialType()
172 aMIMEType.LowerCaseEqualsASCII("application/x-shockwave-flash-test")) { in GetSpecialType()
212 bool nsPluginHost::CanUsePluginForMIMEType(const nsACString& aMIMEType) { in CanUsePluginForMIMEType() argument
215 if (nsPluginHost::GetSpecialType(aMIMEType) == in CanUsePluginForMIMEType()
217 MimeTypeIsAllowedForFakePlugin(NS_ConvertUTF8toUTF16(aMIMEType)) || in CanUsePluginForMIMEType()
218 aMIMEType.LowerCaseEqualsLiteral("application/x-test")) { in CanUsePluginForMIMEType()
/dports/www/firefox-legacy/firefox-52.8.0esr/uriloader/exthandler/
H A DnsMIMEInfoImpl.h47 NS_IMETHOD GetMIMEType(nsACString & aMIMEType) override;
70 explicit nsMIMEInfoBase(const char *aMIMEType = "");
71 explicit nsMIMEInfoBase(const nsACString& aMIMEType);
74 void SetMIMEType(const nsACString & aMIMEType) { mSchemeOrType = aMIMEType; } in SetMIMEType() argument
162 explicit nsMIMEInfoImpl(const char *aMIMEType = "") : nsMIMEInfoBase(aMIMEType) {} in nsMIMEInfoBase() argument
163 explicit nsMIMEInfoImpl(const nsACString& aMIMEType) : nsMIMEInfoBase(aMIMEType) {} in nsMIMEInfoImpl() argument
/dports/mail/thunderbird/thunderbird-91.8.0/dom/plugins/base/
H A DnsPluginHost.cpp165 const nsACString& aMIMEType) { in GetSpecialType() argument
166 if (aMIMEType.LowerCaseEqualsASCII("application/x-test")) { in GetSpecialType()
170 if (aMIMEType.LowerCaseEqualsASCII("application/x-shockwave-flash") || in GetSpecialType()
171 aMIMEType.LowerCaseEqualsASCII("application/futuresplash") || in GetSpecialType()
172 aMIMEType.LowerCaseEqualsASCII("application/x-shockwave-flash-test")) { in GetSpecialType()
212 bool nsPluginHost::CanUsePluginForMIMEType(const nsACString& aMIMEType) { in CanUsePluginForMIMEType() argument
215 if (nsPluginHost::GetSpecialType(aMIMEType) == in CanUsePluginForMIMEType()
217 MimeTypeIsAllowedForFakePlugin(NS_ConvertUTF8toUTF16(aMIMEType)) || in CanUsePluginForMIMEType()
218 aMIMEType.LowerCaseEqualsLiteral("application/x-test")) { in CanUsePluginForMIMEType()
/dports/lang/spidermonkey78/firefox-78.9.0/uriloader/exthandler/
H A DnsMIMEInfoImpl.h49 NS_IMETHOD GetMIMEType(nsACString& aMIMEType) override;
74 explicit nsMIMEInfoBase(const char* aMIMEType = "");
75 explicit nsMIMEInfoBase(const nsACString& aMIMEType);
78 void SetMIMEType(const nsACString& aMIMEType) { mSchemeOrType = aMIMEType; } in SetMIMEType() argument
174 explicit nsMIMEInfoImpl(const char* aMIMEType = "")
175 : nsMIMEInfoBase(aMIMEType) {} in nsMIMEInfoBase() argument
176 explicit nsMIMEInfoImpl(const nsACString& aMIMEType) in nsMIMEInfoImpl() argument
177 : nsMIMEInfoBase(aMIMEType) {} in nsMIMEInfoImpl()
H A DnsMIMEInfoChild.h16 explicit nsChildProcessMIMEInfo(const char* aMIMEType = "")
17 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoImpl() argument
19 explicit nsChildProcessMIMEInfo(const nsACString& aMIMEType) in nsChildProcessMIMEInfo() argument
20 : nsMIMEInfoImpl(aMIMEType) {} in nsChildProcessMIMEInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/uriloader/exthandler/
H A DnsMIMEInfoImpl.h49 NS_IMETHOD GetMIMEType(nsACString& aMIMEType) override;
73 explicit nsMIMEInfoBase(const char* aMIMEType = "");
74 explicit nsMIMEInfoBase(const nsACString& aMIMEType);
77 void SetMIMEType(const nsACString& aMIMEType) { mSchemeOrType = aMIMEType; } in SetMIMEType() argument
173 explicit nsMIMEInfoImpl(const char* aMIMEType = "")
174 : nsMIMEInfoBase(aMIMEType) {} in nsMIMEInfoBase() argument
175 explicit nsMIMEInfoImpl(const nsACString& aMIMEType) in nsMIMEInfoImpl() argument
176 : nsMIMEInfoBase(aMIMEType) {} in nsMIMEInfoImpl()
H A DnsMIMEInfoChild.h16 explicit nsChildProcessMIMEInfo(const char* aMIMEType = "")
17 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoImpl() argument
19 explicit nsChildProcessMIMEInfo(const nsACString& aMIMEType) in nsChildProcessMIMEInfo() argument
20 : nsMIMEInfoImpl(aMIMEType) {} in nsChildProcessMIMEInfo()
/dports/www/firefox/firefox-99.0/uriloader/exthandler/
H A DnsMIMEInfoImpl.h49 NS_IMETHOD GetMIMEType(nsACString& aMIMEType) override;
73 explicit nsMIMEInfoBase(const char* aMIMEType = "");
74 explicit nsMIMEInfoBase(const nsACString& aMIMEType);
77 void SetMIMEType(const nsACString& aMIMEType) { mSchemeOrType = aMIMEType; } in SetMIMEType() argument
177 explicit nsMIMEInfoImpl(const char* aMIMEType = "")
178 : nsMIMEInfoBase(aMIMEType) {} in nsMIMEInfoBase() argument
179 explicit nsMIMEInfoImpl(const nsACString& aMIMEType) in nsMIMEInfoImpl() argument
180 : nsMIMEInfoBase(aMIMEType) {} in nsMIMEInfoImpl()
H A DnsMIMEInfoChild.h16 explicit nsChildProcessMIMEInfo(const char* aMIMEType = "")
17 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoImpl() argument
19 explicit nsChildProcessMIMEInfo(const nsACString& aMIMEType) in nsChildProcessMIMEInfo() argument
20 : nsMIMEInfoImpl(aMIMEType) {} in nsChildProcessMIMEInfo()
/dports/www/firefox-esr/firefox-91.8.0/uriloader/exthandler/
H A DnsMIMEInfoImpl.h49 NS_IMETHOD GetMIMEType(nsACString& aMIMEType) override;
73 explicit nsMIMEInfoBase(const char* aMIMEType = "");
74 explicit nsMIMEInfoBase(const nsACString& aMIMEType);
77 void SetMIMEType(const nsACString& aMIMEType) { mSchemeOrType = aMIMEType; } in SetMIMEType() argument
173 explicit nsMIMEInfoImpl(const char* aMIMEType = "")
174 : nsMIMEInfoBase(aMIMEType) {} in nsMIMEInfoBase() argument
175 explicit nsMIMEInfoImpl(const nsACString& aMIMEType) in nsMIMEInfoImpl() argument
176 : nsMIMEInfoBase(aMIMEType) {} in nsMIMEInfoImpl()
/dports/www/firefox-legacy/firefox-52.8.0esr/uriloader/exthandler/gonk/
H A DnsOSHelperAppService.cpp22 nsGonkMIMEInfo(const nsACString& aMIMEType) : nsMIMEInfoImpl(aMIMEType) { } in nsGonkMIMEInfo() argument
39 nsOSHelperAppService::GetMIMEInfoFromOS(const nsACString& aMIMEType, in GetMIMEInfoFromOS() argument
46 RefPtr<nsGonkMIMEInfo> mimeInfo = new nsGonkMIMEInfo(aMIMEType); in GetMIMEInfoFromOS()
/dports/lang/spidermonkey78/firefox-78.9.0/uriloader/exthandler/unix/
H A DnsMIMEInfoUnix.h14 explicit nsMIMEInfoUnix(const char* aMIMEType = "")
15 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoImpl() argument
16 explicit nsMIMEInfoUnix(const nsACString& aMIMEType) in nsMIMEInfoUnix() argument
17 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoUnix()
/dports/lang/spidermonkey60/firefox-60.9.0/uriloader/exthandler/unix/
H A DnsMIMEInfoUnix.h14 explicit nsMIMEInfoUnix(const char *aMIMEType = "")
15 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoImpl() argument
16 explicit nsMIMEInfoUnix(const nsACString &aMIMEType) in nsMIMEInfoUnix() argument
17 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoUnix()
/dports/mail/thunderbird/thunderbird-91.8.0/uriloader/exthandler/unix/
H A DnsMIMEInfoUnix.h14 explicit nsMIMEInfoUnix(const char* aMIMEType = "")
15 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoImpl() argument
16 explicit nsMIMEInfoUnix(const nsACString& aMIMEType) in nsMIMEInfoUnix() argument
17 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoUnix()
/dports/www/firefox/firefox-99.0/uriloader/exthandler/unix/
H A DnsMIMEInfoUnix.h14 explicit nsMIMEInfoUnix(const char* aMIMEType = "")
15 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoImpl() argument
16 explicit nsMIMEInfoUnix(const nsACString& aMIMEType) in nsMIMEInfoUnix() argument
17 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoUnix()
/dports/www/firefox-esr/firefox-91.8.0/uriloader/exthandler/unix/
H A DnsMIMEInfoUnix.h14 explicit nsMIMEInfoUnix(const char* aMIMEType = "")
15 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoImpl() argument
16 explicit nsMIMEInfoUnix(const nsACString& aMIMEType) in nsMIMEInfoUnix() argument
17 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoUnix()
/dports/www/firefox-legacy/firefox-52.8.0esr/uriloader/exthandler/unix/
H A DnsMIMEInfoUnix.h15 explicit nsMIMEInfoUnix(const char *aMIMEType = "") : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoImpl() argument
16 explicit nsMIMEInfoUnix(const nsACString& aMIMEType) : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoUnix() argument
/dports/lang/spidermonkey78/firefox-78.9.0/uriloader/exthandler/mac/
H A DnsMIMEInfoMac.h12 explicit nsMIMEInfoMac(const char* aMIMEType = "")
13 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoImpl() argument
14 explicit nsMIMEInfoMac(const nsACString& aMIMEType) in nsMIMEInfoMac() argument
15 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoMac()
/dports/mail/thunderbird/thunderbird-91.8.0/uriloader/exthandler/mac/
H A DnsMIMEInfoMac.h12 explicit nsMIMEInfoMac(const char* aMIMEType = "")
13 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoImpl() argument
14 explicit nsMIMEInfoMac(const nsACString& aMIMEType) in nsMIMEInfoMac() argument
15 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoMac()
/dports/www/firefox/firefox-99.0/uriloader/exthandler/mac/
H A DnsMIMEInfoMac.h12 explicit nsMIMEInfoMac(const char* aMIMEType = "")
13 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoImpl() argument
14 explicit nsMIMEInfoMac(const nsACString& aMIMEType) in nsMIMEInfoMac() argument
15 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoMac()
/dports/www/firefox-esr/firefox-91.8.0/uriloader/exthandler/mac/
H A DnsMIMEInfoMac.h12 explicit nsMIMEInfoMac(const char* aMIMEType = "")
13 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoImpl() argument
14 explicit nsMIMEInfoMac(const nsACString& aMIMEType) in nsMIMEInfoMac() argument
15 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoMac()
/dports/www/firefox-legacy/firefox-52.8.0esr/uriloader/exthandler/mac/
H A DnsMIMEInfoMac.h12 explicit nsMIMEInfoMac(const char* aMIMEType = "") : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoImpl() argument
13 explicit nsMIMEInfoMac(const nsACString& aMIMEType) : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoMac() argument
/dports/lang/spidermonkey60/firefox-60.9.0/uriloader/exthandler/mac/
H A DnsMIMEInfoMac.h12 explicit nsMIMEInfoMac(const char* aMIMEType = "")
13 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoImpl() argument
14 explicit nsMIMEInfoMac(const nsACString& aMIMEType) in nsMIMEInfoMac() argument
15 : nsMIMEInfoImpl(aMIMEType) {} in nsMIMEInfoMac()

12345678910>>...12