/external/chromium/chrome/browser/chromeos/login/ |
client_login_response_handler.cc | 40 fetcher->set_upload_data("application/x-www-form-urlencoded", payload_);
|
/external/chromium/android/autofill/ |
url_fetcher_proxy.h | 66 // - set_upload_data() 91 virtual void set_upload_data(const std::string& upload_content_type, function in class:URLFetcherProxy 135 // We expect set_upload_data() to have been called on this object. 136 real_fetcher_->set_upload_data(upload_content_type_, upload_content_);
|
/external/chromium/chrome/common/net/ |
url_fetcher.h | 136 void set_upload_data(const std::string& upload_content_type,
|
url_fetcher.cc | 518 void URLFetcher::set_upload_data(const std::string& upload_content_type, function in class:URLFetcher
|
url_fetcher_unittest.cc | 315 fetcher_->set_upload_data("application/x-www-form-urlencoded",
|
/external/chromium/chrome/browser/remoting/ |
directory_add_request.cc | 54 fetcher_->set_upload_data("application/json", request_content);
|
/external/chromium/chrome/browser/safe_browsing/ |
protocol_manager.cc | 179 fetcher->set_upload_data("text/plain", get_hash); 618 request_->set_upload_data("text/plain", list_data); 662 report->set_upload_data("text/plain", post_data); 674 fetcher->set_upload_data("application/octet-stream", report);
|
client_side_detection_service.cc | 297 fetcher->set_upload_data("application/octet-stream", request_data);
|
/external/chromium/chrome/browser/sync/glue/ |
http_bridge.cc | 222 fetch_state_.url_poster->set_upload_data(content_type_, request_content_);
|
/external/chromium/chrome/common/net/gaia/ |
gaia_oauth_client.cc | 110 request_->set_upload_data("application/x-www-form-urlencoded", post_body);
|
gaia_auth_fetcher.cc | 132 to_return->set_upload_data("application/x-www-form-urlencoded", body);
|
/external/chromium/chrome/browser/autofill/ |
autofill_download.cc | 245 fetcher->set_upload_data("text/plain", form_xml);
|
/external/chromium/chrome/browser/ |
bug_report_util.cc | 218 fetcher->set_upload_data(std::string(kProtBufMimeType), *post_body);
|
/external/chromium/chrome/browser/policy/ |
device_management_backend_impl.cc | 264 fetcher->set_upload_data(kPostContentType, payload_);
|
/external/chromium/chrome/browser/metrics/ |
metrics_service.cc | [all...] |