ActiveEntry 94 net/http/http_cache.cc HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* entry) ActiveEntry 101 net/http/http_cache.cc HttpCache::ActiveEntry::~ActiveEntry() { ActiveEntry 137 net/http/http_cache.cc WorkItem(WorkItemOperation operation, Transaction* trans, ActiveEntry** entry) ActiveEntry 152 net/http/http_cache.cc void NotifyTransaction(int result, ActiveEntry* entry) { ActiveEntry 182 net/http/http_cache.cc ActiveEntry** entry_; ActiveEntry 330 net/http/http_cache.cc ActiveEntry* entry = active_entries_.begin()->second; ActiveEntry 592 net/http/http_cache.cc ActiveEntry* entry = it->second; ActiveEntry 646 net/http/http_cache.cc void HttpCache::FinalizeDoomedEntry(ActiveEntry* entry) { ActiveEntry 659 net/http/http_cache.cc HttpCache::ActiveEntry* HttpCache::FindActiveEntry(const std::string& key) { ActiveEntry 664 net/http/http_cache.cc HttpCache::ActiveEntry* HttpCache::ActivateEntry( ActiveEntry 667 net/http/http_cache.cc ActiveEntry* entry = new ActiveEntry(disk_entry); ActiveEntry 672 net/http/http_cache.cc void HttpCache::DeactivateEntry(ActiveEntry* entry) { ActiveEntry 693 net/http/http_cache.cc void HttpCache::SlowDeactivateEntry(ActiveEntry* entry) { ActiveEntry 739 net/http/http_cache.cc int HttpCache::OpenEntry(const std::string& key, ActiveEntry** entry, ActiveEntry 741 net/http/http_cache.cc ActiveEntry* active_entry = FindActiveEntry(key); ActiveEntry 770 net/http/http_cache.cc int HttpCache::CreateEntry(const std::string& key, ActiveEntry** entry, ActiveEntry 799 net/http/http_cache.cc void HttpCache::DestroyEntry(ActiveEntry* entry) { ActiveEntry 807 net/http/http_cache.cc int HttpCache::AddTransactionToEntry(ActiveEntry* entry, Transaction* trans) { ActiveEntry 846 net/http/http_cache.cc void HttpCache::DoneWithEntry(ActiveEntry* entry, Transaction* trans, ActiveEntry 873 net/http/http_cache.cc void HttpCache::DoneWritingToEntry(ActiveEntry* entry, bool success) { ActiveEntry 900 net/http/http_cache.cc void HttpCache::DoneReadingFromEntry(ActiveEntry* entry, Transaction* trans) { ActiveEntry 912 net/http/http_cache.cc void HttpCache::ConvertWriterToReader(ActiveEntry* entry) { ActiveEntry 970 net/http/http_cache.cc bool HttpCache::RemovePendingTransactionFromEntry(ActiveEntry* entry, ActiveEntry 1003 net/http/http_cache.cc void HttpCache::ProcessPendingQueue(ActiveEntry* entry) { ActiveEntry 1016 net/http/http_cache.cc void HttpCache::OnProcessPendingQueue(ActiveEntry* entry) { ActiveEntry 1050 net/http/http_cache.cc ActiveEntry* entry = NULL; ActiveEntry 231 net/http/http_cache.h explicit ActiveEntry(disk_cache::Entry* entry); ActiveEntry 232 net/http/http_cache.h ~ActiveEntry(); ActiveEntry 242 net/http/http_cache.h typedef base::hash_map<std::string, ActiveEntry*> ActiveEntriesMap; ActiveEntry 244 net/http/http_cache.h typedef std::set<ActiveEntry*> ActiveEntriesSet; ActiveEntry 282 net/http/http_cache.h void FinalizeDoomedEntry(ActiveEntry* entry); ActiveEntry 285 net/http/http_cache.h ActiveEntry* FindActiveEntry(const std::string& key); ActiveEntry 289 net/http/http_cache.h ActiveEntry* ActivateEntry(disk_cache::Entry* disk_entry); ActiveEntry 292 net/http/http_cache.h void DeactivateEntry(ActiveEntry* entry); ActiveEntry 295 net/http/http_cache.h void SlowDeactivateEntry(ActiveEntry* entry); ActiveEntry 307 net/http/http_cache.h int OpenEntry(const std::string& key, ActiveEntry** entry, ActiveEntry 313 net/http/http_cache.h int CreateEntry(const std::string& key, ActiveEntry** entry, ActiveEntry 317 net/http/http_cache.h void DestroyEntry(ActiveEntry* entry); ActiveEntry 324 net/http/http_cache.h int AddTransactionToEntry(ActiveEntry* entry, Transaction* trans); ActiveEntry 329 net/http/http_cache.h void DoneWithEntry(ActiveEntry* entry, Transaction* trans, bool cancel); ActiveEntry 333 net/http/http_cache.h void DoneWritingToEntry(ActiveEntry* entry, bool success); ActiveEntry 336 net/http/http_cache.h void DoneReadingFromEntry(ActiveEntry* entry, Transaction* trans); ActiveEntry 340 net/http/http_cache.h void ConvertWriterToReader(ActiveEntry* entry); ActiveEntry 350 net/http/http_cache.h bool RemovePendingTransactionFromEntry(ActiveEntry* entry, ActiveEntry 358 net/http/http_cache.h void ProcessPendingQueue(ActiveEntry* entry); ActiveEntry 362 net/http/http_cache.h void OnProcessPendingQueue(ActiveEntry* entry); ActiveEntry 94 net/http/http_cache_transaction.h HttpCache::ActiveEntry* entry() { return entry_; } ActiveEntry 395 net/http/http_cache_transaction.h HttpCache::ActiveEntry* entry_; ActiveEntry 396 net/http/http_cache_transaction.h HttpCache::ActiveEntry* new_entry_;