Home
last modified time | relevance | path

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

/external/cronet/net/http/
Dhttp_cache.h350 struct NET_EXPORT_PRIVATE ActiveEntry { struct
363 disk_cache::Entry* GetEntry() { return disk_entry.get(); } in GetEntry()
365 disk_cache::ScopedEntryPtr disk_entry;
370 bool opened = false;
373 TransactionList add_to_entry_queue;
399 std::unordered_map<std::string, std::unique_ptr<ActiveEntry>>; argument
Dhttp_cache.cc128 HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* entry, bool opened_in) in ActiveEntry() function in net::HttpCache::ActiveEntry
Dhttp_cache_unittest.cc767 using ActiveEntry = HttpCache::ActiveEntry; typedef in net::HttpCacheIOCallbackTest