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

  /external/chromium/net/http/
http_cache.h 217 struct ActiveEntry {
218 explicit ActiveEntry(disk_cache::Entry* entry);
219 ~ActiveEntry();
229 typedef base::hash_map<std::string, ActiveEntry*> ActiveEntriesMap;
231 typedef std::set<ActiveEntry*> ActiveEntriesSet;
262 void FinalizeDoomedEntry(ActiveEntry* entry);
265 ActiveEntry* FindActiveEntry(const std::string& key);
267 // Creates a new ActiveEntry and starts tracking it. |disk_entry| is the disk
269 ActiveEntry* ActivateEntry(disk_cache::Entry* disk_entry);
271 // Deletes an ActiveEntry
    [all...]
http_cache.cc 96 HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* entry)
103 HttpCache::ActiveEntry::~ActiveEntry() {
139 WorkItem(WorkItemOperation operation, Transaction* trans, ActiveEntry** entry)
149 void NotifyTransaction(int result, ActiveEntry* entry) {
179 ActiveEntry** entry_;
376 ActiveEntry* entry = active_entries_.begin()->second;
584 // Need to abandon the ActiveEntry, but any transaction attached to the entry
593 ActiveEntry* entry = it->second
    [all...]
http_cache_transaction.h 89 // Returns the LoadState of the writer transaction of a given ActiveEntry. In
337 HttpCache::ActiveEntry* entry_;
339 HttpCache::ActiveEntry* new_entry_;

Completed in 54 milliseconds