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

  /external/chromium/net/http/
http_cache.h 161 struct ActiveEntry {
169 explicit ActiveEntry(disk_cache::Entry*);
170 ~ActiveEntry();
173 typedef base::hash_map<std::string, ActiveEntry*> ActiveEntriesMap;
175 typedef std::set<ActiveEntry*> ActiveEntriesSet;
194 void FinalizeDoomedEntry(ActiveEntry* entry);
197 ActiveEntry* FindActiveEntry(const std::string& key);
199 // Creates a new ActiveEntry and starts tracking it. |disk_entry| is the disk
202 ActiveEntry* ActivateEntry(const std::string& key,
205 // Deletes an ActiveEntry
    [all...]
http_cache.cc 41 HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* e)
48 HttpCache::ActiveEntry::~ActiveEntry() {
79 WorkItem(ActiveEntry** entry, CompletionCallback* callback,
86 void NotifyTransaction(int result, ActiveEntry* entry) {
99 ActiveEntry** entry_;
188 ActiveEntry* entry = active_entries_.begin()->second;
322 // Need to abandon the ActiveEntry, but any transaction attached to the entry
331 ActiveEntry* entry = it->second
    [all...]
http_cache_transaction.h 79 int EntryAvailable(ActiveEntry* entry);
291 HttpCache::ActiveEntry* entry_;
292 HttpCache::ActiveEntry* new_entry_;
http_cache_transaction.cc 500 int HttpCache::Transaction::EntryAvailable(ActiveEntry* entry) {
    [all...]

Completed in 686 milliseconds