Searched defs:ActiveEntry (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_cache.h244 struct ActiveEntry { struct in class:net::HttpCache
245 explicit ActiveEntry(disk_cache::Entry* entry);
246 ~ActiveEntry();
256 typedef base::hash_map<std::string, ActiveEntry*> ActiveEntriesMap;
258 typedef std::set<ActiveEntry*> ActiveEntriesSet;
296 void FinalizeDoomedEntry(ActiveEntry* entry);
299 ActiveEntry* FindActiveEntry(const std::string& key);
301 // Creates a new ActiveEntry and starts tracking it. |disk_entry| is the disk
303 ActiveEntry* ActivateEntry(disk_cache::Entry* disk_entry);
305 // Deletes an ActiveEntry
[all...]
H A Dhttp_cache.cc101 HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* entry) function in class:net::HttpCache::ActiveEntry
108 HttpCache::ActiveEntry::~ActiveEntry() {
144 WorkItem(WorkItemOperation operation, Transaction* trans, ActiveEntry** entry)
159 void NotifyTransaction(int result, ActiveEntry* entry) {
189 ActiveEntry** entry_;
344 ActiveEntry* entry = active_entries_.begin()->second;
596 // Need to abandon the ActiveEntry, but any transaction attached to the entry
606 ActiveEntry* entr
[all...]

Completed in 85 milliseconds