Home
last modified time | relevance | path

Searched refs:ServiceWorkerInfo (Results 1 – 25 of 103) sorted by relevance

12345

/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerInfo.cpp54 ServiceWorkerInfo::GetId(nsAString& aId) { in NS_IMPL_ISUPPORTS()
75 ServiceWorkerInfo::GetState(uint16_t* aState) { in GetState()
137 ServiceWorkerInfo::GetTestingInjectCancellation( in GetTestingInjectCancellation()
146 ServiceWorkerInfo::SetTestingInjectCancellation( in SetTestingInjectCancellation()
154 ServiceWorkerInfo::AttachDebugger() { in AttachDebugger()
159 ServiceWorkerInfo::DetachDebugger() { in DetachDebugger()
196 ServiceWorkerInfo::ServiceWorkerInfo(nsIPrincipal* aPrincipal, in ServiceWorkerInfo() function in mozilla::dom::ServiceWorkerInfo
234 ServiceWorkerInfo::~ServiceWorkerInfo() { in ~ServiceWorkerInfo()
241 uint64_t ServiceWorkerInfo::GetNextID() const { in GetNextID()
253 void ServiceWorkerInfo::UpdateInstalledTime() { in UpdateInstalledTime()
[all …]
H A DServiceWorkerRegistrationInfo.h55 RefPtr<ServiceWorkerInfo> mEvaluatingWorker;
56 RefPtr<ServiceWorkerInfo> mActiveWorker;
57 RefPtr<ServiceWorkerInfo> mWaitingWorker;
58 RefPtr<ServiceWorkerInfo> mInstallingWorker;
100 RefPtr<ServiceWorkerInfo> newest; in Newest()
164 ServiceWorkerInfo* GetEvaluating() const;
166 ServiceWorkerInfo* GetInstalling() const;
168 ServiceWorkerInfo* GetWaiting() const;
170 ServiceWorkerInfo* GetActive() const;
172 ServiceWorkerInfo* GetByDescriptor(
[all …]
H A DServiceWorkerRegistrationInfo.cpp47 ForEachWorker([](RefPtr<ServiceWorkerInfo>& aWorker) { in ShutdownWorkers()
54 ForEachWorker([](RefPtr<ServiceWorkerInfo>& aWorker) { in Clear()
212 RefPtr<ServiceWorkerInfo> info = mEvaluatingWorker; in GetEvaluatingWorker()
221 RefPtr<ServiceWorkerInfo> info = mInstallingWorker; in GetInstallingWorker()
230 RefPtr<ServiceWorkerInfo> info = mWaitingWorker; in GetWaitingWorker()
238 RefPtr<ServiceWorkerInfo> info = mActiveWorker; in GetActiveWorker()
307 already_AddRefed<ServiceWorkerInfo>
311 RefPtr<ServiceWorkerInfo> serviceWorker; in GetServiceWorkerInfoById()
582 ServiceWorkerInfo* aServiceWorker) { in SetEvaluating()
663 ServiceWorkerInfo* aServiceWorker) { in SetActive()
[all …]
H A DServiceWorkerRegistrationDescriptor.h22 class ServiceWorkerInfo; variable
91 void SetWorkers(ServiceWorkerInfo* aInstalling, ServiceWorkerInfo* aWaiting,
92 ServiceWorkerInfo* aActive);
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerInfo.cpp54 ServiceWorkerInfo::GetId(nsAString& aId) { in NS_IMPL_ISUPPORTS()
75 ServiceWorkerInfo::GetState(uint16_t* aState) { in GetState()
137 ServiceWorkerInfo::GetTestingInjectCancellation( in GetTestingInjectCancellation()
146 ServiceWorkerInfo::SetTestingInjectCancellation( in SetTestingInjectCancellation()
154 ServiceWorkerInfo::AttachDebugger() { in AttachDebugger()
159 ServiceWorkerInfo::DetachDebugger() { in DetachDebugger()
196 ServiceWorkerInfo::ServiceWorkerInfo(nsIPrincipal* aPrincipal, in ServiceWorkerInfo() function in mozilla::dom::ServiceWorkerInfo
234 ServiceWorkerInfo::~ServiceWorkerInfo() { in ~ServiceWorkerInfo()
241 uint64_t ServiceWorkerInfo::GetNextID() const { in GetNextID()
253 void ServiceWorkerInfo::UpdateInstalledTime() { in UpdateInstalledTime()
[all …]
H A DServiceWorkerRegistrationInfo.h54 RefPtr<ServiceWorkerInfo> mEvaluatingWorker;
55 RefPtr<ServiceWorkerInfo> mActiveWorker;
56 RefPtr<ServiceWorkerInfo> mWaitingWorker;
57 RefPtr<ServiceWorkerInfo> mInstallingWorker;
99 RefPtr<ServiceWorkerInfo> newest; in Newest()
163 ServiceWorkerInfo* GetEvaluating() const;
165 ServiceWorkerInfo* GetInstalling() const;
167 ServiceWorkerInfo* GetWaiting() const;
169 ServiceWorkerInfo* GetActive() const;
171 ServiceWorkerInfo* GetByDescriptor(
[all …]
H A DServiceWorkerRegistrationInfo.cpp47 ForEachWorker([](RefPtr<ServiceWorkerInfo>& aWorker) { in ShutdownWorkers()
54 ForEachWorker([](RefPtr<ServiceWorkerInfo>& aWorker) { in Clear()
212 RefPtr<ServiceWorkerInfo> info = mEvaluatingWorker; in GetEvaluatingWorker()
221 RefPtr<ServiceWorkerInfo> info = mInstallingWorker; in GetInstallingWorker()
230 RefPtr<ServiceWorkerInfo> info = mWaitingWorker; in GetWaitingWorker()
238 RefPtr<ServiceWorkerInfo> info = mActiveWorker; in GetActiveWorker()
307 already_AddRefed<ServiceWorkerInfo>
311 RefPtr<ServiceWorkerInfo> serviceWorker; in GetServiceWorkerInfoById()
583 ServiceWorkerInfo* aServiceWorker) { in SetEvaluating()
664 ServiceWorkerInfo* aServiceWorker) { in SetActive()
[all …]
H A DServiceWorkerRegistrationDescriptor.h22 class ServiceWorkerInfo; variable
91 void SetWorkers(ServiceWorkerInfo* aInstalling, ServiceWorkerInfo* aWaiting,
92 ServiceWorkerInfo* aActive);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerInfo.cpp54 ServiceWorkerInfo::GetId(nsAString& aId) { in NS_IMPL_ISUPPORTS()
75 ServiceWorkerInfo::GetState(uint16_t* aState) { in GetState()
137 ServiceWorkerInfo::GetTestingInjectCancellation( in GetTestingInjectCancellation()
146 ServiceWorkerInfo::SetTestingInjectCancellation( in SetTestingInjectCancellation()
154 ServiceWorkerInfo::AttachDebugger() { in AttachDebugger()
159 ServiceWorkerInfo::DetachDebugger() { in DetachDebugger()
196 ServiceWorkerInfo::ServiceWorkerInfo(nsIPrincipal* aPrincipal, in ServiceWorkerInfo() function in mozilla::dom::ServiceWorkerInfo
234 ServiceWorkerInfo::~ServiceWorkerInfo() { in ~ServiceWorkerInfo()
241 uint64_t ServiceWorkerInfo::GetNextID() const { in GetNextID()
253 void ServiceWorkerInfo::UpdateInstalledTime() { in UpdateInstalledTime()
[all …]
H A DServiceWorkerRegistrationInfo.h55 RefPtr<ServiceWorkerInfo> mEvaluatingWorker;
56 RefPtr<ServiceWorkerInfo> mActiveWorker;
57 RefPtr<ServiceWorkerInfo> mWaitingWorker;
58 RefPtr<ServiceWorkerInfo> mInstallingWorker;
100 RefPtr<ServiceWorkerInfo> newest; in Newest()
164 ServiceWorkerInfo* GetEvaluating() const;
166 ServiceWorkerInfo* GetInstalling() const;
168 ServiceWorkerInfo* GetWaiting() const;
170 ServiceWorkerInfo* GetActive() const;
172 ServiceWorkerInfo* GetByDescriptor(
[all …]
H A DServiceWorkerRegistrationInfo.cpp47 ForEachWorker([](RefPtr<ServiceWorkerInfo>& aWorker) { in ShutdownWorkers()
54 ForEachWorker([](RefPtr<ServiceWorkerInfo>& aWorker) { in Clear()
212 RefPtr<ServiceWorkerInfo> info = mEvaluatingWorker; in GetEvaluatingWorker()
221 RefPtr<ServiceWorkerInfo> info = mInstallingWorker; in GetInstallingWorker()
230 RefPtr<ServiceWorkerInfo> info = mWaitingWorker; in GetWaitingWorker()
238 RefPtr<ServiceWorkerInfo> info = mActiveWorker; in GetActiveWorker()
307 already_AddRefed<ServiceWorkerInfo>
311 RefPtr<ServiceWorkerInfo> serviceWorker; in GetServiceWorkerInfoById()
582 ServiceWorkerInfo* aServiceWorker) { in SetEvaluating()
663 ServiceWorkerInfo* aServiceWorker) { in SetActive()
[all …]
H A DServiceWorkerRegistrationDescriptor.h22 class ServiceWorkerInfo; variable
91 void SetWorkers(ServiceWorkerInfo* aInstalling, ServiceWorkerInfo* aWaiting,
92 ServiceWorkerInfo* aActive);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerInfo.cpp53 ServiceWorkerInfo::GetId(nsAString& aId) { in NS_IMPL_ISUPPORTS()
74 ServiceWorkerInfo::GetState(uint16_t* aState) { in GetState()
104 ServiceWorkerInfo::GetInstalledTime(PRTime* _retval) { in GetInstalledTime()
128 ServiceWorkerInfo::AttachDebugger() { in AttachDebugger()
133 ServiceWorkerInfo::DetachDebugger() { in DetachDebugger()
170 ServiceWorkerInfo::ServiceWorkerInfo(nsIPrincipal* aPrincipal, in ServiceWorkerInfo() function in mozilla::dom::ServiceWorkerInfo
207 ServiceWorkerInfo::~ServiceWorkerInfo() { in ~ServiceWorkerInfo()
214 uint64_t ServiceWorkerInfo::GetNextID() const { in GetNextID()
226 void ServiceWorkerInfo::UpdateInstalledTime() { in UpdateInstalledTime()
236 void ServiceWorkerInfo::UpdateActivatedTime() { in UpdateActivatedTime()
[all …]
H A DServiceWorkerRegistrationInfo.h53 RefPtr<ServiceWorkerInfo> mEvaluatingWorker;
54 RefPtr<ServiceWorkerInfo> mActiveWorker;
55 RefPtr<ServiceWorkerInfo> mWaitingWorker;
56 RefPtr<ServiceWorkerInfo> mInstallingWorker;
95 RefPtr<ServiceWorkerInfo> newest; in Newest()
159 ServiceWorkerInfo* GetEvaluating() const;
161 ServiceWorkerInfo* GetInstalling() const;
163 ServiceWorkerInfo* GetWaiting() const;
165 ServiceWorkerInfo* GetActive() const;
167 ServiceWorkerInfo* GetByDescriptor(
[all …]
H A DServiceWorkerRegistrationInfo.cpp45 ForEachWorker([](RefPtr<ServiceWorkerInfo>& aWorker) { in ShutdownWorkers()
52 ForEachWorker([](RefPtr<ServiceWorkerInfo>& aWorker) { in Clear()
200 RefPtr<ServiceWorkerInfo> info = mEvaluatingWorker; in GetEvaluatingWorker()
209 RefPtr<ServiceWorkerInfo> info = mInstallingWorker; in GetInstallingWorker()
218 RefPtr<ServiceWorkerInfo> info = mWaitingWorker; in GetWaitingWorker()
226 RefPtr<ServiceWorkerInfo> info = mActiveWorker; in GetActiveWorker()
271 already_AddRefed<ServiceWorkerInfo>
275 RefPtr<ServiceWorkerInfo> serviceWorker; in GetServiceWorkerInfoById()
535 ServiceWorkerInfo* aServiceWorker) { in SetEvaluating()
616 ServiceWorkerInfo* aServiceWorker) { in SetActive()
[all …]
H A DServiceWorkerRegistrationDescriptor.h22 class ServiceWorkerInfo; variable
91 void SetWorkers(ServiceWorkerInfo* aInstalling, ServiceWorkerInfo* aWaiting,
92 ServiceWorkerInfo* aActive);
H A DServiceWorkerImpl.h15 class ServiceWorkerInfo; variable
19 RefPtr<ServiceWorkerInfo> mInfo;
38 ServiceWorkerImpl(ServiceWorkerInfo* aInfo,
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/
H A DServiceWorkerRegistrationInfo.h30 RefPtr<ServiceWorkerInfo> mEvaluatingWorker;
31 RefPtr<ServiceWorkerInfo> mActiveWorker;
32 RefPtr<ServiceWorkerInfo> mWaitingWorker;
33 RefPtr<ServiceWorkerInfo> mInstallingWorker;
55 already_AddRefed<ServiceWorkerInfo>
58 RefPtr<ServiceWorkerInfo> newest; in Newest()
70 already_AddRefed<ServiceWorkerInfo>
125 ServiceWorkerInfo*
128 ServiceWorkerInfo*
131 ServiceWorkerInfo*
[all …]
H A DServiceWorkerInfo.cpp26 NS_IMPL_ISUPPORTS(ServiceWorkerInfo, nsIServiceWorkerInfo) in NS_IMPL_ISUPPORTS() argument
29 ServiceWorkerInfo::GetScriptSpec(nsAString& aScriptSpec) in NS_IMPL_ISUPPORTS()
37 ServiceWorkerInfo::GetCacheName(nsAString& aCacheName) in GetCacheName()
45 ServiceWorkerInfo::GetState(uint16_t* aState) in GetState()
64 ServiceWorkerInfo::AttachDebugger() in AttachDebugger()
70 ServiceWorkerInfo::DetachDebugger() in DetachDebugger()
76 ServiceWorkerInfo::AppendWorker(ServiceWorker* aWorker) in AppendWorker()
91 ServiceWorkerInfo::RemoveWorker(ServiceWorker* aWorker) in RemoveWorker()
171 ServiceWorkerInfo::ServiceWorkerInfo(nsIPrincipal* aPrincipal, in ServiceWorkerInfo() function in ServiceWorkerInfo
192 ServiceWorkerInfo::~ServiceWorkerInfo() in ~ServiceWorkerInfo()
[all …]
H A DServiceWorker.h21 class ServiceWorkerInfo; variable
30 friend class ServiceWorkerInfo; variable
72 ServiceWorker(nsPIDOMWindowInner* aWindow, ServiceWorkerInfo* aInfo);
78 const RefPtr<ServiceWorkerInfo> mInfo;
H A DServiceWorkerRegistrationInfo.cpp114 RefPtr<ServiceWorkerInfo> newest = Newest(); in GetScriptSpec()
154 RefPtr<ServiceWorkerInfo> info = GetServiceWorkerInfoById(aID); in GetWorkerByID()
190 already_AddRefed<ServiceWorkerInfo>
195 RefPtr<ServiceWorkerInfo> serviceWorker; in GetServiceWorkerInfoById()
390 ServiceWorkerInfo*
397 ServiceWorkerInfo*
404 ServiceWorkerInfo*
411 ServiceWorkerInfo*
419 ServiceWorkerRegistrationInfo::SetEvaluating(ServiceWorkerInfo* aServiceWorker) in SetEvaluating()
495 ServiceWorkerRegistrationInfo::SetActive(ServiceWorkerInfo* aServiceWorker) in SetActive()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/serviceworkers/
H A DServiceWorkerRegistrationInfo.h35 RefPtr<ServiceWorkerInfo> mEvaluatingWorker;
36 RefPtr<ServiceWorkerInfo> mActiveWorker;
37 RefPtr<ServiceWorkerInfo> mWaitingWorker;
38 RefPtr<ServiceWorkerInfo> mInstallingWorker;
66 RefPtr<ServiceWorkerInfo> newest; in Newest()
114 ServiceWorkerInfo* GetEvaluating() const;
116 ServiceWorkerInfo* GetInstalling() const;
118 ServiceWorkerInfo* GetWaiting() const;
120 ServiceWorkerInfo* GetActive() const;
122 ServiceWorkerInfo* GetByDescriptor(
[all …]
H A DServiceWorkerInfo.cpp62 ServiceWorkerInfo::GetState(uint16_t* aState) { in GetState()
87 ServiceWorkerInfo::GetInstalledTime(PRTime* _retval) { in GetInstalledTime()
95 ServiceWorkerInfo::GetActivatedTime(PRTime* _retval) { in GetActivatedTime()
111 ServiceWorkerInfo::AttachDebugger() { in AttachDebugger()
116 ServiceWorkerInfo::DetachDebugger() { in DetachDebugger()
185 ServiceWorkerInfo::ServiceWorkerInfo(nsIPrincipal* aPrincipal, in ServiceWorkerInfo() function in mozilla::dom::ServiceWorkerInfo
216 ServiceWorkerInfo::~ServiceWorkerInfo() { in ~ServiceWorkerInfo()
223 uint64_t ServiceWorkerInfo::GetNextID() const { in GetNextID()
290 void ServiceWorkerInfo::UpdateInstalledTime() { in UpdateInstalledTime()
300 void ServiceWorkerInfo::UpdateActivatedTime() { in UpdateActivatedTime()
[all …]
H A DServiceWorkerRegistrationInfo.cpp46 RefPtr<ServiceWorkerInfo> installing = mInstallingWorker.forget(); in Clear()
47 RefPtr<ServiceWorkerInfo> waiting = mWaitingWorker.forget(); in Clear()
48 RefPtr<ServiceWorkerInfo> active = mActiveWorker.forget(); in Clear()
131 RefPtr<ServiceWorkerInfo> newest = Newest(); in GetScriptSpec()
184 RefPtr<ServiceWorkerInfo> info = GetServiceWorkerInfoById(aID); in GetWorkerByID()
218 already_AddRefed<ServiceWorkerInfo>
222 RefPtr<ServiceWorkerInfo> serviceWorker; in GetServiceWorkerInfoById()
436 ServiceWorkerInfo* ServiceWorkerRegistrationInfo::GetByDescriptor( in GetByDescriptor()
456 ServiceWorkerInfo* aServiceWorker) { in SetEvaluating()
487 RefPtr<ServiceWorkerInfo> installing = mInstallingWorker.forget(); in ClearInstalling()
[all …]
H A DServiceWorkerRegistrationDescriptor.h23 class ServiceWorkerInfo; variable
85 void SetWorkers(ServiceWorkerInfo* aInstalling, ServiceWorkerInfo* aWaiting,
86 ServiceWorkerInfo* aActive);

12345