Home
last modified time | relevance | path

Searched refs:SetUploadData (Results 1 – 24 of 24) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/url_request/
H A Durl_fetcher_impl.cc32 void URLFetcherImpl::SetUploadData(const std::string& upload_content_type, in SetUploadData() function in net::URLFetcherImpl
34 core_->SetUploadData(upload_content_type, upload_content); in SetUploadData()
H A Durl_fetcher_impl.h45 void SetUploadData(const std::string& upload_content_type,
H A Durl_fetcher.h187 virtual void SetUploadData(const std::string& upload_content_type,
H A Durl_fetcher_core.h71 void SetUploadData(const std::string& upload_content_type,
H A Dtest_url_fetcher_factory.h97 void SetUploadData(const std::string& upload_content_type,
H A Dtest_url_fetcher_factory.cc65 void TestURLFetcher::SetUploadData(const std::string& upload_content_type, in SetUploadData() function in net::TestURLFetcher
H A Durl_fetcher_impl_unittest.cc779 delegate.fetcher()->SetUploadData("application/x-www-form-urlencoded", in TEST_F()
796 delegate.fetcher()->SetUploadData("application/x-www-form-urlencoded", in TEST_F()
H A Durl_fetcher_core.cc141 void URLFetcherCore::SetUploadData(const std::string& upload_content_type, in SetUploadData() function in net::URLFetcherCore
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/url_request/
H A Durl_fetcher_impl.cc24 void URLFetcherImpl::SetUploadData(const std::string& upload_content_type, in SetUploadData() function in net::URLFetcherImpl
26 core_->SetUploadData(upload_content_type, upload_content); in SetUploadData()
H A Durl_fetcher_impl.h39 void SetUploadData(const std::string& upload_content_type,
H A Durl_fetcher.h151 virtual void SetUploadData(const std::string& upload_content_type,
H A Durl_fetcher_core.h72 void SetUploadData(const std::string& upload_content_type,
H A Dtest_url_fetcher_factory.h98 void SetUploadData(const std::string& upload_content_type,
H A Dtest_url_fetcher_factory.cc65 void TestURLFetcher::SetUploadData(const std::string& upload_content_type, in SetUploadData() function in net::TestURLFetcher
H A Durl_fetcher_impl_unittest.cc773 delegate.fetcher()->SetUploadData("application/x-www-form-urlencoded", in TEST_F()
790 delegate.fetcher()->SetUploadData("application/x-www-form-urlencoded", in TEST_F()
H A Durl_fetcher_core.cc142 void URLFetcherCore::SetUploadData(const std::string& upload_content_type, in SetUploadData() function in net::URLFetcherCore
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/test/
H A Dusb_test_gadget_impl.cc199 url_fetcher->SetUploadData("application/x-www-form-urlencoded", form_data); in SimplePOSTRequest()
291 url_fetcher_->SetUploadData("application/x-www-form-urlencoded", form_data); in Claim()
322 url_fetcher_->SetUploadData("multipart/form-data; boundary=foo", in Update()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/printing/cloud_print/
H A Dprivet_url_loader.h96 void SetUploadData(const std::string& upload_content_type,
H A Dprivet_http_impl.cc476 url_loader_->SetUploadData(kContentTypeJSON, ticket_.ToString()); in DoCreatejob()
518 url_loader_->SetUploadData( in DoSubmitdoc()
H A Dprivet_url_loader.cc216 void PrivetURLLoader::SetUploadData(const std::string& upload_content_type, in SetUploadData() function in cloud_print::PrivetURLLoader
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/printing/cloud_print/
H A Dprivet_url_loader.h96 void SetUploadData(const std::string& upload_content_type,
H A Dprivet_http_impl.cc476 url_loader_->SetUploadData(kContentTypeJSON, ticket_.ToString()); in DoCreatejob()
518 url_loader_->SetUploadData( in DoSubmitdoc()
H A Dprivet_url_loader.cc216 void PrivetURLLoader::SetUploadData(const std::string& upload_content_type, in SetUploadData() function in cloud_print::PrivetURLLoader
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/service/cloud_print/
H A Dcloud_print_url_fetcher.cc283 request_->SetUploadData(post_data_mime_type, post_data); in StartRequestHelper()