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