Searched refs:AppendChunkToUpload (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_fetcher_impl.cc50 void URLFetcherImpl::AppendChunkToUpload(const std::string& data, function in class:net::URLFetcherImpl
53 core_->AppendChunkToUpload(data, is_last_chunk);
H A Durl_fetcher.h159 // Use AppendChunkToUpload() to give the data chunks after calling Start().
165 virtual void AppendChunkToUpload(const std::string& data,
H A Durl_fetcher_impl.h50 virtual void AppendChunkToUpload(const std::string& data,
H A Durl_fetcher_core.h74 void AppendChunkToUpload(const std::string& data, bool is_last_chunk);
H A Durl_fetcher_core.cc190 void URLFetcherCore::AppendChunkToUpload(const std::string& content, function in class:net::URLFetcherCore
799 request_->AppendChunkToUpload(content.data(),
H A Dtest_url_fetcher_factory.cc77 void TestURLFetcher::AppendChunkToUpload(const std::string& data, function in class:net::TestURLFetcher
H A Dtest_url_fetcher_factory.h76 // Callback issued correspondingly to the call to |AppendChunkToUpload|.
102 virtual void AppendChunkToUpload(const std::string& data,
169 // Checks whether the last call to |AppendChunkToUpload(...)| was final.
H A Durl_request.h373 void AppendChunkToUpload(const char* bytes,
H A Durl_fetcher_impl_unittest.cc642 fetcher_->AppendChunkToUpload(chunk_, false);
657 fetcher_->AppendChunkToUpload(chunk_, true);
H A Durl_request.cc231 void URLRequest::AppendChunkToUpload(const char* bytes, function in class:net::URLRequest
H A Durl_request_unittest.cc2623 r->AppendChunkToUpload("a", 1, false);
2624 r->AppendChunkToUpload("bcd", 3, false);
2625 r->AppendChunkToUpload("this is a longer chunk than before.", 35, false);
2626 r->AppendChunkToUpload("\r\n\r\n", 4, false);
2627 r->AppendChunkToUpload("0", 1, false);
2628 r->AppendChunkToUpload("2323", 4, true);
/external/chromium_org/content/browser/speech/
H A Dgoogle_one_shot_remote_engine.cc241 url_fetcher_->AppendChunkToUpload(encoded_data->AsString(), false);
263 url_fetcher_->AppendChunkToUpload(encoded_dummy_data->AsString(), true);
H A Dgoogle_streaming_remote_engine.cc373 upstream_fetcher_->AppendChunkToUpload(encoded_data->AsString(), false);
487 upstream_fetcher_->AppendChunkToUpload(encoded_dummy_data->AsString(), true);
/external/chromium_org/components/cronet/android/
H A Durl_request_adapter.cc118 url_request_->AppendChunkToUpload(bytes.get(), bytes_len, is_last_chunk);

Completed in 5308 milliseconds