Home
last modified time | relevance | path

Searched refs:postDataSeekable (Results 1 – 9 of 9) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/base/
H A DnsPluginHost.cpp2316 nsCOMPtr<nsISeekableStream> postDataSeekable( in NewPluginURLStream() local
2318 if (postDataSeekable) in NewPluginURLStream()
2319 postDataSeekable->Seek(nsISeekableStream::NS_SEEK_SET, 0); in NewPluginURLStream()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/base/
H A DnsPluginHost.cpp3032 nsCOMPtr<nsISeekableStream> postDataSeekable( in NewPluginURLStream() local
3034 if (postDataSeekable) in NewPluginURLStream()
3035 postDataSeekable->Seek(nsISeekableStream::NS_SEEK_SET, 0); in NewPluginURLStream()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/base/
H A DnsPluginHost.cpp3398 postDataSeekable(do_QueryInterface(aPostStream)); in NewPluginURLStream() local
3399 if (postDataSeekable) in NewPluginURLStream()
3400 postDataSeekable->Seek(nsISeekableStream::NS_SEEK_SET, 0); in NewPluginURLStream()
/dports/www/firefox-esr/firefox-91.8.0/docshell/base/
H A DnsDocShell.cpp9769 nsCOMPtr<nsISeekableStream> postDataSeekable = in CreateAndConfigureRealChannelForLoadState() local
9771 if (postDataSeekable) { in CreateAndConfigureRealChannelForLoadState()
9772 aRv = postDataSeekable->Seek(nsISeekableStream::NS_SEEK_SET, 0); in CreateAndConfigureRealChannelForLoadState()
/dports/lang/spidermonkey78/firefox-78.9.0/docshell/base/
H A DnsDocShell.cpp9284 nsCOMPtr<nsISeekableStream> postDataSeekable = in CreateAndConfigureRealChannelForLoadState() local
9286 if (postDataSeekable) { in CreateAndConfigureRealChannelForLoadState()
9287 aRv = postDataSeekable->Seek(nsISeekableStream::NS_SEEK_SET, 0); in CreateAndConfigureRealChannelForLoadState()
/dports/mail/thunderbird/thunderbird-91.8.0/docshell/base/
H A DnsDocShell.cpp9769 nsCOMPtr<nsISeekableStream> postDataSeekable = in CreateAndConfigureRealChannelForLoadState() local
9771 if (postDataSeekable) { in CreateAndConfigureRealChannelForLoadState()
9772 aRv = postDataSeekable->Seek(nsISeekableStream::NS_SEEK_SET, 0); in CreateAndConfigureRealChannelForLoadState()
/dports/lang/spidermonkey60/firefox-60.9.0/docshell/base/
H A DnsDocShell.cpp10523 nsCOMPtr<nsISeekableStream> postDataSeekable = in DoURILoad() local
10525 if (postDataSeekable) { in DoURILoad()
10526 rv = postDataSeekable->Seek(nsISeekableStream::NS_SEEK_SET, 0); in DoURILoad()
/dports/www/firefox/firefox-99.0/docshell/base/
H A DnsDocShell.cpp9994 nsCOMPtr<nsISeekableStream> postDataSeekable = in CreateAndConfigureRealChannelForLoadState() local
9996 if (postDataSeekable) { in CreateAndConfigureRealChannelForLoadState()
9997 aRv = postDataSeekable->Seek(nsISeekableStream::NS_SEEK_SET, 0); in CreateAndConfigureRealChannelForLoadState()
/dports/www/firefox-legacy/firefox-52.8.0esr/docshell/base/
H A DnsDocShell.cpp11152 nsCOMPtr<nsISeekableStream> postDataSeekable = in DoURILoad() local
11154 if (postDataSeekable) { in DoURILoad()
11155 rv = postDataSeekable->Seek(nsISeekableStream::NS_SEEK_SET, 0); in DoURILoad()