Home
last modified time | relevance | path

Searched refs:AppendChunkToUpload (Results 1 – 20 of 20) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/url_request/
H A Durl_fetcher_impl.cc60 void URLFetcherImpl::AppendChunkToUpload(const std::string& data, in AppendChunkToUpload() function in net::URLFetcherImpl
63 core_->AppendChunkToUpload(data, is_last_chunk); in AppendChunkToUpload()
H A Durl_fetcher_impl_unittest.cc902 delegate.fetcher()->AppendChunkToUpload(kCreateUploadStreamBody, false); in TEST_F()
903 delegate.fetcher()->AppendChunkToUpload(kCreateUploadStreamBody, true); in TEST_F()
939 delegate.fetcher()->AppendChunkToUpload("kCreateUploadStreamBody", false); in TEST_F()
940 delegate.fetcher()->AppendChunkToUpload("kCreateUploadStreamBody", true); in TEST_F()
977 fetcher()->AppendChunkToUpload(chunk_, in MaybeAppendChunk()
1099 delegate.fetcher()->AppendChunkToUpload(upload_data, false); in TEST_F()
1241 delegate.fetcher()->AppendChunkToUpload(kCreateUploadStreamBody, true); in TEST_F()
H A Durl_fetcher_impl.h57 void AppendChunkToUpload(const std::string& data,
H A Durl_fetcher.h223 virtual void AppendChunkToUpload(const std::string& data,
H A Durl_fetcher_core.h84 void AppendChunkToUpload(const std::string& data, bool is_last_chunk);
H A Dtest_url_fetcher_factory.h111 void AppendChunkToUpload(const std::string& data,
H A Dtest_url_fetcher_factory.cc88 void TestURLFetcher::AppendChunkToUpload(const std::string& data, in AppendChunkToUpload() function in net::TestURLFetcher
H A Durl_fetcher_core.cc203 void URLFetcherCore::AppendChunkToUpload(const std::string& content, in AppendChunkToUpload() function in net::URLFetcherCore
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/url_request/
H A Durl_fetcher_impl.cc52 void URLFetcherImpl::AppendChunkToUpload(const std::string& data, in AppendChunkToUpload() function in net::URLFetcherImpl
55 core_->AppendChunkToUpload(data, is_last_chunk); in AppendChunkToUpload()
H A Durl_fetcher_impl_unittest.cc896 delegate.fetcher()->AppendChunkToUpload(kCreateUploadStreamBody, false); in TEST_F()
897 delegate.fetcher()->AppendChunkToUpload(kCreateUploadStreamBody, true); in TEST_F()
933 delegate.fetcher()->AppendChunkToUpload("kCreateUploadStreamBody", false); in TEST_F()
934 delegate.fetcher()->AppendChunkToUpload("kCreateUploadStreamBody", true); in TEST_F()
969 fetcher()->AppendChunkToUpload(chunk_, in MaybeAppendChunk()
1091 delegate.fetcher()->AppendChunkToUpload(upload_data, false); in TEST_F()
1234 delegate.fetcher()->AppendChunkToUpload(kCreateUploadStreamBody, true); in TEST_F()
H A Durl_fetcher_impl.h51 void AppendChunkToUpload(const std::string& data,
H A Durl_fetcher.h187 virtual void AppendChunkToUpload(const std::string& data,
H A Durl_fetcher_core.h85 void AppendChunkToUpload(const std::string& data, bool is_last_chunk);
H A Dtest_url_fetcher_factory.h112 void AppendChunkToUpload(const std::string& data,
H A Dtest_url_fetcher_factory.cc88 void TestURLFetcher::AppendChunkToUpload(const std::string& data, in AppendChunkToUpload() function in net::TestURLFetcher
H A Durl_fetcher_core.cc204 void URLFetcherCore::AppendChunkToUpload(const std::string& content, in AppendChunkToUpload() function in net::URLFetcherCore
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/speech/
H A Dupstream_loader.h38 void AppendChunkToUpload(const std::string& data, bool is_last_chunk);
H A Dupstream_loader.cc72 void UpstreamLoader::AppendChunkToUpload(const std::string& data, in AppendChunkToUpload() function in speech::UpstreamLoader
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/speech/
H A Dspeech_recognition_engine.cc119 void AppendChunkToUpload(const std::string& data, bool is_last_chunk) { in AppendChunkToUpload() function in content::SpeechRecognitionEngine::UpstreamLoader
898 upstream_loader_->AppendChunkToUpload(frame, is_final); in UploadAudioChunk()
900 upstream_loader_->AppendChunkToUpload(data, is_final); in UploadAudioChunk()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/speech/
H A Dspeech_recognition_engine.cc701 upstream_loader_->AppendChunkToUpload(frame, is_final); in UploadAudioChunk()
703 upstream_loader_->AppendChunkToUpload(data, is_final); in UploadAudioChunk()