Home
last modified time | relevance | path

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

/external/cronet/net/http/
Dhttp_cache.h352 struct NET_EXPORT_PRIVATE ActiveEntry { struct
365 disk_cache::Entry* GetEntry() { return disk_entry.get(); } in GetEntry()
367 disk_cache::ScopedEntryPtr disk_entry;
372 bool opened = false;
375 TransactionList add_to_entry_queue;
401 std::unordered_map<std::string, std::unique_ptr<ActiveEntry>>; argument
Dhttp_cache.cc130 HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* entry, bool opened_in) in ActiveEntry() function in net::HttpCache::ActiveEntry
Dhttp_cache_unittest.cc789 using ActiveEntry = HttpCache::ActiveEntry; typedef in net::HttpCacheIOCallbackTest