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

  /external/chromium_org/net/url_request/
url_request_context_builder.h 116 http_cache_params_ = params;
120 http_cache_params_ = HttpCacheParams();
143 HttpCacheParams http_cache_params_; member in class:net::URLRequestContextBuilder
url_request_context_builder.cc 289 if (http_cache_params_.type == HttpCacheParams::DISK) {
294 http_cache_params_.path,
295 http_cache_params_.max_size,
299 HttpCache::DefaultBackend::InMemory(http_cache_params_.max_size);

Completed in 31 milliseconds