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

  /external/chromium_org/components/cronet/
url_request_context_config.h 60 std::string http_cache; member in struct:cronet::URLRequestContextConfig
  /external/chromium_org/chrome/browser/
chrome_net_benchmarking_message_filter.cc 20 #include "net/http/http_cache.h"
122 net::HttpCache* http_cache = request_context_->GetURLRequestContext()-> local
124 http_cache->set_mode(mode);
  /external/chromium_org/net/http/
mock_http_cache.h 15 #include "net/http/http_cache.h"
169 net::HttpCache* http_cache() { return &http_cache_; } function in class:MockHttpCache
176 // Wrapper around http_cache()->CreateTransaction(net::DEFAULT_PRIORITY...)
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc 69 #include "net/http/http_cache.h"
958 net::HttpCache* http_cache = local
    [all...]

Completed in 655 milliseconds