Searched refs:AppendChunkToUpload (Results 1 - 20 of 20) 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.h153 // Use AppendChunkToUpload() to give the data chunks after calling Start().
159 virtual void AppendChunkToUpload(const std::string& data,
H A Durl_fetcher_impl.h48 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.cc185 void URLFetcherCore::AppendChunkToUpload(const std::string& content, function in class:net::URLFetcherCore
794 request_->AppendChunkToUpload(content.data(),
H A Dtest_url_fetcher_factory.cc74 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,
167 // Checks whether the last call to |AppendChunkToUpload(...)| was final.
H A Durl_request.h395 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.cc289 void URLRequest::AppendChunkToUpload(const char* bytes, function in class:net::URLRequest
H A Durl_request_unittest.cc2653 r->AppendChunkToUpload("a", 1, false);
2654 r->AppendChunkToUpload("bcd", 3, false);
2655 r->AppendChunkToUpload("this is a longer chunk than before.", 35, false);
2656 r->AppendChunkToUpload("\r\n\r\n", 4, false);
2657 r->AppendChunkToUpload("0", 1, false);
2658 r->AppendChunkToUpload("2323", 4, true);
/external/chromium/chrome/common/net/
H A Dtest_url_fetcher_factory.h58 virtual void AppendChunkToUpload(const std::string& data, bool is_last_chunk);
H A Durl_fetcher.cc115 void AppendChunkToUpload(const std::string& data, bool is_last_chunk);
309 request_->AppendChunkToUpload(content.data(),
314 void URLFetcher::Core::AppendChunkToUpload(const std::string& content, function in class:URLFetcher::Core
534 void URLFetcher::AppendChunkToUpload(const std::string& data, function in class:URLFetcher
537 core_->AppendChunkToUpload(data, is_last_chunk);
H A Dtest_url_fetcher_factory.cc26 void TestURLFetcher::AppendChunkToUpload(const std::string& data, function in class:TestURLFetcher
H A Durl_fetcher.h141 // Use AppendChunkToUpload() to give the data chunks after calling Start().
147 virtual void AppendChunkToUpload(const std::string& data, bool is_last_chunk);
/external/chromium_org/content/browser/speech/
H A Dgoogle_one_shot_remote_engine.cc237 url_fetcher_->AppendChunkToUpload(encoded_data->AsString(), false);
259 url_fetcher_->AppendChunkToUpload(encoded_dummy_data->AsString(), true);
H A Dgoogle_streaming_remote_engine.cc389 upstream_fetcher_->AppendChunkToUpload(encoded_data->AsString(), false);
503 upstream_fetcher_->AppendChunkToUpload(encoded_dummy_data->AsString(), true);
/external/chromium/net/url_request/
H A Durl_request.h341 void AppendChunkToUpload(const char* bytes,
H A Durl_request_unittest.cc220 r->AppendChunkToUpload("a", 1, false);
221 r->AppendChunkToUpload("bcd", 3, false);
222 r->AppendChunkToUpload("this is a longer chunk than before.", 35, false);
223 r->AppendChunkToUpload("\r\n\r\n", 4, false);
224 r->AppendChunkToUpload("0", 1, false);
225 r->AppendChunkToUpload("2323", 4, true);
H A Durl_request.cc192 void URLRequest::AppendChunkToUpload(const char* bytes, function in class:net::URLRequest

Completed in 210 milliseconds