Searched refs:SetChunkedUpload (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_fetcher_impl.cc44 void URLFetcherImpl::SetChunkedUpload(const std::string& content_type) { function in class:net::URLFetcherImpl
45 core_->SetChunkedUpload(content_type);
H A Durl_fetcher.h151 virtual void SetChunkedUpload(const std::string& upload_content_type) = 0;
H A Durl_fetcher_impl.h46 virtual void SetChunkedUpload(
H A Durl_fetcher_core.h72 void SetChunkedUpload(const std::string& upload_content_type);
H A Dtest_url_fetcher_factory.cc69 void TestURLFetcher::SetChunkedUpload(const std::string& upload_content_type) { function in class:net::TestURLFetcher
H A Dtest_url_fetcher_factory.h97 virtual void SetChunkedUpload(
H A Durl_fetcher_core.cc168 void URLFetcherCore::SetChunkedUpload(const std::string& content_type) { function in class:net::URLFetcherCore
H A Durl_fetcher_impl_unittest.cc639 fetcher_->SetChunkedUpload("application/x-www-form-urlencoded");
/external/chromium_org/content/browser/speech/
H A Dgoogle_one_shot_remote_engine.cc213 url_fetcher_->SetChunkedUpload(encoder_->mime_type());
H A Dgoogle_streaming_remote_engine.cc367 upstream_fetcher_->SetChunkedUpload(encoder_->mime_type());

Completed in 113 milliseconds