Home
last modified time | relevance | path

Searched refs:FetchBody (Results 1 – 25 of 81) sorted by relevance

1234

/dports/www/firefox/firefox-99.0/dom/fetch/
H A DFetch.cpp1092 FetchBody<Derived>::FetchBody(nsIGlobalObject* aOwner) in FetchBody() function in mozilla::dom::FetchBody
1110 template FetchBody<Request>::FetchBody(nsIGlobalObject* aOwner);
1112 template FetchBody<Response>::FetchBody(nsIGlobalObject* aOwner);
1115 FetchBody<Derived>::~FetchBody() { in ~FetchBody()
1119 template FetchBody<Request>::~FetchBody();
1121 template FetchBody<Response>::~FetchBody();
1162 bool FetchBody<Derived>::CheckBodyUsed() const { in CheckBodyUsed()
1447 void FetchBody<Derived>::GetBody(JSContext* aCx, in GetBody()
1504 template void FetchBody<Response>::GetBody(
1742 void FetchBody<Derived>::RunAbortAlgorithm() { in RunAbortAlgorithm()
[all …]
H A DFetch.h135 class FetchBody : public BodyStreamHolder, public AbortFollower {
139 NS_INLINE_DECL_REFCOUNTING_INHERITED(FetchBody, BodyStreamHolder)
280 explicit FetchBody(nsIGlobalObject* aOwner);
282 virtual ~FetchBody();
292 return static_cast<Derived*>(const_cast<FetchBody*>(this)); in DerivedClass()
312 class EmptyBody final : public FetchBody<EmptyBody> {
315 FetchBody<EmptyBody>)
336 using FetchBody::BodyBlobURISpec;
340 using FetchBody::BodyLocalPath;
H A DResponse.h28 class Response final : public FetchBody<Response>, public nsWrapperCache {
31 FetchBody<Response>)
87 using FetchBody::GetBody;
89 using FetchBody::BodyBlobURISpec;
95 using FetchBody::BodyLocalPath;
H A DRequest.h27 class Request final : public FetchBody<Request>, public nsWrapperCache {
30 FetchBody<Request>)
84 using FetchBody::GetBody;
94 using FetchBody::BodyBlobURISpec;
100 using FetchBody::BodyLocalPath;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/fetch/
H A DFetch.cpp1018 FetchBody<Derived>::FetchBody(nsIGlobalObject* aOwner) in FetchBody() function in mozilla::dom::FetchBody
1037 template FetchBody<Request>::FetchBody(nsIGlobalObject* aOwner);
1039 template FetchBody<Response>::FetchBody(nsIGlobalObject* aOwner);
1042 FetchBody<Derived>::~FetchBody() { in ~FetchBody()
1046 template FetchBody<Request>::~FetchBody();
1048 template FetchBody<Response>::~FetchBody();
1231 void FetchBody<Derived>::SetMimeType() { in SetMimeType()
1369 template void FetchBody<Response>::GetBody(
1470 void FetchBody<Derived>::Abort() { in Abort()
1487 template void FetchBody<Request>::Abort();
[all …]
H A DEmptyBody.cpp12 NS_IMPL_ADDREF_INHERITED(EmptyBody, FetchBody<EmptyBody>) in NS_IMPL_ADDREF_INHERITED()
13 NS_IMPL_RELEASE_INHERITED(EmptyBody, FetchBody<EmptyBody>) in NS_IMPL_ADDREF_INHERITED()
17 NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED(EmptyBody, FetchBody<EmptyBody>) in NS_IMPL_ADDREF_INHERITED()
24 FetchBody<EmptyBody>) in NS_IMPL_ADDREF_INHERITED()
30 NS_IMPL_CYCLE_COLLECTION_TRACE_BEGIN_INHERITED(EmptyBody, FetchBody<EmptyBody>) in NS_IMPL_ADDREF_INHERITED()
34 NS_INTERFACE_MAP_END_INHERITING(FetchBody<EmptyBody>) in NS_IMPL_ADDREF_INHERITED()
40 : FetchBody<EmptyBody>(aGlobal), in NS_IMPL_ADDREF_INHERITED()
H A DEmptyBody.h22 class EmptyBody final : public FetchBody<EmptyBody> {
25 FetchBody<EmptyBody>)
43 using FetchBody::BodyBlobURISpec;
47 using FetchBody::BodyLocalPath;
H A DRequest.h27 class Request final : public FetchBody<Request>, public nsWrapperCache {
30 FetchBody<Request>)
83 using FetchBody::GetBody;
93 using FetchBody::BodyBlobURISpec;
99 using FetchBody::BodyLocalPath;
H A DResponse.h28 class Response final : public FetchBody<Response>, public nsWrapperCache {
31 FetchBody<Response>)
86 using FetchBody::GetBody;
88 using FetchBody::BodyBlobURISpec;
94 using FetchBody::BodyLocalPath;
/dports/www/firefox-esr/firefox-91.8.0/dom/fetch/
H A DFetch.cpp1080 FetchBody<Derived>::FetchBody(nsIGlobalObject* aOwner) in FetchBody() function in mozilla::dom::FetchBody
1099 template FetchBody<Request>::FetchBody(nsIGlobalObject* aOwner);
1101 template FetchBody<Response>::FetchBody(nsIGlobalObject* aOwner);
1104 FetchBody<Derived>::~FetchBody() { in ~FetchBody()
1108 template FetchBody<Request>::~FetchBody();
1110 template FetchBody<Response>::~FetchBody();
1147 bool FetchBody<Derived>::CheckBodyUsed() const { in CheckBodyUsed()
1371 void FetchBody<Derived>::GetBody(JSContext* aCx, in GetBody()
1428 template void FetchBody<Response>::GetBody(
1466 void FetchBody<Derived>::MaybeTeeReadableStreamBody( in MaybeTeeReadableStreamBody()
[all …]
H A DEmptyBody.cpp14 NS_IMPL_ADDREF_INHERITED(EmptyBody, FetchBody<EmptyBody>)
15 NS_IMPL_RELEASE_INHERITED(EmptyBody, FetchBody<EmptyBody>)
19 NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED(EmptyBody, FetchBody<EmptyBody>)
27 FetchBody<EmptyBody>)
34 NS_IMPL_CYCLE_COLLECTION_TRACE_BEGIN_INHERITED(EmptyBody, FetchBody<EmptyBody>) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE()
38 NS_INTERFACE_MAP_END_INHERITING(FetchBody<EmptyBody>) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE()
45 : FetchBody<EmptyBody>(aGlobal), in NS_IMPL_CYCLE_COLLECTION_TRAVERSE()
H A DEmptyBody.h22 class EmptyBody final : public FetchBody<EmptyBody> {
25 FetchBody<EmptyBody>)
45 using FetchBody::BodyBlobURISpec;
49 using FetchBody::BodyLocalPath;
H A DRequest.h27 class Request final : public FetchBody<Request>, public nsWrapperCache {
30 FetchBody<Request>)
84 using FetchBody::GetBody;
94 using FetchBody::BodyBlobURISpec;
100 using FetchBody::BodyLocalPath;
H A DResponse.h28 class Response final : public FetchBody<Response>, public nsWrapperCache {
31 FetchBody<Response>)
86 using FetchBody::GetBody;
88 using FetchBody::BodyBlobURISpec;
94 using FetchBody::BodyLocalPath;
H A DFetch.h124 class FetchBody : public BodyStreamHolder, public AbortFollower {
128 NS_INLINE_DECL_REFCOUNTING_INHERITED(FetchBody, BodyStreamHolder)
235 explicit FetchBody(nsIGlobalObject* aOwner);
237 virtual ~FetchBody();
243 return static_cast<Derived*>(const_cast<FetchBody*>(this)); in DerivedClass()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/fetch/
H A DFetch.cpp1080 FetchBody<Derived>::FetchBody(nsIGlobalObject* aOwner) in FetchBody() function in mozilla::dom::FetchBody
1099 template FetchBody<Request>::FetchBody(nsIGlobalObject* aOwner);
1101 template FetchBody<Response>::FetchBody(nsIGlobalObject* aOwner);
1104 FetchBody<Derived>::~FetchBody() { in ~FetchBody()
1108 template FetchBody<Request>::~FetchBody();
1110 template FetchBody<Response>::~FetchBody();
1147 bool FetchBody<Derived>::CheckBodyUsed() const { in CheckBodyUsed()
1371 void FetchBody<Derived>::GetBody(JSContext* aCx, in GetBody()
1428 template void FetchBody<Response>::GetBody(
1466 void FetchBody<Derived>::MaybeTeeReadableStreamBody( in MaybeTeeReadableStreamBody()
[all …]
H A DEmptyBody.cpp14 NS_IMPL_ADDREF_INHERITED(EmptyBody, FetchBody<EmptyBody>)
15 NS_IMPL_RELEASE_INHERITED(EmptyBody, FetchBody<EmptyBody>)
19 NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED(EmptyBody, FetchBody<EmptyBody>)
27 FetchBody<EmptyBody>)
34 NS_IMPL_CYCLE_COLLECTION_TRACE_BEGIN_INHERITED(EmptyBody, FetchBody<EmptyBody>) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE()
38 NS_INTERFACE_MAP_END_INHERITING(FetchBody<EmptyBody>) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE()
45 : FetchBody<EmptyBody>(aGlobal), in NS_IMPL_CYCLE_COLLECTION_TRAVERSE()
H A DEmptyBody.h22 class EmptyBody final : public FetchBody<EmptyBody> {
25 FetchBody<EmptyBody>)
45 using FetchBody::BodyBlobURISpec;
49 using FetchBody::BodyLocalPath;
H A DResponse.h28 class Response final : public FetchBody<Response>, public nsWrapperCache {
31 FetchBody<Response>)
86 using FetchBody::GetBody;
88 using FetchBody::BodyBlobURISpec;
94 using FetchBody::BodyLocalPath;
H A DRequest.h27 class Request final : public FetchBody<Request>, public nsWrapperCache {
30 FetchBody<Request>)
84 using FetchBody::GetBody;
94 using FetchBody::BodyBlobURISpec;
100 using FetchBody::BodyLocalPath;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/fetch/
H A DFetch.cpp950 FetchBody<Derived>::FetchBody(nsIGlobalObject* aOwner) in FetchBody() function in mozilla::dom::FetchBody
969 template FetchBody<Request>::FetchBody(nsIGlobalObject* aOwner);
971 template FetchBody<Response>::FetchBody(nsIGlobalObject* aOwner);
974 FetchBody<Derived>::~FetchBody() { in ~FetchBody()
978 template FetchBody<Request>::~FetchBody();
980 template FetchBody<Response>::~FetchBody();
983 bool FetchBody<Derived>::BodyUsed() const { in BodyUsed()
1092 void FetchBody<Derived>::SetMimeType() { in SetMimeType()
1191 template void FetchBody<Response>::GetBody(
1278 void FetchBody<Derived>::Abort() { in Abort()
[all …]
H A DFetchConsumer.h26 class FetchBody; variable
41 FetchBody<Derived>* aBody, AbortSignal* aSignal, FetchConsumeType aType,
68 WorkerPrivate* aWorkerPrivate, FetchBody<Derived>* aBody,
83 RefPtr<FetchBody<Derived>> mBody;
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/fetch/
H A DFetchConsumer.h27 template <class Derived> class FetchBody; variable
42 FetchBody<Derived>* aBody,
77 FetchBody<Derived>* aBody,
94 RefPtr<FetchBody<Derived>> mBody;
H A DFetch.cpp680 FetchBody<Derived>::FetchBody() in FetchBody() function in mozilla::dom::FetchBody
691 FetchBody<Request>::FetchBody();
694 FetchBody<Response>::FetchBody();
697 FetchBody<Derived>::~FetchBody() in ~FetchBody()
703 FetchBody<Derived>::ConsumeBody(FetchConsumeType aType, ErrorResult& aRv) in ConsumeBody()
724 FetchBody<Request>::ConsumeBody(FetchConsumeType aType, ErrorResult& aRv);
728 FetchBody<Response>::ConsumeBody(FetchConsumeType aType, ErrorResult& aRv);
732 FetchBody<Derived>::SetMimeType() in SetMimeType()
752 FetchBody<Request>::SetMimeType();
756 FetchBody<Response>::SetMimeType();
H A DFetch.h110 class FetchBody
166 FetchBody();
171 virtual ~FetchBody();
179 return static_cast<Derived*>(const_cast<FetchBody*>(this)); in DerivedClass()

1234