Home
last modified time | relevance | path

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

/external/chromium_org/net/http/
Dhttp_cache.h230 struct ActiveEntry { struct
242 typedef base::hash_map<std::string, ActiveEntry*> ActiveEntriesMap; argument
Dhttp_cache.cc94 HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* entry) in ActiveEntry() function in net::HttpCache::ActiveEntry