Home
last modified time | relevance | path

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

12

/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DFetchEventOpChild.cpp116 MOZ_ASSERT(mInterceptedChannel); in SynthesizeResponseWatcher()
123 MOZ_ASSERT(mInterceptedChannel); in BodyComplete()
142 mInterceptedChannel = nullptr; in BodyComplete()
150 MOZ_ASSERT(mInterceptedChannel); in CancelInterception()
161 mInterceptedChannel = nullptr; in CancelInterception()
167 if (NS_WARN_IF(mInterceptedChannel)) { in ~SynthesizeResponseWatcher()
271 MOZ_ASSERT(mInterceptedChannel); in RecvAsyncLog()
383 MOZ_ASSERT(mInterceptedChannel); in StartSynthesizedResponse()
512 MOZ_ASSERT(mInterceptedChannel); in SynthesizeResponse()
530 MOZ_ASSERT(mInterceptedChannel); in ResetInterception()
[all …]
H A DServiceWorkerEvents.cpp171 nsMainThreadPtrHandle<nsIInterceptedChannel> mInterceptedChannel; member
183 : mInterceptedChannel(aChannel), in RespondWithClosure()
230 AsyncLog(mClosure->mInterceptedChannel, mClosure->mRespondWithScriptSpec, in BodyComplete()
234 event = new CancelChannelRunnable(mClosure->mInterceptedChannel, in BodyComplete()
238 event = new FinishResponse(mClosure->mInterceptedChannel); in BodyComplete()
391 nsMainThreadPtrHandle<nsIInterceptedChannel> mInterceptedChannel; member in mozilla::dom::__anon4836df2c0211::RespondWithHandler
417 : mInterceptedChannel(aChannel), in RespondWithHandler()
445 ::AsyncLog(mInterceptedChannel, mRespondWithScriptSpec, in AsyncLog()
460 ::AsyncLog(mInterceptedChannel, mRespondWithScriptSpec, in ~RespondWithHandler()
751 ::AsyncLog(mInterceptedChannel, sourceSpec, line, column, in RejectedCallback()
[all …]
H A DFetchEventOpChild.h78 nsCOMPtr<nsIInterceptedChannel> mInterceptedChannel; variable
H A DServiceWorkerPrivate.cpp1207 nsMainThreadPtrHandle<nsIInterceptedChannel> mInterceptedChannel; member in mozilla::dom::__anon7d6d58120911::FetchEventRunnable
1240 mInterceptedChannel(aChannel), in FetchEventRunnable()
1271 nsresult rv = mInterceptedChannel->GetChannel(getter_AddRefs(channel)); in Init()
1275 rv = mInterceptedChannel->GetSecureUpgradedChannelURI(getter_AddRefs(uri)); in Init()
1361 nsCOMPtr<nsIRunnable> runnable = new ResumeRequest(mInterceptedChannel); in Cancel()
1423 nsresult rv = mInterceptedChannel->GetChannel(getter_AddRefs(channel)); in DispatchFetchEvent()
1476 event->PostInit(mInterceptedChannel, mRegistration, mScriptSpec); in DispatchFetchEvent()
1488 runnable = new CancelChannelRunnable(mInterceptedChannel, mRegistration, in DispatchFetchEvent()
1491 runnable = new ResumeRequest(mInterceptedChannel); in DispatchFetchEvent()
/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DFetchEventOpChild.cpp119 MOZ_ASSERT(mInterceptedChannel); in SynthesizeResponseWatcher()
126 MOZ_ASSERT(mInterceptedChannel); in BodyComplete()
145 mInterceptedChannel = nullptr; in BodyComplete()
153 MOZ_ASSERT(mInterceptedChannel); in CancelInterception()
164 mInterceptedChannel = nullptr; in CancelInterception()
170 if (NS_WARN_IF(mInterceptedChannel)) { in ~SynthesizeResponseWatcher()
227 MOZ_ASSERT(mInterceptedChannel); in RecvAsyncLog()
302 MOZ_ASSERT(mInterceptedChannel); in StartSynthesizedResponse()
428 MOZ_ASSERT(mInterceptedChannel); in SynthesizeResponse()
446 MOZ_ASSERT(mInterceptedChannel); in ResetInterception()
[all …]
H A DServiceWorkerEvents.cpp171 nsMainThreadPtrHandle<nsIInterceptedChannel> mInterceptedChannel; member
183 : mInterceptedChannel(aChannel), in RespondWithClosure()
239 event = new CancelChannelRunnable(mClosure->mInterceptedChannel, in BodyComplete()
243 event = new FinishResponse(mClosure->mInterceptedChannel); in BodyComplete()
396 nsMainThreadPtrHandle<nsIInterceptedChannel> mInterceptedChannel; member in mozilla::dom::__anond8c295c10211::RespondWithHandler
422 : mInterceptedChannel(aChannel), in RespondWithHandler()
448 ::AsyncLog(mInterceptedChannel, mRespondWithScriptSpec, in AsyncLog()
463 ::AsyncLog(mInterceptedChannel, mRespondWithScriptSpec, in ~RespondWithHandler()
571 mInterceptedChannel->SetFinishResponseStart(TimeStamp::Now()); in NS_IMPL_ISUPPORTS0()
752 mInterceptedChannel->SetFinishResponseStart(TimeStamp::Now()); in RejectedCallback()
[all …]
H A DServiceWorkerPrivate.cpp1195 nsMainThreadPtrHandle<nsIInterceptedChannel> mInterceptedChannel; member in mozilla::dom::__anon1f6fe1470911::FetchEventRunnable
1229 mInterceptedChannel(aChannel), in FetchEventRunnable()
1261 nsresult rv = mInterceptedChannel->GetChannel(getter_AddRefs(channel)); in Init()
1344 mInterceptedChannel->SetLaunchServiceWorkerEnd(TimeStamp::Now()); in WorkerRun()
1348 mInterceptedChannel->GetLaunchServiceWorkerStart(&launchStartTime); in WorkerRun()
1351 mInterceptedChannel->GetLaunchServiceWorkerEnd(&launchEndTime); in WorkerRun()
1356 mInterceptedChannel->SetDispatchFetchEventEnd(TimeStamp::Now()); in WorkerRun()
1431 nsresult rv = mInterceptedChannel->GetChannel(getter_AddRefs(channel)); in DispatchFetchEvent()
1484 event->PostInit(mInterceptedChannel, mRegistration, mScriptSpec); in DispatchFetchEvent()
1487 mInterceptedChannel->SetHandleFetchEventStart(TimeStamp::Now()); in DispatchFetchEvent()
[all …]
H A DFetchEventOpChild.h73 nsCOMPtr<nsIInterceptedChannel> mInterceptedChannel; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DFetchEventOpChild.cpp119 MOZ_ASSERT(mInterceptedChannel); in SynthesizeResponseWatcher()
126 MOZ_ASSERT(mInterceptedChannel); in BodyComplete()
145 mInterceptedChannel = nullptr; in BodyComplete()
153 MOZ_ASSERT(mInterceptedChannel); in CancelInterception()
164 mInterceptedChannel = nullptr; in CancelInterception()
170 if (NS_WARN_IF(mInterceptedChannel)) { in ~SynthesizeResponseWatcher()
227 MOZ_ASSERT(mInterceptedChannel); in RecvAsyncLog()
302 MOZ_ASSERT(mInterceptedChannel); in StartSynthesizedResponse()
428 MOZ_ASSERT(mInterceptedChannel); in SynthesizeResponse()
446 MOZ_ASSERT(mInterceptedChannel); in ResetInterception()
[all …]
H A DServiceWorkerEvents.cpp162 nsMainThreadPtrHandle<nsIInterceptedChannel> mInterceptedChannel; member
174 : mInterceptedChannel(aChannel), in RespondWithClosure()
231 event = new CancelChannelRunnable(mClosure->mInterceptedChannel, in BodyComplete()
235 event = new FinishResponse(mClosure->mInterceptedChannel); in BodyComplete()
388 nsMainThreadPtrHandle<nsIInterceptedChannel> mInterceptedChannel; member in mozilla::dom::__anonfb9897030211::RespondWithHandler
414 : mInterceptedChannel(aChannel), in RespondWithHandler()
440 ::AsyncLog(mInterceptedChannel, mRespondWithScriptSpec, in AsyncLog()
455 ::AsyncLog(mInterceptedChannel, mRespondWithScriptSpec, in ~RespondWithHandler()
563 mInterceptedChannel->SetFinishResponseStart(TimeStamp::Now()); in NS_IMPL_ISUPPORTS0()
749 mInterceptedChannel->SetFinishResponseStart(TimeStamp::Now()); in RejectedCallback()
[all …]
H A DServiceWorkerPrivate.cpp1196 nsMainThreadPtrHandle<nsIInterceptedChannel> mInterceptedChannel; member in mozilla::dom::__anon9d060ac90911::FetchEventRunnable
1230 mInterceptedChannel(aChannel), in FetchEventRunnable()
1262 nsresult rv = mInterceptedChannel->GetChannel(getter_AddRefs(channel)); in Init()
1345 mInterceptedChannel->SetLaunchServiceWorkerEnd(TimeStamp::Now()); in WorkerRun()
1349 mInterceptedChannel->GetLaunchServiceWorkerStart(&launchStartTime); in WorkerRun()
1352 mInterceptedChannel->GetLaunchServiceWorkerEnd(&launchEndTime); in WorkerRun()
1357 mInterceptedChannel->SetDispatchFetchEventEnd(TimeStamp::Now()); in WorkerRun()
1432 nsresult rv = mInterceptedChannel->GetChannel(getter_AddRefs(channel)); in DispatchFetchEvent()
1485 event->PostInit(mInterceptedChannel, mRegistration, mScriptSpec); in DispatchFetchEvent()
1488 mInterceptedChannel->SetHandleFetchEventStart(TimeStamp::Now()); in DispatchFetchEvent()
[all …]
H A DFetchEventOpChild.h73 nsCOMPtr<nsIInterceptedChannel> mInterceptedChannel; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DFetchEventOpChild.cpp119 MOZ_ASSERT(mInterceptedChannel); in SynthesizeResponseWatcher()
126 MOZ_ASSERT(mInterceptedChannel); in BodyComplete()
145 mInterceptedChannel = nullptr; in BodyComplete()
153 MOZ_ASSERT(mInterceptedChannel); in CancelInterception()
164 mInterceptedChannel = nullptr; in CancelInterception()
170 if (NS_WARN_IF(mInterceptedChannel)) { in ~SynthesizeResponseWatcher()
227 MOZ_ASSERT(mInterceptedChannel); in RecvAsyncLog()
302 MOZ_ASSERT(mInterceptedChannel); in StartSynthesizedResponse()
428 MOZ_ASSERT(mInterceptedChannel); in SynthesizeResponse()
446 MOZ_ASSERT(mInterceptedChannel); in ResetInterception()
[all …]
H A DServiceWorkerEvents.cpp171 nsMainThreadPtrHandle<nsIInterceptedChannel> mInterceptedChannel; member
183 : mInterceptedChannel(aChannel), in RespondWithClosure()
239 event = new CancelChannelRunnable(mClosure->mInterceptedChannel, in BodyComplete()
243 event = new FinishResponse(mClosure->mInterceptedChannel); in BodyComplete()
396 nsMainThreadPtrHandle<nsIInterceptedChannel> mInterceptedChannel; member in mozilla::dom::__anon5f3e25f80211::RespondWithHandler
422 : mInterceptedChannel(aChannel), in RespondWithHandler()
448 ::AsyncLog(mInterceptedChannel, mRespondWithScriptSpec, in AsyncLog()
463 ::AsyncLog(mInterceptedChannel, mRespondWithScriptSpec, in ~RespondWithHandler()
571 mInterceptedChannel->SetFinishResponseStart(TimeStamp::Now()); in NS_IMPL_ISUPPORTS0()
752 mInterceptedChannel->SetFinishResponseStart(TimeStamp::Now()); in RejectedCallback()
[all …]
H A DServiceWorkerPrivate.cpp1195 nsMainThreadPtrHandle<nsIInterceptedChannel> mInterceptedChannel; member in mozilla::dom::__anon755d785e0911::FetchEventRunnable
1229 mInterceptedChannel(aChannel), in FetchEventRunnable()
1261 nsresult rv = mInterceptedChannel->GetChannel(getter_AddRefs(channel)); in Init()
1344 mInterceptedChannel->SetLaunchServiceWorkerEnd(TimeStamp::Now()); in WorkerRun()
1348 mInterceptedChannel->GetLaunchServiceWorkerStart(&launchStartTime); in WorkerRun()
1351 mInterceptedChannel->GetLaunchServiceWorkerEnd(&launchEndTime); in WorkerRun()
1356 mInterceptedChannel->SetDispatchFetchEventEnd(TimeStamp::Now()); in WorkerRun()
1431 nsresult rv = mInterceptedChannel->GetChannel(getter_AddRefs(channel)); in DispatchFetchEvent()
1484 event->PostInit(mInterceptedChannel, mRegistration, mScriptSpec); in DispatchFetchEvent()
1487 mInterceptedChannel->SetHandleFetchEventStart(TimeStamp::Now()); in DispatchFetchEvent()
[all …]
H A DFetchEventOpChild.h73 nsCOMPtr<nsIInterceptedChannel> mInterceptedChannel; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp156 nsMainThreadPtrHandle<nsIInterceptedChannel> mInterceptedChannel; member
168 : mInterceptedChannel(aChannel), in RespondWithClosure()
225 event = new CancelChannelRunnable(mClosure->mInterceptedChannel, in BodyComplete()
229 event = new FinishResponse(mClosure->mInterceptedChannel); in BodyComplete()
382 nsMainThreadPtrHandle<nsIInterceptedChannel> mInterceptedChannel; member in mozilla::dom::__anon613384910211::RespondWithHandler
408 : mInterceptedChannel(aChannel), in RespondWithHandler()
434 ::AsyncLog(mInterceptedChannel, mRespondWithScriptSpec, in AsyncLog()
449 ::AsyncLog(mInterceptedChannel, mRespondWithScriptSpec, in ~RespondWithHandler()
559 mInterceptedChannel->SetFinishResponseStart(TimeStamp::Now()); in NS_IMPL_ISUPPORTS0()
736 mInterceptedChannel->SetFinishResponseStart(TimeStamp::Now()); in RejectedCallback()
[all …]
H A DServiceWorkerPrivate.cpp1187 nsMainThreadPtrHandle<nsIInterceptedChannel> mInterceptedChannel; member in mozilla::dom::__anonb5feaa170611::FetchEventRunnable
1220 mInterceptedChannel(aChannel), in FetchEventRunnable()
1251 nsresult rv = mInterceptedChannel->GetChannel(getter_AddRefs(channel)); in Init()
1377 mInterceptedChannel->SetLaunchServiceWorkerEnd(TimeStamp::Now()); in WorkerRun()
1381 mInterceptedChannel->GetLaunchServiceWorkerStart(&launchStartTime); in WorkerRun()
1384 mInterceptedChannel->GetLaunchServiceWorkerEnd(&launchEndTime); in WorkerRun()
1389 mInterceptedChannel->SetDispatchFetchEventEnd(TimeStamp::Now()); in WorkerRun()
1468 nsresult rv = mInterceptedChannel->GetChannel(getter_AddRefs(channel)); in DispatchFetchEvent()
1512 event->PostInit(mInterceptedChannel, mRegistration, mScriptSpec); in DispatchFetchEvent()
1515 mInterceptedChannel->SetHandleFetchEventStart(TimeStamp::Now()); in DispatchFetchEvent()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/
H A DServiceWorkerEvents.cpp265 nsMainThreadPtrHandle<nsIInterceptedChannel> mInterceptedChannel; member in __anon31bff8820211::RespondWithHandler
290 : mInterceptedChannel(aChannel) in RespondWithHandler()
329 ::AsyncLog(mInterceptedChannel, mRespondWithScriptSpec, in ~RespondWithHandler()
339 nsMainThreadPtrHandle<nsIInterceptedChannel> mInterceptedChannel; member
360 : mInterceptedChannel(aChannel) in RespondWithClosure()
379 AsyncLog(data->mInterceptedChannel, data->mRespondWithScriptSpec, in RespondWithCopyComplete()
383 event = new CancelChannelRunnable(data->mInterceptedChannel, in RespondWithCopyComplete()
387 event = new FinishResponse(data->mInterceptedChannel, in RespondWithCopyComplete()
660 rv = mInterceptedChannel->GetResponseBody(getter_AddRefs(responseBody)); in NS_IMPL_ISUPPORTS0()
715 ::AsyncLog(mInterceptedChannel, sourceSpec, line, column, in RejectedCallback()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DHttpChannelParentListener.cpp316 mInterceptedChannel = aChannel; in ChannelIntercepted()
400 if (mInterceptedChannel) { in ClearInterceptedChannel()
401 mInterceptedChannel->Cancel(NS_ERROR_INTERCEPTION_FAILED); in ClearInterceptedChannel()
402 mInterceptedChannel = nullptr; in ClearInterceptedChannel()
H A DHttpChannelParentListener.h80 nsCOMPtr<nsIInterceptedChannel> mInterceptedChannel; variable
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DHttpChannelParentListener.cpp346 mInterceptedChannel = aChannel; in ChannelIntercepted()
433 if (mInterceptedChannel) { in ClearInterceptedChannel()
434 mInterceptedChannel->CancelInterception(NS_ERROR_INTERCEPTION_FAILED); in ClearInterceptedChannel()
435 mInterceptedChannel = nullptr; in ClearInterceptedChannel()
H A DHttpChannelParentListener.h87 nsCOMPtr<nsIInterceptedChannel> mInterceptedChannel; variable
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DParentChannelListener.cpp294 mInterceptedChannel = aChannel; in ChannelIntercepted()
377 if (mInterceptedChannel) { in ClearInterceptedChannel()
378 mInterceptedChannel->CancelInterception(NS_ERROR_INTERCEPTION_FAILED); in ClearInterceptedChannel()
379 mInterceptedChannel = nullptr; in ClearInterceptedChannel()
H A DParentChannelListener.h98 nsCOMPtr<nsIInterceptedChannel> mInterceptedChannel; variable

12