Searched refs:DoneWithEntry (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_cache.h343 void DoneWithEntry(ActiveEntry* entry, Transaction* trans, bool cancel);
H A Dhttp_cache_transaction.cc367 cache_->DoneWithEntry(entry_, this, cancel_request);
2705 cache_->DoneWithEntry(entry_, this, false);
2733 cache_->DoneWithEntry(entry_, this, false);
H A Dhttp_cache.cc861 void HttpCache::DoneWithEntry(ActiveEntry* entry, Transaction* trans, function in class:net::HttpCache

Completed in 2257 milliseconds