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

  /external/chromium_org/net/url_request/
url_request_context_builder.h 37 struct NET_EXPORT HttpCacheParams {
43 HttpCacheParams();
44 ~HttpCacheParams();
114 // By default HttpCache is enabled with a default constructed HttpCacheParams.
115 void EnableHttpCache(const HttpCacheParams& params) {
120 http_cache_params_ = HttpCacheParams();
143 HttpCacheParams http_cache_params_;
url_request_context_builder.cc 176 URLRequestContextBuilder::HttpCacheParams::HttpCacheParams()
179 URLRequestContextBuilder::HttpCacheParams::~HttpCacheParams() {}
289 if (http_cache_params_.type == HttpCacheParams::DISK) {

Completed in 23 milliseconds