Home
last modified time | relevance | path

Searched refs:scopeExit (Results 1 – 25 of 95) sorted by relevance

1234

/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerContainerProxy.cpp55 auto scopeExit = MakeScopeExit( in Register() local
64 scopeExit.release(); in Register()
83 auto scopeExit = MakeScopeExit( in GetRegistration() local
92 scopeExit.release(); in GetRegistration()
110 auto scopeExit = MakeScopeExit( in GetRegistrations() local
118 scopeExit.release(); in GetRegistrations()
136 auto scopeExit = MakeScopeExit( in GetReady() local
144 scopeExit.release(); in GetReady()
H A DServiceWorkerRegistrationProxy.cpp79 auto scopeExit = MakeScopeExit([&] { MaybeShutdownOnMainThread(); }); in InitOnMainThread() local
93 scopeExit.release(); in InitOnMainThread()
216 auto scopeExit = MakeScopeExit([&] { promise->Reject(rv, __func__); }); in Unregister() local
229 scopeExit.release(); in Unregister()
314 auto scopeExit = MakeScopeExit( in Notify() local
329 scopeExit.release(); in Notify()
344 auto scopeExit = MakeScopeExit( in Update() local
378 scopeExit.release(); in Update()
411 scopeExit.release(); in SetNavigationPreloadEnabled()
446 scopeExit.release(); in SetNavigationPreloadHeader()
[all …]
H A DServiceWorkerProxy.cpp40 auto scopeExit = MakeScopeExit([&] { MaybeShutdownOnMainThread(); }); in InitOnMainThread() local
52 scopeExit.release(); in InitOnMainThread()
H A DServiceWorkerPrivateImpl.cpp337 auto scopeExit = MakeScopeExit([&] { Shutdown(); }); in SendMessageEvent() local
352 scopeExit.release(); in SendMessageEvent()
814 auto scopeExit = MakeScopeExit([&] { in SendFetchEvent() local
825 scopeExit.release(); in SendFetchEvent()
856 auto scopeExit = MakeScopeExit([&] { Shutdown(); }); in SendFetchEventInternal() local
866 scopeExit.release(); in SendFetchEventInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerContainerProxy.cpp51 auto scopeExit = MakeScopeExit( in Register() local
60 scopeExit.release(); in Register()
79 auto scopeExit = MakeScopeExit( in GetRegistration() local
88 scopeExit.release(); in GetRegistration()
106 auto scopeExit = MakeScopeExit( in GetRegistrations() local
114 scopeExit.release(); in GetRegistrations()
132 auto scopeExit = MakeScopeExit( in GetReady() local
140 scopeExit.release(); in GetReady()
H A DServiceWorkerRegistrationProxy.cpp78 auto scopeExit = MakeScopeExit([&] { MaybeShutdownOnMainThread(); }); in InitOnMainThread() local
92 scopeExit.release(); in InitOnMainThread()
217 auto scopeExit = MakeScopeExit([&] { promise->Reject(rv, __func__); }); in Unregister() local
230 scopeExit.release(); in Unregister()
315 auto scopeExit = MakeScopeExit( in Notify() local
330 scopeExit.release(); in Notify()
345 auto scopeExit = MakeScopeExit( in Update() local
379 scopeExit.release(); in Update()
H A DServiceWorkerProxy.cpp35 auto scopeExit = MakeScopeExit([&] { MaybeShutdownOnMainThread(); }); in InitOnMainThread() local
47 scopeExit.release(); in InitOnMainThread()
H A DServiceWorkerPrivateImpl.cpp296 auto scopeExit = MakeScopeExit([&] { Shutdown(); }); in SendMessageEvent() local
311 scopeExit.release(); in SendMessageEvent()
776 auto scopeExit = MakeScopeExit([&] { in SendFetchEvent() local
787 scopeExit.release(); in SendFetchEvent()
817 auto scopeExit = MakeScopeExit([&] { Shutdown(); }); in SendFetchEventInternal() local
827 scopeExit.release(); in SendFetchEventInternal()
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerContainerProxy.cpp55 auto scopeExit = MakeScopeExit( in Register() local
64 scopeExit.release(); in Register()
83 auto scopeExit = MakeScopeExit( in GetRegistration() local
92 scopeExit.release(); in GetRegistration()
110 auto scopeExit = MakeScopeExit( in GetRegistrations() local
118 scopeExit.release(); in GetRegistrations()
136 auto scopeExit = MakeScopeExit( in GetReady() local
144 scopeExit.release(); in GetReady()
H A DServiceWorkerRegistrationProxy.cpp81 auto scopeExit = MakeScopeExit([&] { MaybeShutdownOnMainThread(); }); in InitOnMainThread() local
95 scopeExit.release(); in InitOnMainThread()
218 auto scopeExit = MakeScopeExit([&] { promise->Reject(rv, __func__); }); in Unregister() local
231 scopeExit.release(); in Unregister()
316 auto scopeExit = MakeScopeExit( in Notify() local
331 scopeExit.release(); in Notify()
352 auto scopeExit = MakeScopeExit( in Update() local
386 scopeExit.release(); in Update()
419 scopeExit.release(); in SetNavigationPreloadEnabled()
454 scopeExit.release(); in SetNavigationPreloadHeader()
[all …]
H A DServiceWorkerQuotaUtils.cpp113 auto scopeExit = MakeScopeExit([self]() { self->RunCallback(false); }); in Start() local
133 scopeExit.release(); in Start()
187 auto scopeExit = MakeScopeExit([self]() { self->RunCallback(false); }); in CheckQuotaHeadroom() local
217 scopeExit.release(); in CheckQuotaHeadroom()
228 auto scopeExit = MakeScopeExit([self]() { self->RunCallback(false); }); in OnUsageResult() local
251 scopeExit.release(); in OnUsageResult()
269 auto scopeExit = MakeScopeExit([self]() { self->RunCallback(false); }); in OnComplete() local
297 scopeExit.release(); in OnComplete()
H A DServiceWorkerProxy.cpp40 auto scopeExit = MakeScopeExit([&] { MaybeShutdownOnMainThread(); }); in InitOnMainThread() local
52 scopeExit.release(); in InitOnMainThread()
H A DServiceWorkerPrivateImpl.cpp416 auto scopeExit = MakeScopeExit([&] { Shutdown(); }); in SendMessageEvent() local
431 scopeExit.release(); in SendMessageEvent()
962 auto scopeExit = MakeScopeExit([&] { in SendFetchEvent() local
973 scopeExit.release(); in SendFetchEvent()
1019 auto scopeExit = MakeScopeExit([&] { Shutdown(); }); in SendFetchEventInternal() local
1029 scopeExit.release(); in SendFetchEventInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerContainerProxy.cpp55 auto scopeExit = MakeScopeExit( in Register() local
64 scopeExit.release(); in Register()
83 auto scopeExit = MakeScopeExit( in GetRegistration() local
92 scopeExit.release(); in GetRegistration()
110 auto scopeExit = MakeScopeExit( in GetRegistrations() local
118 scopeExit.release(); in GetRegistrations()
136 auto scopeExit = MakeScopeExit( in GetReady() local
144 scopeExit.release(); in GetReady()
H A DServiceWorkerRegistrationProxy.cpp79 auto scopeExit = MakeScopeExit([&] { MaybeShutdownOnMainThread(); }); in InitOnMainThread() local
93 scopeExit.release(); in InitOnMainThread()
216 auto scopeExit = MakeScopeExit([&] { promise->Reject(rv, __func__); }); in Unregister() local
229 scopeExit.release(); in Unregister()
314 auto scopeExit = MakeScopeExit( in Notify() local
329 scopeExit.release(); in Notify()
344 auto scopeExit = MakeScopeExit( in Update() local
378 scopeExit.release(); in Update()
411 scopeExit.release(); in SetNavigationPreloadEnabled()
446 scopeExit.release(); in SetNavigationPreloadHeader()
[all …]
H A DServiceWorkerProxy.cpp40 auto scopeExit = MakeScopeExit([&] { MaybeShutdownOnMainThread(); }); in InitOnMainThread() local
52 scopeExit.release(); in InitOnMainThread()
H A DServiceWorkerPrivateImpl.cpp337 auto scopeExit = MakeScopeExit([&] { Shutdown(); }); in SendMessageEvent() local
352 scopeExit.release(); in SendMessageEvent()
814 auto scopeExit = MakeScopeExit([&] { in SendFetchEvent() local
825 scopeExit.release(); in SendFetchEvent()
856 auto scopeExit = MakeScopeExit([&] { Shutdown(); }); in SendFetchEventInternal() local
866 scopeExit.release(); in SendFetchEventInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/antitracking/
H A DStoragePrincipalHelper.cpp88 auto scopeExit = MakeScopeExit([&] { in Create() local
98 scopeExit.release(); in Create()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/ipc/
H A DDocumentChannelChild.cpp176 auto scopeExit = MakeScopeExit([&]() { in RecvRedirectToRealChannel() local
251 scopeExit.release(); in RecvRedirectToRealChannel()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/workers/remoteworkers/
H A DRemoteWorkerManager.cpp118 auto scopeExit = in RegisterActor() local
247 auto scopeExit = MakeScopeExit( in ForEachActor() local
/dports/www/firefox-esr/firefox-91.8.0/netwerk/ipc/
H A DDocumentChannelChild.cpp265 auto scopeExit = MakeScopeExit([&]() { in RecvRedirectToRealChannel() local
346 scopeExit.release(); in RecvRedirectToRealChannel()
/dports/www/firefox/firefox-99.0/netwerk/ipc/
H A DDocumentChannelChild.cpp270 auto scopeExit = MakeScopeExit([&]() { in RecvRedirectToRealChannel() local
351 scopeExit.release(); in RecvRedirectToRealChannel()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/antitracking/
H A DStoragePrincipalHelper.cpp98 auto scopeExit = MakeScopeExit([&] { in Create() local
108 scopeExit.release(); in Create()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/antitracking/
H A DStoragePrincipalHelper.cpp98 auto scopeExit = MakeScopeExit([&] { in Create() local
108 scopeExit.release(); in Create()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/ipc/
H A DDocumentChannelChild.cpp265 auto scopeExit = MakeScopeExit([&]() { in RecvRedirectToRealChannel() local
346 scopeExit.release(); in RecvRedirectToRealChannel()

1234