HomeSort by relevance Sort by last modified time
    Searched refs:upload_content_type_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/android/autofill/
url_fetcher_proxy.h 94 upload_content_type_ = upload_content_type;
136 real_fetcher_->set_upload_data(upload_content_type_, upload_content_);
158 std::string upload_content_type_; member in class:URLFetcherProxy
  /external/chromium/chrome/common/net/
url_fetcher.cc 141 std::string upload_content_type_; // MIME type of POST payload member in class:URLFetcher::Core
388 DCHECK(!upload_content_type_.empty());
392 upload_content_type_);
521 core_->upload_content_type_ = upload_content_type;
527 (core_->upload_content_type_.empty() &&
529 core_->upload_content_type_ = content_type;
  /external/chromium/net/ocsp/
nss_ocsp.cc 167 upload_content_type_.assign(http_content_type);
374 DCHECK(!upload_content_type_.empty());
378 net::HttpRequestHeaders::kContentType, upload_content_type_);
396 std::string upload_content_type_; // MIME type of POST payload member in class:__anon4541::OCSPRequestSession

Completed in 408 milliseconds