Home
last modified time | relevance | path

Searched refs:mSynthesizedStreamLength (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DInterceptedHttpChannel.h85 int64_t mSynthesizedStreamLength; variable
H A DInterceptedHttpChannel.cpp35 mSynthesizedStreamLength(-1), in NS_IMPL_ISUPPORTS_INHERITED()
321 Unused << GetContentLength(&mSynthesizedStreamLength); in StartPump()
418 mProgressSink->OnProgress(this, progress, mSynthesizedStreamLength); in MaybeCallStatusAndProgress()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DInterceptedHttpChannel.h87 int64_t mSynthesizedStreamLength; variable
H A DInterceptedHttpChannel.cpp29 mSynthesizedStreamLength(-1), in NS_IMPL_ISUPPORTS_INHERITED()
297 Unused << GetContentLength(&mSynthesizedStreamLength); in StartPump()
400 mSynthesizedStreamLength); in MaybeCallStatusAndProgress()
H A DHttpChannelChild.h301 int64_t mSynthesizedStreamLength; variable
H A DHttpChannelChild.cpp129 OnProgress(mOwner, aContext, progress, mOwner->mSynthesizedStreamLength); in OnDataAvailable()
160 mSynthesizedStreamLength(0), in HttpChannelChild()
3617 rv = GetContentLength(&mSynthesizedStreamLength); in OverrideWithSynthesizedResponse()
3619 mSynthesizedStreamLength = -1; in OverrideWithSynthesizedResponse()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DInterceptedHttpChannel.h85 int64_t mSynthesizedStreamLength; variable
H A DInterceptedHttpChannel.cpp35 mSynthesizedStreamLength(-1), in NS_IMPL_ISUPPORTS_INHERITED()
321 Unused << GetContentLength(&mSynthesizedStreamLength); in StartPump()
418 mProgressSink->OnProgress(this, progress, mSynthesizedStreamLength); in MaybeCallStatusAndProgress()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DInterceptedHttpChannel.h89 int64_t mSynthesizedStreamLength; variable
H A DInterceptedHttpChannel.cpp35 mSynthesizedStreamLength(-1), in NS_IMPL_ISUPPORTS_INHERITED()
323 Unused << GetContentLength(&mSynthesizedStreamLength); in StartPump()
420 mProgressSink->OnProgress(this, progress, mSynthesizedStreamLength); in MaybeCallStatusAndProgress()
H A DHttpChannelChild.h391 int64_t mSynthesizedStreamLength; variable
H A DHttpChannelChild.cpp133 OnProgress(mOwner, progress, mOwner->mSynthesizedStreamLength); in OnDataAvailable()
165 mSynthesizedStreamLength(0), in HttpChannelChild()
3791 rv = GetContentLength(&mSynthesizedStreamLength); in OverrideWithSynthesizedResponse()
3793 mSynthesizedStreamLength = -1; in OverrideWithSynthesizedResponse()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DInterceptedHttpChannel.h88 int64_t mSynthesizedStreamLength; variable
H A DInterceptedHttpChannel.cpp37 mSynthesizedStreamLength(-1), in NS_IMPL_ISUPPORTS_INHERITED()
350 Unused << GetContentLength(&mSynthesizedStreamLength); in StartPump()
447 mProgressSink->OnProgress(this, progress, mSynthesizedStreamLength); in MaybeCallStatusAndProgress()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DHttpChannelChild.h209 int64_t mSynthesizedStreamLength; variable
H A DHttpChannelChild.cpp127 OnProgress(mOwner, aContext, progress, mOwner->mSynthesizedStreamLength); in OnDataAvailable()
158 , mSynthesizedStreamLength(0) in HttpChannelChild()
2755 mSynthesizedStreamLength = -1; in OverrideWithSynthesizedResponse()
2757 mSynthesizedStreamLength = int64_t(available); in OverrideWithSynthesizedResponse()