Home
last modified time | relevance | path

Searched refs:aUpdateViaCache (Results 1 – 25 of 85) sorted by relevance

1234

/dports/lang/spidermonkey60/firefox-60.9.0/dom/serviceworkers/
H A DServiceWorkerRegistrationDescriptor.cpp34 ServiceWorkerUpdateViaCache aUpdateViaCache) in ServiceWorkerRegistrationDescriptor() argument
41 mData->updateViaCache() = aUpdateViaCache; in ServiceWorkerRegistrationDescriptor()
49 const nsACString& aScope, ServiceWorkerUpdateViaCache aUpdateViaCache) in ServiceWorkerRegistrationDescriptor() argument
51 aId, aPrincipalInfo, nsCString(aScope), aUpdateViaCache, void_t(), in ServiceWorkerRegistrationDescriptor()
214 ServiceWorkerUpdateViaCache aUpdateViaCache) { in SetUpdateViaCache() argument
215 mData->updateViaCache() = aUpdateViaCache; in SetUpdateViaCache()
H A DServiceWorkerRegistrationDescriptor.h40 ServiceWorkerUpdateViaCache aUpdateViaCache);
44 const nsACString& aScope, ServiceWorkerUpdateViaCache aUpdateViaCache);
83 void SetUpdateViaCache(ServiceWorkerUpdateViaCache aUpdateViaCache);
/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerRegistrationDescriptor.cpp34 const nsACString& aScope, ServiceWorkerUpdateViaCache aUpdateViaCache) in ServiceWorkerRegistrationDescriptor() argument
42 mData->updateViaCache() = aUpdateViaCache; in ServiceWorkerRegistrationDescriptor()
51 ServiceWorkerUpdateViaCache aUpdateViaCache) in ServiceWorkerRegistrationDescriptor() argument
53 aId, aVersion, aPrincipalInfo, nsCString(aScope), aUpdateViaCache, in ServiceWorkerRegistrationDescriptor()
234 ServiceWorkerUpdateViaCache aUpdateViaCache) { in SetUpdateViaCache() argument
235 mData->updateViaCache() = aUpdateViaCache; in SetUpdateViaCache()
H A DServiceWorkerRegistrationDescriptor.h39 const nsACString& aScope, ServiceWorkerUpdateViaCache aUpdateViaCache);
44 const nsACString& aScope, ServiceWorkerUpdateViaCache aUpdateViaCache);
89 void SetUpdateViaCache(ServiceWorkerUpdateViaCache aUpdateViaCache);
H A DServiceWorkerRegistrationInfo.h83 ServiceWorkerUpdateViaCache aUpdateViaCache,
211 void SetUpdateViaCache(ServiceWorkerUpdateViaCache aUpdateViaCache);
245 void UpdateRegistrationState(ServiceWorkerUpdateViaCache aUpdateViaCache);
H A DServiceWorkerRegisterJob.cpp17 const nsACString& aScriptSpec, ServiceWorkerUpdateViaCache aUpdateViaCache) in ServiceWorkerRegisterJob() argument
19 nsCString(aScriptSpec), aUpdateViaCache) {} in ServiceWorkerRegisterJob()
H A DServiceWorkerContainerProxy.cpp46 const nsCString& aScriptURL, ServiceWorkerUpdateViaCache aUpdateViaCache) { in Register() argument
54 [aClientInfo, aScopeURL, aScriptURL, aUpdateViaCache, promise]() mutable { in Register()
61 swm->Register(aClientInfo, aScopeURL, aScriptURL, aUpdateViaCache) in Register()
H A DServiceWorkerUpdateJob.h35 ServiceWorkerUpdateViaCache aUpdateViaCache);
43 ServiceWorkerUpdateViaCache aUpdateViaCache);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerRegistrationDescriptor.cpp34 const nsACString& aScope, ServiceWorkerUpdateViaCache aUpdateViaCache) in ServiceWorkerRegistrationDescriptor() argument
42 mData->updateViaCache() = aUpdateViaCache; in ServiceWorkerRegistrationDescriptor()
51 ServiceWorkerUpdateViaCache aUpdateViaCache) in ServiceWorkerRegistrationDescriptor() argument
53 aId, aVersion, aPrincipalInfo, nsCString(aScope), aUpdateViaCache, in ServiceWorkerRegistrationDescriptor()
234 ServiceWorkerUpdateViaCache aUpdateViaCache) { in SetUpdateViaCache() argument
235 mData->updateViaCache() = aUpdateViaCache; in SetUpdateViaCache()
H A DServiceWorkerRegistrationDescriptor.h39 const nsACString& aScope, ServiceWorkerUpdateViaCache aUpdateViaCache);
44 const nsACString& aScope, ServiceWorkerUpdateViaCache aUpdateViaCache);
89 void SetUpdateViaCache(ServiceWorkerUpdateViaCache aUpdateViaCache);
H A DServiceWorkerRegistrationInfo.h79 ServiceWorkerUpdateViaCache aUpdateViaCache);
206 void SetUpdateViaCache(ServiceWorkerUpdateViaCache aUpdateViaCache);
234 void UpdateRegistrationState(ServiceWorkerUpdateViaCache aUpdateViaCache);
H A DServiceWorkerRegisterJob.cpp17 const nsACString& aScriptSpec, ServiceWorkerUpdateViaCache aUpdateViaCache) in ServiceWorkerRegisterJob() argument
19 nsCString(aScriptSpec), aUpdateViaCache) {} in ServiceWorkerRegisterJob()
H A DServiceWorkerRegistrationInfo.cpp74 ServiceWorkerUpdateViaCache aUpdateViaCache) in ServiceWorkerRegistrationInfo() argument
77 aUpdateViaCache), in ServiceWorkerRegistrationInfo()
183 ServiceWorkerRegistrationInfo::GetUpdateViaCache(uint16_t* aUpdateViaCache) { in GetUpdateViaCache() argument
184 *aUpdateViaCache = static_cast<uint16_t>(GetUpdateViaCache()); in GetUpdateViaCache()
413 ServiceWorkerUpdateViaCache aUpdateViaCache) { in UpdateRegistrationState() argument
435 mDescriptor.SetUpdateViaCache(aUpdateViaCache); in UpdateRegistrationState()
686 ServiceWorkerUpdateViaCache aUpdateViaCache) { in SetUpdateViaCache() argument
687 UpdateRegistrationState(aUpdateViaCache); in SetUpdateViaCache()
H A DServiceWorkerContainerProxy.cpp42 const nsCString& aScriptURL, ServiceWorkerUpdateViaCache aUpdateViaCache) { in Register() argument
50 [aClientInfo, aScopeURL, aScriptURL, aUpdateViaCache, promise]() mutable { in Register()
57 swm->Register(aClientInfo, aScopeURL, aScriptURL, aUpdateViaCache) in Register()
H A DServiceWorkerUpdateJob.h33 ServiceWorkerUpdateViaCache aUpdateViaCache);
41 ServiceWorkerUpdateViaCache aUpdateViaCache);
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerRegistrationDescriptor.cpp34 const nsACString& aScope, ServiceWorkerUpdateViaCache aUpdateViaCache) in ServiceWorkerRegistrationDescriptor() argument
42 mData->updateViaCache() = aUpdateViaCache; in ServiceWorkerRegistrationDescriptor()
51 ServiceWorkerUpdateViaCache aUpdateViaCache) in ServiceWorkerRegistrationDescriptor() argument
53 aId, aVersion, aPrincipalInfo, nsCString(aScope), aUpdateViaCache, in ServiceWorkerRegistrationDescriptor()
234 ServiceWorkerUpdateViaCache aUpdateViaCache) { in SetUpdateViaCache() argument
235 mData->updateViaCache() = aUpdateViaCache; in SetUpdateViaCache()
H A DServiceWorkerRegistrationDescriptor.h39 const nsACString& aScope, ServiceWorkerUpdateViaCache aUpdateViaCache);
44 const nsACString& aScope, ServiceWorkerUpdateViaCache aUpdateViaCache);
89 void SetUpdateViaCache(ServiceWorkerUpdateViaCache aUpdateViaCache);
H A DServiceWorkerRegistrationInfo.h82 ServiceWorkerUpdateViaCache aUpdateViaCache,
210 void SetUpdateViaCache(ServiceWorkerUpdateViaCache aUpdateViaCache);
244 void UpdateRegistrationState(ServiceWorkerUpdateViaCache aUpdateViaCache);
H A DServiceWorkerRegisterJob.cpp17 const nsACString& aScriptSpec, ServiceWorkerUpdateViaCache aUpdateViaCache) in ServiceWorkerRegisterJob() argument
19 nsCString(aScriptSpec), aUpdateViaCache) {} in ServiceWorkerRegisterJob()
H A DServiceWorkerContainerProxy.cpp46 const nsCString& aScriptURL, ServiceWorkerUpdateViaCache aUpdateViaCache) { in Register() argument
54 [aClientInfo, aScopeURL, aScriptURL, aUpdateViaCache, promise]() mutable { in Register()
61 swm->Register(aClientInfo, aScopeURL, aScriptURL, aUpdateViaCache) in Register()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerRegistrationDescriptor.cpp34 const nsACString& aScope, ServiceWorkerUpdateViaCache aUpdateViaCache) in ServiceWorkerRegistrationDescriptor() argument
42 mData->updateViaCache() = aUpdateViaCache; in ServiceWorkerRegistrationDescriptor()
51 ServiceWorkerUpdateViaCache aUpdateViaCache) in ServiceWorkerRegistrationDescriptor() argument
53 aId, aVersion, aPrincipalInfo, nsCString(aScope), aUpdateViaCache, in ServiceWorkerRegistrationDescriptor()
234 ServiceWorkerUpdateViaCache aUpdateViaCache) { in SetUpdateViaCache() argument
235 mData->updateViaCache() = aUpdateViaCache; in SetUpdateViaCache()
H A DServiceWorkerRegistrationDescriptor.h39 const nsACString& aScope, ServiceWorkerUpdateViaCache aUpdateViaCache);
44 const nsACString& aScope, ServiceWorkerUpdateViaCache aUpdateViaCache);
89 void SetUpdateViaCache(ServiceWorkerUpdateViaCache aUpdateViaCache);
H A DServiceWorkerRegistrationInfo.h83 ServiceWorkerUpdateViaCache aUpdateViaCache,
211 void SetUpdateViaCache(ServiceWorkerUpdateViaCache aUpdateViaCache);
245 void UpdateRegistrationState(ServiceWorkerUpdateViaCache aUpdateViaCache);
H A DServiceWorkerRegisterJob.cpp17 const nsACString& aScriptSpec, ServiceWorkerUpdateViaCache aUpdateViaCache) in ServiceWorkerRegisterJob() argument
19 nsCString(aScriptSpec), aUpdateViaCache) {} in ServiceWorkerRegisterJob()
H A DServiceWorkerContainerProxy.cpp46 const nsCString& aScriptURL, ServiceWorkerUpdateViaCache aUpdateViaCache) { in Register() argument
54 [aClientInfo, aScopeURL, aScriptURL, aUpdateViaCache, promise]() mutable { in Register()
61 swm->Register(aClientInfo, aScopeURL, aScriptURL, aUpdateViaCache) in Register()

1234