Home
last modified time | relevance | path

Searched refs:mURLList (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/fetch/
H A DInternalResponse.h94 if (mURLList.IsEmpty()) { in GetURL()
97 return mURLList.LastElement(); in GetURL()
102 aURLList.Assign(mURLList); in GetURLList()
125 mURLList.Assign(aURLList); in SetURLList()
128 for(uint32_t i = 0; i < mURLList.Length(); ++i) { in SetURLList()
129 MOZ_ASSERT(mURLList[i].Find(NS_LITERAL_CSTRING("#")) == kNotFound); in SetURLList()
262 return mURLList.Length() > 1; in IsRedirected()
291 nsTArray<nsCString> mURLList; variable
H A DInternalResponse.cpp111 aIPCResponse->urlList() = mURLList; in ToIPC()
239 MOZ_ASSERT(!mURLList.IsEmpty(), "URLList should not be emtpy for internalResponse"); in OpaqueRedirectResponse()
242 response->mURLList = mURLList; in OpaqueRedirectResponse()
252 copy->mURLList = mURLList; in CreateIncompleteCopy()
H A DInternalRequest.cpp26 …MOZ_RELEASE_ASSERT(!mURLList.IsEmpty(), "Internal Request's urlList should not be empty when copie… in GetRequestConstructorCopy()
27 RefPtr<InternalRequest> copy = new InternalRequest(mURLList.LastElement(), in GetRequestConstructorCopy()
146 , mURLList(aOther.mURLList) in InternalRequest()
175 , mURLList(aIPCRequest.urls()) in InternalRequest()
186 MOZ_ASSERT(!mURLList.IsEmpty()); in InternalRequest()
197 MOZ_ASSERT(!mURLList.IsEmpty()); in ToIPC()
198 aIPCRequest->urls() = mURLList; in ToIPC()
H A DInternalRequest.h151 MOZ_RELEASE_ASSERT(!mURLList.IsEmpty(), in GetURLWithoutFragment()
154 return mURLList.LastElement(); in GetURLWithoutFragment()
167 mURLList.AppendElement(aURL); in AddURL()
175 aURLList.Assign(mURLList); in GetURLListWithoutFragment()
488 nsTArray<nsCString> mURLList; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/fetch/
H A DInternalResponse.h87 if (mURLList.IsEmpty()) { in GetURL()
90 return mURLList.LastElement(); in GetURL()
93 aURLList.Assign(mURLList); in GetURLList()
110 mURLList.Assign(aURLList); in SetURLList()
113 for (uint32_t i = 0; i < mURLList.Length(); ++i) { in SetURLList()
114 MOZ_ASSERT(mURLList[i].Find(NS_LITERAL_CSTRING("#")) == kNotFound); in SetURLList()
261 bool IsRedirected() const { return mURLList.Length() > 1; } in IsRedirected()
288 nsTArray<nsCString> mURLList; variable
H A DInternalRequest.cpp25 MOZ_RELEASE_ASSERT(!mURLList.IsEmpty(), in GetRequestConstructorCopy()
29 new InternalRequest(mURLList.LastElement(), mFragment); in GetRequestConstructorCopy()
149 mURLList(aOther.mURLList), in InternalRequest()
179 mURLList(aIPCRequest.urls()), in InternalRequest()
189 MOZ_ASSERT(!mURLList.IsEmpty()); in InternalRequest()
196 MOZ_ASSERT(!mURLList.IsEmpty()); in ToIPC()
197 aIPCRequest->urls() = mURLList; in ToIPC()
H A DInternalResponse.cpp109 aIPCResponse->urlList() = mURLList; in ToIPC()
303 MOZ_ASSERT(!mURLList.IsEmpty(), in OpaqueRedirectResponse()
307 response->mURLList = mURLList; in OpaqueRedirectResponse()
315 copy->mURLList = mURLList; in CreateIncompleteCopy()
H A DInternalRequest.h136 MOZ_RELEASE_ASSERT(!mURLList.IsEmpty(), in GetURLWithoutFragment()
139 return mURLList.LastElement(); in GetURLWithoutFragment()
150 mURLList.AppendElement(aURL); in AddURL()
156 aURLList.Assign(mURLList); in GetURLListWithoutFragment()
416 nsTArray<nsCString> mURLList; variable
/dports/www/firefox-esr/firefox-91.8.0/dom/fetch/
H A DInternalResponse.h94 if (mURLList.IsEmpty()) { in GetURL()
97 return mURLList.LastElement(); in GetURL()
100 aURLList.Assign(mURLList); in GetURLList()
123 mURLList.Assign(aURLList); in SetURLList()
126 for (uint32_t i = 0; i < mURLList.Length(); ++i) { in SetURLList()
127 MOZ_ASSERT(mURLList[i].Find("#"_ns) == kNotFound); in SetURLList()
319 bool IsRedirected() const { return mURLList.Length() > 1; } in IsRedirected()
345 nsTArray<nsCString> mURLList; variable
H A DInternalRequest.h121 MOZ_RELEASE_ASSERT(!mURLList.IsEmpty(), in GetURLWithoutFragment()
124 return mURLList.LastElement(); in GetURLWithoutFragment()
146 mURLList.AppendElement(aURL); in AddURL()
152 aURLList.Assign(mURLList); in GetURLListWithoutFragment()
374 MOZ_ASSERT(mURLList.Length() > 0); in SetURL()
376 mURLList.LastElement() = aURL; in SetURL()
382 nsTArray<nsCString> mURLList; variable
H A DInternalResponse.cpp341 MOZ_ASSERT(!mURLList.IsEmpty(), in OpaqueRedirectResponse()
345 response->mURLList = mURLList.Clone(); in OpaqueRedirectResponse()
352 copy->mURLList = mURLList.Clone(); in CreateIncompleteCopy()
H A DInternalRequest.cpp26 MOZ_RELEASE_ASSERT(!mURLList.IsEmpty(), in GetRequestConstructorCopy()
30 MakeSafeRefPtr<InternalRequest>(mURLList.LastElement(), mFragment); in GetRequestConstructorCopy()
121 mURLList(aOther.mURLList.Clone()), in InternalRequest()
146 mURLList(aIPCRequest.urlList().Clone()), in InternalRequest()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/fetch/
H A DInternalResponse.h94 if (mURLList.IsEmpty()) { in GetURL()
97 return mURLList.LastElement(); in GetURL()
100 aURLList.Assign(mURLList); in GetURLList()
123 mURLList.Assign(aURLList); in SetURLList()
126 for (uint32_t i = 0; i < mURLList.Length(); ++i) { in SetURLList()
127 MOZ_ASSERT(mURLList[i].Find(NS_LITERAL_CSTRING("#")) == kNotFound); in SetURLList()
319 bool IsRedirected() const { return mURLList.Length() > 1; } in IsRedirected()
345 nsTArray<nsCString> mURLList; variable
H A DInternalRequest.h117 MOZ_RELEASE_ASSERT(!mURLList.IsEmpty(), in GetURLWithoutFragment()
120 return mURLList.LastElement(); in GetURLWithoutFragment()
142 mURLList.AppendElement(aURL); in AddURL()
148 aURLList.Assign(mURLList); in GetURLListWithoutFragment()
373 MOZ_ASSERT(mURLList.Length() > 0); in SetURL()
375 mURLList.LastElement() = aURL; in SetURL()
381 nsTArray<nsCString> mURLList; variable
H A DInternalResponse.cpp341 MOZ_ASSERT(!mURLList.IsEmpty(), in OpaqueRedirectResponse()
345 response->mURLList = mURLList.Clone(); in OpaqueRedirectResponse()
352 copy->mURLList = mURLList.Clone(); in CreateIncompleteCopy()
H A DInternalRequest.cpp26 MOZ_RELEASE_ASSERT(!mURLList.IsEmpty(), in GetRequestConstructorCopy()
30 MakeSafeRefPtr<InternalRequest>(mURLList.LastElement(), mFragment); in GetRequestConstructorCopy()
121 mURLList(aOther.mURLList.Clone()), in InternalRequest()
146 mURLList(aIPCRequest.urlList().Clone()), in InternalRequest()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/fetch/
H A DInternalResponse.h94 if (mURLList.IsEmpty()) { in GetURL()
97 return mURLList.LastElement(); in GetURL()
100 aURLList.Assign(mURLList); in GetURLList()
123 mURLList.Assign(aURLList); in SetURLList()
126 for (uint32_t i = 0; i < mURLList.Length(); ++i) { in SetURLList()
127 MOZ_ASSERT(mURLList[i].Find("#"_ns) == kNotFound); in SetURLList()
319 bool IsRedirected() const { return mURLList.Length() > 1; } in IsRedirected()
345 nsTArray<nsCString> mURLList; variable
H A DInternalRequest.h121 MOZ_RELEASE_ASSERT(!mURLList.IsEmpty(), in GetURLWithoutFragment()
124 return mURLList.LastElement(); in GetURLWithoutFragment()
146 mURLList.AppendElement(aURL); in AddURL()
152 aURLList.Assign(mURLList); in GetURLListWithoutFragment()
374 MOZ_ASSERT(mURLList.Length() > 0); in SetURL()
376 mURLList.LastElement() = aURL; in SetURL()
382 nsTArray<nsCString> mURLList; variable
H A DInternalResponse.cpp341 MOZ_ASSERT(!mURLList.IsEmpty(), in OpaqueRedirectResponse()
345 response->mURLList = mURLList.Clone(); in OpaqueRedirectResponse()
352 copy->mURLList = mURLList.Clone(); in CreateIncompleteCopy()
H A DInternalRequest.cpp26 MOZ_RELEASE_ASSERT(!mURLList.IsEmpty(), in GetRequestConstructorCopy()
30 MakeSafeRefPtr<InternalRequest>(mURLList.LastElement(), mFragment); in GetRequestConstructorCopy()
121 mURLList(aOther.mURLList.Clone()), in InternalRequest()
146 mURLList(aIPCRequest.urlList().Clone()), in InternalRequest()
/dports/www/firefox/firefox-99.0/dom/fetch/
H A DInternalResponse.h106 if (mURLList.IsEmpty()) { in GetURL()
109 return mURLList.LastElement(); in GetURL()
112 aURLList.Assign(mURLList); in GetURLList()
135 mURLList.Assign(aURLList); in SetURLList()
138 for (uint32_t i = 0; i < mURLList.Length(); ++i) { in SetURLList()
139 MOZ_ASSERT(mURLList[i].Find("#"_ns) == kNotFound); in SetURLList()
333 bool IsRedirected() const { return mURLList.Length() > 1; } in IsRedirected()
364 nsTArray<nsCString> mURLList; variable
H A DInternalRequest.h121 MOZ_RELEASE_ASSERT(!mURLList.IsEmpty(), in GetURLWithoutFragment()
124 return mURLList.LastElement(); in GetURLWithoutFragment()
146 mURLList.AppendElement(aURL); in AddURL()
152 aURLList.Assign(mURLList); in GetURLListWithoutFragment()
374 MOZ_ASSERT(mURLList.Length() > 0); in SetURL()
376 mURLList.LastElement() = aURL; in SetURL()
382 nsTArray<nsCString> mURLList; variable
H A DInternalRequest.cpp26 MOZ_RELEASE_ASSERT(!mURLList.IsEmpty(), in GetRequestConstructorCopy()
30 MakeSafeRefPtr<InternalRequest>(mURLList.LastElement(), mFragment); in GetRequestConstructorCopy()
121 mURLList(aOther.mURLList.Clone()), in InternalRequest()
146 mURLList(aIPCRequest.urlList().Clone()), in InternalRequest()
H A DInternalResponse.cpp370 MOZ_ASSERT(!mURLList.IsEmpty(), in OpaqueRedirectResponse()
374 response->mURLList = mURLList.Clone(); in OpaqueRedirectResponse()
382 copy->mURLList = mURLList.Clone(); in CreateIncompleteCopy()
/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerScriptCache.cpp148 const nsTArray<nsCString>& URLList() const { return mURLList; } in URLList()
170 nsTArray<nsCString> mURLList; member in mozilla::dom::serviceWorkerScriptCache::__anon403b4d950111::CompareNetwork
633 mURLList.AppendElement(NS_ConvertUTF16toUTF8(mURL)); in NS_IMPL_ISUPPORTS0()
918 MOZ_DIAGNOSTIC_ASSERT(!mURLList.IsEmpty()); in OnStreamComplete()
919 if (channelURLSpec != mURLList[0]) { in OnStreamComplete()
920 mURLList.AppendElement(channelURLSpec); in OnStreamComplete()
1083 MOZ_DIAGNOSTIC_ASSERT(!mURLList.IsEmpty()); in OnStreamComplete()
1084 if (channelURLSpec != mURLList[0]) { in OnStreamComplete()
1085 mURLList.AppendElement(channelURLSpec); in OnStreamComplete()

12