Home
last modified time | relevance | path

Searched refs:mRequestMode (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp398 const RequestMode mRequestMode; member in mozilla::dom::__anond8c295c10211::RespondWithHandler
424 mRequestMode(aRequestMode), in RespondWithHandler()
626 MOZ_ASSERT_IF(mIsClientRequest, mRequestMode == RequestMode::Same_origin || in NS_IMPL_ISUPPORTS0()
627 mRequestMode == RequestMode::Navigate); in NS_IMPL_ISUPPORTS0()
630 mRequestMode != RequestMode::No_cors) { in NS_IMPL_ISUPPORTS0()
632 RequestModeValues::GetString(mRequestMode)); in NS_IMPL_ISUPPORTS0()
684 if (mRequestMode == RequestMode::Same_origin && in NS_IMPL_ISUPPORTS0()
701 if (mRequestMode != RequestMode::Navigate) { in NS_IMPL_ISUPPORTS0()
H A DServiceWorkerPrivate.cpp1206 RequestMode mRequestMode; member in mozilla::dom::__anon1f6fe1470911::FetchEventRunnable
1235 mRequestMode(RequestMode::No_cors), in FetchEventRunnable()
1304 mRequestMode = InternalRequest::MapChannelToRequestMode(channel); in Init()
1426 mRequestMode, mRequestRedirect, mRequestCredentials, mReferrer, in DispatchFetchEvent()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp390 const RequestMode mRequestMode; member in mozilla::dom::__anonfb9897030211::RespondWithHandler
416 mRequestMode(aRequestMode), in RespondWithHandler()
620 MOZ_ASSERT_IF(mIsClientRequest, mRequestMode == RequestMode::Same_origin || in NS_IMPL_ISUPPORTS0()
621 mRequestMode == RequestMode::Navigate); in NS_IMPL_ISUPPORTS0()
624 mRequestMode != RequestMode::No_cors) { in NS_IMPL_ISUPPORTS0()
626 RequestModeValues::GetString(mRequestMode)); in NS_IMPL_ISUPPORTS0()
680 if (mRequestMode == RequestMode::Same_origin && in NS_IMPL_ISUPPORTS0()
698 if (mRequestMode != RequestMode::Navigate) { in NS_IMPL_ISUPPORTS0()
H A DServiceWorkerPrivate.cpp1207 RequestMode mRequestMode; member in mozilla::dom::__anon9d060ac90911::FetchEventRunnable
1236 mRequestMode(RequestMode::No_cors), in FetchEventRunnable()
1305 mRequestMode = InternalRequest::MapChannelToRequestMode(channel); in Init()
1427 mRequestMode, mRequestRedirect, mRequestCredentials, mReferrer, in DispatchFetchEvent()
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp393 const RequestMode mRequestMode; member in mozilla::dom::__anon4836df2c0211::RespondWithHandler
419 mRequestMode(aRequestMode), in RespondWithHandler()
623 MOZ_ASSERT_IF(mIsClientRequest, mRequestMode == RequestMode::Same_origin || in NS_IMPL_ISUPPORTS0()
624 mRequestMode == RequestMode::Navigate); in NS_IMPL_ISUPPORTS0()
627 mRequestMode != RequestMode::No_cors) { in NS_IMPL_ISUPPORTS0()
629 RequestModeValues::GetString(mRequestMode)); in NS_IMPL_ISUPPORTS0()
679 if (mRequestMode == RequestMode::Same_origin && in NS_IMPL_ISUPPORTS0()
696 if (mRequestMode != RequestMode::Navigate) { in NS_IMPL_ISUPPORTS0()
H A DServiceWorkerPrivate.cpp1217 RequestMode mRequestMode; member in mozilla::dom::__anon7d6d58120911::FetchEventRunnable
1245 mRequestMode(RequestMode::No_cors), in FetchEventRunnable()
1314 mRequestMode = InternalRequest::MapChannelToRequestMode(channel); in Init()
1418 mRequestMode, mRequestRedirect, mRequestCredentials, mReferrer, in DispatchFetchEvent()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp384 const RequestMode mRequestMode; member in mozilla::dom::__anon613384910211::RespondWithHandler
410 mRequestMode(aRequestMode), in RespondWithHandler()
616 MOZ_ASSERT_IF(mIsClientRequest, mRequestMode == RequestMode::Same_origin || in NS_IMPL_ISUPPORTS0()
617 mRequestMode == RequestMode::Navigate); in NS_IMPL_ISUPPORTS0()
620 mRequestMode != RequestMode::No_cors) { in NS_IMPL_ISUPPORTS0()
621 uint32_t mode = static_cast<uint32_t>(mRequestMode); in NS_IMPL_ISUPPORTS0()
668 if (mRequestMode == RequestMode::Same_origin && in NS_IMPL_ISUPPORTS0()
686 if (mRequestMode != RequestMode::Navigate) { in NS_IMPL_ISUPPORTS0()
H A DServiceWorkerPrivate.cpp1198 RequestMode mRequestMode; member in mozilla::dom::__anonb5feaa170611::FetchEventRunnable
1226 mRequestMode(RequestMode::No_cors), in FetchEventRunnable()
1337 mRequestMode = InternalRequest::MapChannelToRequestMode(channel); in Init()
1459 mRequestMode, mRequestRedirect, mRequestCredentials, in DispatchFetchEvent()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp398 const RequestMode mRequestMode; member in mozilla::dom::__anon5f3e25f80211::RespondWithHandler
424 mRequestMode(aRequestMode), in RespondWithHandler()
626 MOZ_ASSERT_IF(mIsClientRequest, mRequestMode == RequestMode::Same_origin || in NS_IMPL_ISUPPORTS0()
627 mRequestMode == RequestMode::Navigate); in NS_IMPL_ISUPPORTS0()
630 mRequestMode != RequestMode::No_cors) { in NS_IMPL_ISUPPORTS0()
632 RequestModeValues::GetString(mRequestMode)); in NS_IMPL_ISUPPORTS0()
684 if (mRequestMode == RequestMode::Same_origin && in NS_IMPL_ISUPPORTS0()
701 if (mRequestMode != RequestMode::Navigate) { in NS_IMPL_ISUPPORTS0()
H A DServiceWorkerPrivate.cpp1206 RequestMode mRequestMode; member in mozilla::dom::__anon755d785e0911::FetchEventRunnable
1235 mRequestMode(RequestMode::No_cors), in FetchEventRunnable()
1304 mRequestMode = InternalRequest::MapChannelToRequestMode(channel); in Init()
1426 mRequestMode, mRequestRedirect, mRequestCredentials, mReferrer, in DispatchFetchEvent()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/
H A DServiceWorkerEvents.cpp267 const RequestMode mRequestMode; member in __anon31bff8820211::RespondWithHandler
292 , mRequestMode(aRequestMode) in RespondWithHandler()
597 MOZ_ASSERT_IF(mIsClientRequest, mRequestMode == RequestMode::Same_origin || in NS_IMPL_ISUPPORTS0()
598 mRequestMode == RequestMode::Navigate); in NS_IMPL_ISUPPORTS0()
600 if (response->Type() == ResponseType::Opaque && mRequestMode != RequestMode::No_cors) { in NS_IMPL_ISUPPORTS0()
601 uint32_t mode = static_cast<uint32_t>(mRequestMode); in NS_IMPL_ISUPPORTS0()
H A DServiceWorkerPrivate.cpp1259 RequestMode mRequestMode; member in __anon98199c280611::FetchEventRunnable
1284 , mRequestMode(RequestMode::No_cors) in FetchEventRunnable()
1378 mRequestMode = InternalRequest::MapChannelToRequestMode(channel); in Init()
1485 mRequestMode, in DispatchFetchEvent()