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

/external/chromium_org/net/url_request/
H A Durl_fetcher_impl.cc46 void URLFetcherImpl::SetChunkedUpload(const std::string& content_type) { function in class:net::URLFetcherImpl
47 core_->SetChunkedUpload(content_type);
H A Durl_fetcher.h160 virtual void SetChunkedUpload(const std::string& upload_content_type) = 0;
H A Durl_fetcher_impl.h48 virtual void SetChunkedUpload(
H A Durl_fetcher_core.h71 void SetChunkedUpload(const std::string& upload_content_type);
H A Dtest_url_fetcher_factory.cc74 void TestURLFetcher::SetChunkedUpload(const std::string& upload_content_type) { function in class:net::TestURLFetcher
H A Dtest_url_fetcher_factory.h98 virtual void SetChunkedUpload(
H A Durl_fetcher_core.cc176 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.cc217 url_fetcher_->SetChunkedUpload(encoder_->mime_type());
H A Dgoogle_streaming_remote_engine.cc352 upstream_fetcher_->SetChunkedUpload(encoder_->mime_type());

Completed in 516 milliseconds