Home
last modified time | relevance | path

Searched refs:aInternalResponse (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/fetch/
H A DResponse.cpp36 Response::Response(nsIGlobalObject* aGlobal, InternalResponse* aInternalResponse) in NS_IMPL_CYCLE_COLLECTING_RELEASE()
39 , mInternalResponse(aInternalResponse) in NS_IMPL_CYCLE_COLLECTING_RELEASE()
41 MOZ_ASSERT(aInternalResponse->Headers()->Guard() == HeadersGuardEnum::Immutable || in NS_IMPL_CYCLE_COLLECTING_RELEASE()
42 aInternalResponse->Headers()->Guard() == HeadersGuardEnum::Response); in NS_IMPL_CYCLE_COLLECTING_RELEASE()
H A DResponse.h36 Response(nsIGlobalObject* aGlobal, InternalResponse* aInternalResponse);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/fetch/
H A DResponse.cpp68 InternalResponse* aInternalResponse, AbortSignal* aSignal) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN()
70 mInternalResponse(aInternalResponse), in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN()
73 aInternalResponse->Headers()->Guard() == HeadersGuardEnum::Immutable || in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN()
74 aInternalResponse->Headers()->Guard() == HeadersGuardEnum::Response); in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN()
H A DResponse.h35 Response(nsIGlobalObject* aGlobal, InternalResponse* aInternalResponse,
/dports/www/firefox-esr/firefox-91.8.0/dom/fetch/
H A DResponse.cpp70 InternalResponse* aInternalResponse, in NS_IMPL_CYCLE_COLLECTION_TRAVERSE()
73 mInternalResponse(aInternalResponse), in NS_IMPL_CYCLE_COLLECTION_TRAVERSE()
76 aInternalResponse->Headers()->Guard() == HeadersGuardEnum::Immutable || in NS_IMPL_CYCLE_COLLECTION_TRAVERSE()
77 aInternalResponse->Headers()->Guard() == HeadersGuardEnum::Response); in NS_IMPL_CYCLE_COLLECTION_TRAVERSE()
H A DResponse.h34 Response(nsIGlobalObject* aGlobal, InternalResponse* aInternalResponse,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/fetch/
H A DResponse.cpp67 InternalResponse* aInternalResponse, in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED()
70 mInternalResponse(aInternalResponse), in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED()
73 aInternalResponse->Headers()->Guard() == HeadersGuardEnum::Immutable || in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED()
74 aInternalResponse->Headers()->Guard() == HeadersGuardEnum::Response); in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED()
H A DResponse.h34 Response(nsIGlobalObject* aGlobal, InternalResponse* aInternalResponse,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/fetch/
H A DResponse.cpp70 InternalResponse* aInternalResponse, in NS_IMPL_CYCLE_COLLECTION_TRAVERSE()
73 mInternalResponse(aInternalResponse), in NS_IMPL_CYCLE_COLLECTION_TRAVERSE()
76 aInternalResponse->Headers()->Guard() == HeadersGuardEnum::Immutable || in NS_IMPL_CYCLE_COLLECTION_TRAVERSE()
77 aInternalResponse->Headers()->Guard() == HeadersGuardEnum::Response); in NS_IMPL_CYCLE_COLLECTION_TRAVERSE()
H A DResponse.h34 Response(nsIGlobalObject* aGlobal, InternalResponse* aInternalResponse,
/dports/www/firefox/firefox-99.0/dom/fetch/
H A DResponse.h35 SafeRefPtr<InternalResponse> aInternalResponse,
H A DResponse.cpp81 SafeRefPtr<InternalResponse> aInternalResponse,
84 mInternalResponse(std::move(aInternalResponse)),
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/
H A DServiceWorkerEvents.cpp170 InternalResponse* aInternalResponse, in FinishResponse() argument
175 , mInternalResponse(aInternalResponse) in FinishResponse()
352 InternalResponse* aInternalResponse, in RespondWithClosure()
362 , mInternalResponse(aInternalResponse) in RespondWithClosure()
/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp266 InternalResponse* aInternalResponse, in StartResponse() argument
273 mInternalResponse(aInternalResponse), in StartResponse()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp258 InternalResponse* aInternalResponse, in StartResponse() argument
265 mInternalResponse(aInternalResponse), in StartResponse()
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp261 SafeRefPtr<InternalResponse> aInternalResponse, in StartResponse() argument
268 mInternalResponse(std::move(aInternalResponse)), in StartResponse()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp252 InternalResponse* aInternalResponse, in StartResponse() argument
259 mInternalResponse(aInternalResponse), in StartResponse()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp266 InternalResponse* aInternalResponse, in StartResponse() argument
273 mInternalResponse(aInternalResponse), in StartResponse()