HomeSort by relevance Sort by last modified time
    Searched refs:upload_content_type_ (Results 1 - 6 of 6) 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_org/net/url_request/
url_fetcher_core.cc 135 DCHECK(upload_content_type_.empty());
140 upload_content_type_ = upload_content_type;
157 DCHECK(upload_content_type_.empty());
160 upload_content_type_ = upload_content_type;
170 (upload_content_type_.empty() &&
177 upload_content_type_ = content_type;
570 upload_content_type_);
571 if (!upload_content_type_.empty()) {
573 upload_content_type_);
url_fetcher_core.h 257 std::string upload_content_type_; // MIME type of POST payload member in class:net::URLFetcherCore
  /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:__anon5556::OCSPRequestSession
  /external/chromium_org/net/ocsp/
nss_ocsp.cc 197 upload_content_type_.assign(http_content_type);
403 DCHECK(!upload_content_type_.empty());
407 HttpRequestHeaders::kContentType, upload_content_type_);
430 std::string upload_content_type_; // MIME type of POST payload member in class:net::__anon11235::OCSPRequestSession
    [all...]

Completed in 1971 milliseconds