Home
last modified time | relevance | path

Searched refs:channelContentType (Results 1 – 2 of 2) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/modules/libjar/
H A DnsJARChannel.cpp941 nsAutoCString channelContentType; in OnDownloadComplete() local
942 channel->GetContentType(channelContentType); in OnDownloadComplete()
943 mIsUnsafe = !(contentType.Equals(channelContentType) && in OnDownloadComplete()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/libjar/
H A DnsJARChannel.cpp909 nsAutoCString channelContentType; in OnDownloadComplete() local
910 channel->GetContentType(channelContentType); in OnDownloadComplete()
911 mIsUnsafe = !(contentType.Equals(channelContentType) && in OnDownloadComplete()