/external/chromium_org/chrome/browser/safe_browsing/ |
D | ping_manager.cc | 78 report->SetUploadData("text/plain", post_data); in ReportSafeBrowsingHit() 91 fetcher->SetUploadData("application/octet-stream", report); in ReportMalwareDetails()
|
D | protocol_manager.cc | 189 fetcher->SetUploadData("text/plain", get_hash); in GetFullHash() 557 request_->SetUploadData("text/plain", update_list_data_); in IssueBackupUpdateRequest() 631 request_->SetUploadData("text/plain", update_list_data_); in OnGetChunksComplete()
|
D | two_phase_uploader.cc | 167 url_fetcher_->SetUploadData(kUploadContentType, metadata_); in UploadMetadata()
|
D | client_side_detection_service.cc | 352 fetcher->SetUploadData("application/octet-stream", request_data); in StartClientReportPhishingRequest() 402 fetcher->SetUploadData("application/octet-stream", request_data); in StartClientReportMalwareRequest()
|
/external/chromium_org/net/url_request/ |
D | url_fetcher_impl.cc | 28 void URLFetcherImpl::SetUploadData(const std::string& upload_content_type, in SetUploadData() function in net::URLFetcherImpl 30 core_->SetUploadData(upload_content_type, upload_content); in SetUploadData()
|
D | url_fetcher.h | 133 virtual void SetUploadData(const std::string& upload_content_type,
|
D | url_fetcher_impl.h | 38 virtual void SetUploadData(const std::string& upload_content_type,
|
D | url_fetcher_core.h | 64 void SetUploadData(const std::string& upload_content_type,
|
/external/chromium_org/chrome/browser/local_discovery/ |
D | privet_url_fetcher.cc | 81 url_fetcher_->SetUploadData(upload_content_type_, upload_data_); in Try() 101 void PrivetURLFetcher::SetUploadData(const std::string& upload_content_type, in SetUploadData() function in local_discovery::PrivetURLFetcher
|
D | privet_url_fetcher.h | 70 void SetUploadData(const std::string& upload_content_type,
|
D | privet_http_impl.cc | 456 url_fetcher_->SetUploadData(kPrivetContentTypeCJT, ticket_); in DoCreatejob() 505 url_fetcher_->SetUploadData(kPrivetContentTypePDF, data_str); in DoSubmitdoc()
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
D | attestation_ca_client.cc | 88 fetcher->SetUploadData(kMimeContentType, request); in FetchURL()
|
/external/chromium_org/chrome/browser/spellchecker/ |
D | spelling_service_client_unittest.cc | 51 virtual void SetUploadData(const std::string& upload_content_type, in SetUploadData() function in __anonadae8ff80111::TestSpellingURLFetcher 79 net::TestURLFetcher::SetUploadData(upload_content_type, upload_content); in SetUploadData()
|
D | spelling_service_client.cc | 97 fetcher->SetUploadData("application/json", request); in RequestTextCheck()
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
D | cloud_print_request.cc | 56 request->fetcher_->SetUploadData(mimetype, content); in CreatePost()
|
/external/chromium_org/chrome/browser/component_updater/ |
D | component_updater_utils.cc | 84 url_fetcher->SetUploadData("application/xml", protocol_request); in SendProtocolRequest()
|
/external/chromium_org/google_apis/gaia/ |
D | oauth2_api_call_flow.cc | 169 result->SetUploadData("application/x-www-form-urlencoded", body); in CreateURLFetcher()
|
D | oauth2_access_token_fetcher.cc | 113 result->SetUploadData("application/x-www-form-urlencoded", body); in CreateFetcher()
|
/external/chromium_org/sync/test/accounts_client/ |
D | test_accounts_client.cc | 148 fetcher->SetUploadData("application/json", ""); in SendRequest()
|
/external/chromium_org/chrome/browser/profile_resetter/ |
D | brandcode_config_fetcher.cc | 151 config_fetcher_->SetUploadData("text/xml", GetUploadData(brandcode)); in BrandcodeConfigFetcher()
|
/external/chromium_org/remoting/host/ |
D | token_validator_factory_impl.cc | 78 request_->SetUploadData("application/x-www-form-urlencoded", post_body); in ValidateThirdPartyToken()
|
/external/chromium_org/remoting/host/setup/ |
D | service_client.cc | 117 request_->SetUploadData("application/json; charset=UTF-8", request_body); in MakeChromotingRequest()
|
/external/chromium_org/chrome/browser/managed_mode/ |
D | managed_user_refresh_token_fetcher.cc | 164 url_fetcher_->SetUploadData("application/x-www-form-urlencoded", body); in OnGetTokenSuccess()
|
/external/chromium_org/chrome/service/cloud_print/ |
D | cloud_print_url_fetcher.cc | 276 request_->SetUploadData(post_data_mime_type, post_data); in StartRequestHelper()
|
/external/chromium_org/google_apis/drive/ |
D | base_requests.cc | 256 url_fetcher_->SetUploadData(upload_content_type, upload_content); in Start() 279 url_fetcher_->SetUploadData(std::string(), std::string()); in Start()
|