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

/external/chromium/net/disk_cache/
H A Dbackend_impl.h268 typedef base::hash_map<CacheAddr, EntryImpl*> EntriesMap; typedef in class:disk_cache::BackendImpl
351 EntriesMap open_entries_; // Map of open entries.
/external/chromium_org/net/disk_cache/
H A Dbackend_impl.h278 typedef base::hash_map<CacheAddr, EntryImpl*> EntriesMap; typedef in class:disk_cache::BackendImpl
364 EntriesMap open_entries_; // Map of open entries.
/external/chromium_org/net/disk_cache/v3/
H A Dbackend_impl_v3.h198 typedef base::hash_map<CacheAddr, EntryImpl*> EntriesMap; typedef in class:disk_cache::BackendImpl
254 EntriesMap open_entries_; // Map of open entries.

Completed in 2038 milliseconds