Lines Matching refs:FetchBody

1018 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();
1051 bool FetchBody<Derived>::GetBodyUsed(ErrorResult& aRv) const { in GetBodyUsed()
1080 template bool FetchBody<Request>::GetBodyUsed(ErrorResult&) const;
1082 template bool FetchBody<Response>::GetBodyUsed(ErrorResult&) const;
1085 bool FetchBody<Derived>::CheckBodyUsed() const { in CheckBodyUsed()
1096 void FetchBody<Derived>::SetBodyUsed(JSContext* aCx, ErrorResult& aRv) { in SetBodyUsed()
1141 template void FetchBody<Request>::SetBodyUsed(JSContext* aCx, ErrorResult& aRv);
1143 template void FetchBody<Response>::SetBodyUsed(JSContext* aCx,
1147 already_AddRefed<Promise> FetchBody<Derived>::ConsumeBody( in ConsumeBody()
1221 template already_AddRefed<Promise> FetchBody<Request>::ConsumeBody(
1224 template already_AddRefed<Promise> FetchBody<Response>::ConsumeBody(
1227 template already_AddRefed<Promise> FetchBody<EmptyBody>::ConsumeBody(
1231 void FetchBody<Derived>::SetMimeType() { in SetMimeType()
1249 template void FetchBody<Request>::SetMimeType();
1251 template void FetchBody<Response>::SetMimeType();
1254 void FetchBody<Derived>::OverrideMimeType(const nsACString& aMimeType) { in OverrideMimeType()
1259 const nsACString& FetchBody<Derived>::BodyBlobURISpec() const { in BodyBlobURISpec()
1263 template const nsACString& FetchBody<Request>::BodyBlobURISpec() const;
1265 template const nsACString& FetchBody<Response>::BodyBlobURISpec() const;
1267 template const nsACString& FetchBody<EmptyBody>::BodyBlobURISpec() const;
1270 const nsAString& FetchBody<Derived>::BodyLocalPath() const { in BodyLocalPath()
1274 template const nsAString& FetchBody<Request>::BodyLocalPath() const;
1276 template const nsAString& FetchBody<Response>::BodyLocalPath() const;
1278 template const nsAString& FetchBody<EmptyBody>::BodyLocalPath() const;
1281 void FetchBody<Derived>::SetReadableStreamBody(JSContext* aCx, in SetReadableStreamBody()
1305 template void FetchBody<Request>::SetReadableStreamBody(JSContext* aCx,
1308 template void FetchBody<Response>::SetReadableStreamBody(JSContext* aCx,
1312 void FetchBody<Derived>::GetBody(JSContext* aCx, in GetBody()
1365 template void FetchBody<Request>::GetBody(JSContext* aCx,
1369 template void FetchBody<Response>::GetBody(
1373 void FetchBody<Derived>::LockStream(JSContext* aCx, JS::HandleObject aStream, in LockStream()
1398 template void FetchBody<Request>::LockStream(JSContext* aCx,
1402 template void FetchBody<Response>::LockStream(JSContext* aCx,
1407 void FetchBody<Derived>::MaybeTeeReadableStreamBody( in MaybeTeeReadableStreamBody()
1459 template void FetchBody<Request>::MaybeTeeReadableStreamBody(
1464 template void FetchBody<Response>::MaybeTeeReadableStreamBody(
1470 void FetchBody<Derived>::Abort() { in Abort()
1487 template void FetchBody<Request>::Abort();
1489 template void FetchBody<Response>::Abort();