Searched defs:EntriesMap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl.h289 typedef base::hash_map<CacheAddr, EntryImpl*> EntriesMap; typedef in class:disk_cache::BackendImpl
373 EntriesMap open_entries_; // Map of open entries.
H A Dbackend_impl_v3.h195 typedef base::hash_map<CacheAddr, EntryImplV3*> EntriesMap; typedef in class:disk_cache::BackendImplV3
251 EntriesMap open_entries_;

Completed in 154 milliseconds