HomeSort by relevance Sort by last modified time
    Searched refs:open_entries_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/disk_cache/
backend_impl.cc 452 open_entries_[entry_address.value()] = cache_entry;
795 EntriesMap::iterator it = open_entries_.find(address.value());
796 if (it != open_entries_.end())
797 open_entries_.erase(it);
804 open_entries_.find(rankings->Data()->contents);
805 if (it != open_entries_.end()) {
1116 DCHECK(!open_entries_.size());
1148 EntriesMap::iterator it = open_entries_.find(address.value());
1149 if (it != open_entries_.end()) {
    [all...]
backend_impl.h 286 EntriesMap open_entries_; // Map of open entries. member in class:disk_cache::BackendImpl

Completed in 26 milliseconds