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

  /external/chromium/net/http/
http_transaction_factory.h 12 class HttpCache;
27 virtual HttpCache* GetCache() = 0;
http_cache.h 9 // The HttpCache takes a disk_cache::Backend as a parameter, and uses that for
45 class HttpCache : public HttpTransactionFactory,
46 public base::SupportsWeakPtr<HttpCache> {
48 ~HttpCache();
67 HttpCache(NetworkChangeNotifier* network_change_notifier,
80 HttpCache(HttpNetworkSession* session, const FilePath& cache_dir,
86 HttpCache(NetworkChangeNotifier* network_change_notifier,
94 // the HttpCache and will be destroyed using |delete| when the HttpCache is
96 HttpCache(HttpTransactionFactory* network_layer
    [all...]
http_cache_transaction.cc 100 HttpCache::Transaction::Transaction(HttpCache* cache, bool enable_range_support)
128 COMPILE_ASSERT(HttpCache::Transaction::kNumValidationHeaders ==
137 HttpCache::Transaction::~Transaction() {
172 int HttpCache::Transaction::Start(const HttpRequestInfo* request,
236 int HttpCache::Transaction::RestartIgnoringLastError(
254 int HttpCache::Transaction::RestartWithCertificate(
273 int HttpCache::Transaction::RestartWithAuth(
297 bool HttpCache::Transaction::IsReadyToRestartForAuth() {
303 int HttpCache::Transaction::Read(IOBuffer* buf, int buf_len
    [all...]
http_cache.cc 41 HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* e)
48 HttpCache::ActiveEntry::~ActiveEntry() {
57 struct HttpCache::NewEntry {
77 class HttpCache::WorkItem {
108 class HttpCache::BackendCallback : public CallbackRunner<Tuple1<int> > {
110 BackendCallback(HttpCache* cache, NewEntry* entry)
120 HttpCache* cache_;
127 HttpCache::HttpCache(NetworkChangeNotifier* network_change_notifier,
144 HttpCache::HttpCache(HttpNetworkSession* session
    [all...]
http_cache_transaction.h 5 // This file declares HttpCache::Transaction, a private class of HttpCache so
20 // This is the transaction that is returned by the HttpCache transaction
22 class HttpCache::Transaction : public HttpTransaction {
24 Transaction(HttpCache* cache, bool enable_range_support);
77 // Called by the HttpCache when the given disk cache entry becomes accessible
290 base::WeakPtr<HttpCache> cache_;
291 HttpCache::ActiveEntry* entry_;
292 HttpCache::ActiveEntry* new_entry_;
306 bool cache_pending_; // We are waiting for the HttpCache
    [all...]
http_cache_unittest.cc 541 net::HttpCache* http_cache() { return &http_cache_; }
551 net::HttpCache http_cache_;
568 void RunTransactionTestWithRequestAndLog(net::HttpCache* cache,
596 void RunTransactionTestWithRequest(net::HttpCache* cache,
604 void RunTransactionTestWithLog(net::HttpCache* cache,
611 void RunTransactionTest(net::HttpCache* cache,
616 void RunTransactionTestWithResponseInfo(net::HttpCache* cache,
623 void RunTransactionTestWithResponse(net::HttpCache* cache,
866 TEST(HttpCache, CreateThenDestroy) {
875 TEST(HttpCache, GetBackend)
    [all...]
http_network_layer.h 55 virtual HttpCache* GetCache();
http_network_layer.cc 87 HttpCache* HttpNetworkLayer::GetCache() {
http_transaction_unittest.h 205 // HttpCache implementation.
325 virtual net::HttpCache* GetCache() {
  /external/chromium/net/flip/
flip_transaction_factory.h 24 virtual HttpCache* GetCache() {
  /external/chromium/net/url_request/
view_cache_helper.cc 74 if (net::HttpCache::ReadResponseInfo(entry, &response, &truncated) &&
118 net::HttpCache* http_cache = context->http_transaction_factory()->GetCache();
url_request_unittest.h 157 new net::HttpCache(
  /external/chromium/net/tools/fetch/
fetch_client.cc 143 factory = new net::HttpCache(NULL, host_resolver, proxy_service,
  /external/chromium/net/tools/dump_cache/
cache_dumper.cc 147 if (!net::HttpCache::ParseResponseInfo(buf->data(), buf_len,
  /external/chromium/net/proxy/
proxy_script_fetcher_unittest.cc 40 new net::HttpCache(net::HttpNetworkLayer::CreateFactory(

Completed in 355 milliseconds