Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerRegistrationImpl.cpp242 class SWRUpdateRunnable final : public Runnable { class
269 SWRUpdateRunnable(StrongWorkerRef* aWorkerRef, in SWRUpdateRunnable() function in mozilla::dom::__anon0a04fe5b0311::SWRUpdateRunnable
361 ~SWRUpdateRunnable() { in ~SWRUpdateRunnable()
378 NS_IMPL_ISUPPORTS(SWRUpdateRunnable::TimerCallback, nsITimerCallback)
802 RefPtr<SWRUpdateRunnable> r = new SWRUpdateRunnable( in Update()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/serviceworkers/
H A DServiceWorkerRegistrationImpl.cpp255 class SWRUpdateRunnable final : public Runnable { class
282 explicit SWRUpdateRunnable(PromiseWorkerProxy* aPromiseProxy) in SWRUpdateRunnable() function in mozilla::dom::__anon8558b5690111::SWRUpdateRunnable
371 ~SWRUpdateRunnable() { MOZ_ASSERT(NS_IsMainThread()); } in ~SWRUpdateRunnable()
378 NS_IMPL_ISUPPORTS(SWRUpdateRunnable::TimerCallback, nsITimerCallback)
885 RefPtr<SWRUpdateRunnable> r = new SWRUpdateRunnable(proxy); in Update()