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

  /external/chromium/net/http/
http_cache.h 309 void DoneWithEntry(ActiveEntry* entry, Transaction* trans, bool cancel);
http_cache_transaction.cc 152 cache_->DoneWithEntry(entry_, this, cancel_request);
    [all...]
http_cache.cc 828 void HttpCache::DoneWithEntry(ActiveEntry* entry, Transaction* trans,
    [all...]
  /external/chromium_org/net/http/
http_cache.h 322 void DoneWithEntry(ActiveEntry* entry, Transaction* trans, bool cancel);
http_cache_transaction.cc 229 cache_->DoneWithEntry(entry_, this, cancel_request);
    [all...]
http_cache.cc 811 void HttpCache::DoneWithEntry(ActiveEntry* entry, Transaction* trans,
    [all...]

Completed in 244 milliseconds