Searched defs:ActiveEntry (Results 1 – 3 of 3) sorted by relevance
352 struct NET_EXPORT_PRIVATE ActiveEntry { struct365 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
130 HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* entry, bool opened_in) in ActiveEntry() function in net::HttpCache::ActiveEntry
789 using ActiveEntry = HttpCache::ActiveEntry; typedef in net::HttpCacheIOCallbackTest