Searched defs:SetUploadData (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/cronet/android/
H A Dchromium_url_request.cc164 static void SetUploadData(JNIEnv* env, function in namespace:cronet
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_url_fetcher.cc190 url_fetcher_->SetUploadData(upload_content_type_, upload_data_);
215 void PrivetURLFetcher::SetUploadData(const std::string& upload_content_type, function in class:local_discovery::PrivetURLFetcher
/external/chromium_org/net/url_request/
H A Durl_fetcher_impl.cc28 void URLFetcherImpl::SetUploadData(const std::string& upload_content_type, function in class:net::URLFetcherImpl
30 core_->SetUploadData(upload_content_type, upload_content);
H A Dtest_url_fetcher_factory.cc60 void TestURLFetcher::SetUploadData(const std::string& upload_content_type, function in class:net::TestURLFetcher
H A Durl_fetcher_core.cc137 void URLFetcherCore::SetUploadData(const std::string& upload_content_type, function in class:net::URLFetcherCore

Completed in 96 milliseconds