Home
last modified time | relevance | path

Searched refs:aAppCache (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/cache2/
H A DOldWrappers.cpp531 nsIApplicationCache *aAppCache, in GetCacheSession() argument
536 if (aAppCache) in GetCacheSession()
544 if (aAppCache) { in GetCacheSession()
545 aAppCache->GetClientID(clientId); in GetCacheSession()
572 if (aAppCache) { in GetCacheSession()
574 aAppCache->GetProfileDirectory(getter_AddRefs(profileDirectory)); in GetCacheSession()
590 nsIApplicationCache *aAppCache, in NS_IMPL_ISUPPORTS_INHERITED()
605 mAppCache(aAppCache) {} in NS_IMPL_ISUPPORTS_INHERITED()
808 nsIApplicationCache *aAppCache) in NS_IMPL_ISUPPORTS()
810 mAppCache(aAppCache), in NS_IMPL_ISUPPORTS()
H A DAppCacheStorage.cpp25 nsIApplicationCache *aAppCache) in AppCacheStorage() argument
28 mAppCache(aAppCache) {} in AppCacheStorage()
H A DAppCacheStorage.h24 AppCacheStorage(nsILoadContextInfo* aInfo, nsIApplicationCache* aAppCache);
H A DOldWrappers.h171 nsIApplicationCache *aAppCache, nsILoadContextInfo *aLoadInfo,
209 bool aOfflineStorage, nsIApplicationCache *aAppCache);
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/cache2/
H A DOldWrappers.cpp600 nsIApplicationCache* aAppCache, in GetCacheSession() argument
606 if (aAppCache) in GetCacheSession()
614 if (aAppCache) { in GetCacheSession()
615 aAppCache->GetClientID(clientId); in GetCacheSession()
646 if (aAppCache) { in GetCacheSession()
648 aAppCache->GetProfileDirectory(getter_AddRefs(profileDirectory)); in GetCacheSession()
666 nsIApplicationCache* aAppCache, in NS_IMPL_ISUPPORTS_INHERITED()
681 , mAppCache(aAppCache) in NS_IMPL_ISUPPORTS_INHERITED()
903 nsIApplicationCache* aAppCache) in NS_IMPL_ISUPPORTS()
905 , mAppCache(aAppCache) in NS_IMPL_ISUPPORTS()
H A DAppCacheStorage.cpp27 nsIApplicationCache* aAppCache) in NS_IMPL_ISUPPORTS_INHERITED0()
29 , mAppCache(aAppCache) in NS_IMPL_ISUPPORTS_INHERITED0()
H A DAppCacheStorage.h26 nsIApplicationCache* aAppCache);
H A DOldWrappers.h177 nsIApplicationCache* aAppCache,
222 nsIApplicationCache* aAppCache);
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/cache2/
H A DOldWrappers.cpp533 nsIApplicationCache* aAppCache, in GetCacheSession() argument
538 if (aAppCache) in GetCacheSession()
546 if (aAppCache) { in GetCacheSession()
547 aAppCache->GetClientID(clientId); in GetCacheSession()
573 if (aAppCache) { in GetCacheSession()
575 aAppCache->GetProfileDirectory(getter_AddRefs(profileDirectory)); in GetCacheSession()
591 nsIApplicationCache* aAppCache, in NS_IMPL_ISUPPORTS_INHERITED()
606 mAppCache(aAppCache) {} in NS_IMPL_ISUPPORTS_INHERITED()
809 nsIApplicationCache* aAppCache) in NS_IMPL_ISUPPORTS()
811 mAppCache(aAppCache), in NS_IMPL_ISUPPORTS()
H A DAppCacheStorage.cpp25 nsIApplicationCache* aAppCache) in AppCacheStorage() argument
28 mAppCache(aAppCache) {} in AppCacheStorage()
H A DAppCacheStorage.h24 AppCacheStorage(nsILoadContextInfo* aInfo, nsIApplicationCache* aAppCache);
H A DOldWrappers.h174 nsIApplicationCache* aAppCache, nsILoadContextInfo* aLoadInfo,
212 bool aOfflineStorage, nsIApplicationCache* aAppCache);
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DnsHttpChannel.h341 nsIApplicationCache* aAppCache,
348 nsIApplicationCache* aAppCache,
352 nsIApplicationCache* aAppCache,
H A DnsHttpChannel.cpp4211 nsIApplicationCache* aAppCache, in OnCacheEntryAvailable() argument
4220 this, entry, aNew, aAppCache, status, in OnCacheEntryAvailable()
4230 rv = OnCacheEntryAvailableInternal(entry, aNew, aAppCache, status); in OnCacheEntryAvailable()
4242 nsIApplicationCache* aAppCache, in OnCacheEntryAvailableInternal() argument
4252 if (aAppCache) { in OnCacheEntryAvailableInternal()
4253 if (mApplicationCache == aAppCache && !mCacheEntry) { in OnCacheEntryAvailableInternal()
4254 rv = OnOfflineCacheEntryAvailable(entry, aNew, aAppCache, status); in OnCacheEntryAvailableInternal()
4332 nsIApplicationCache* aAppCache, in OnOfflineCacheEntryAvailable() argument
4335 MOZ_ASSERT(!mApplicationCache || aAppCache == mApplicationCache); in OnOfflineCacheEntryAvailable()
4344 mApplicationCache = aAppCache; in OnOfflineCacheEntryAvailable()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DnsHttpChannel.h352 nsICacheEntry *aEntry, bool aNew, nsIApplicationCache *aAppCache,
359 nsICacheEntry *aEntry, nsIApplicationCache *aAppCache, nsresult aResult);
361 nsICacheEntry *entry, bool aNew, nsIApplicationCache *aAppCache,
H A DnsHttpChannel.cpp4095 nsIApplicationCache *aAppCache, in OnCacheEntryAvailable() argument
4105 this, entry, aNew, aAppCache, static_cast<uint32_t>(status), in OnCacheEntryAvailable()
4136 nsICacheEntry *entry, bool aNew, nsIApplicationCache *aAppCache, in OnCacheEntryAvailableInternal() argument
4157 if (aAppCache) { in OnCacheEntryAvailableInternal()
4158 if (mApplicationCache == aAppCache && !mCacheEntry) { in OnCacheEntryAvailableInternal()
4160 } else if (mApplicationCacheForWrite == aAppCache && aNew && in OnCacheEntryAvailableInternal()
4266 MOZ_ASSERT(!mApplicationCache || aAppCache == mApplicationCache); in OnOfflineCacheEntryAvailable()
4275 mApplicationCache = aAppCache; in OnOfflineCacheEntryAvailable()
4294 mApplicationCache = aAppCache; in OnOfflineCacheEntryAvailable()
4359 nsICacheEntry *aEntry, nsIApplicationCache *aAppCache, in OnOfflineCacheEntryForWritingAvailable() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DnsHttpChannel.h396 nsICacheEntry* aEntry, bool aNew, nsIApplicationCache* aAppCache,
403 nsICacheEntry* aEntry, nsIApplicationCache* aAppCache, nsresult aResult);
405 nsICacheEntry* entry, bool aNew, nsIApplicationCache* aAppCache,
H A DnsHttpChannel.cpp4290 nsIApplicationCache* aAppCache, in OnCacheEntryAvailable() argument
4300 this, entry, aNew, aAppCache, static_cast<uint32_t>(status), in OnCacheEntryAvailable()
4331 nsICacheEntry* entry, bool aNew, nsIApplicationCache* aAppCache, in OnCacheEntryAvailableInternal() argument
4352 if (aAppCache) { in OnCacheEntryAvailableInternal()
4353 if (mApplicationCache == aAppCache && !mCacheEntry) { in OnCacheEntryAvailableInternal()
4355 } else if (mApplicationCacheForWrite == aAppCache && aNew && in OnCacheEntryAvailableInternal()
4464 MOZ_ASSERT(!mApplicationCache || aAppCache == mApplicationCache); in OnOfflineCacheEntryAvailable()
4473 mApplicationCache = aAppCache; in OnOfflineCacheEntryAvailable()
4492 mApplicationCache = aAppCache; in OnOfflineCacheEntryAvailable()
4554 nsICacheEntry* aEntry, nsIApplicationCache* aAppCache, in OnOfflineCacheEntryForWritingAvailable() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/cache/
H A DnsDiskCacheDeviceSQL.h172 bool AutoShutdown(nsIApplicationCache *aAppCache);
H A DnsDiskCacheDeviceSQL.cpp2618 bool nsOfflineCacheDevice::AutoShutdown(nsIApplicationCache *aAppCache) { in AutoShutdown() argument
2630 aAppCache->GetClientID(clientID); in AutoShutdown()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/cache/
H A DnsDiskCacheDeviceSQL.h189 bool AutoShutdown(nsIApplicationCache * aAppCache);
H A DnsDiskCacheDeviceSQL.cpp2886 nsOfflineCacheDevice::AutoShutdown(nsIApplicationCache * aAppCache) in AutoShutdown() argument
2900 aAppCache->GetClientID(clientID); in AutoShutdown()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/cache/
H A DnsDiskCacheDeviceSQL.h169 bool AutoShutdown(nsIApplicationCache* aAppCache);
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/wyciwyg/
H A DnsWyciwygChannel.cpp560 nsIApplicationCache* aAppCache, in OnCacheEntryAvailable() argument
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/wyciwyg/
H A DnsWyciwygChannel.cpp518 nsIApplicationCache *aAppCache, in OnCacheEntryAvailable() argument

12