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

  /external/chromium_org/net/url_request/
url_fetcher_core.cc 138 DCHECK(upload_content_.empty());
146 upload_content_ = upload_content;
158 DCHECK(upload_content_.empty());
176 upload_content_.empty()));
183 upload_content_.clear();
545 if (!upload_content_.empty()) {
547 upload_content_.data(), upload_content_.size()));
url_fetcher_core.h 238 std::string upload_content_; // HTTP POST payload member in class:net::URLFetcherCore
  /external/chromium_org/net/ocsp/
nss_ocsp.cc 198 // |upload_content_| should not be modified if |request_| is active.
200 upload_content_.assign(http_data, http_data_len);
407 DCHECK(!upload_content_.empty());
415 upload_content_.data(), upload_content_.size()));
434 std::string upload_content_; member in class:net::__anon13373::OCSPRequestSession
    [all...]

Completed in 50 milliseconds