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

  /external/chromium/net/http/
http_cache_unittest.cc 5 #include "net/http/http_cache.h"
558 net::HttpCache* http_cache() { return &http_cache_; } function in class:__anon4497::MockHttpCache
    [all...]
disk_cache_based_ssl_host_info.h 32 HttpCache* http_cache);
disk_cache_based_ssl_host_info.cc 11 #include "net/http/http_cache.h"
40 HttpCache* http_cache)
48 http_cache_(http_cache),
http_cache.cc 5 #include "net/http/http_cache.h"
295 SSLHostInfoFactoryAdaptor(CertVerifier* cert_verifier, HttpCache* http_cache)
297 http_cache_(http_cache) {
    [all...]
  /external/chromium/net/url_request/
view_cache_helper.cc 12 #include "net/http/http_cache.h"
216 HttpCache* http_cache = context_->http_transaction_factory()->GetCache();
217 if (!http_cache)
220 return http_cache->GetBackend(&disk_cache_, &cache_callback_);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromiumIncludes.h 94 #include <net/http/http_cache.h>
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 54 #include "net/http/http_cache.h"
92 net::HttpCache* http_cache = context->http_transaction_factory()->GetCache();
93 if (!http_cache)
96 return http_cache->GetCurrentBackend();
    [all...]
  /external/chromium/
Android.mk 256 net/http/http_cache.cc \

Completed in 365 milliseconds