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

  /external/chromium_org/net/url_request/
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 148 milliseconds