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

  /external/chromium_org/net/disk_cache/flash/
log_store.cc 87 open_entries_.insert(current_entry_id_);
93 DCHECK(open_entries_.find(id) == open_entries_.end());
111 if (open_entries_.find(id) != open_entries_.end())
120 open_entries_.insert(id);
131 open_entries_.insert(id);
138 DCHECK(open_entries_.find(id) != open_entries_.end());
147 std::set<int32>::iterator entry_iter = open_entries_.find(id)
    [all...]
log_store.h 82 std::set<int32> open_entries_; member in class:disk_cache::LogStore
  /external/chromium_org/chrome/browser/nacl_host/
pnacl_translation_cache.h 105 std::map<void*, scoped_refptr<PnaclTranslationCacheEntry> > open_entries_; member in class:pnacl::PnaclTranslationCache
pnacl_translation_cache.cc 310 open_entries_.erase(entry);
378 open_entries_[entry] = entry;
386 open_entries_[entry] = entry;
  /external/chromium_org/net/disk_cache/
tracing_cache_backend.cc 201 EntryToProxyMap::iterator it = open_entries_.find(entry);
202 if (it != open_entries_.end()) {
209 open_entries_[entry] = entry_proxy;
214 EntryToProxyMap::iterator it = open_entries_.find(entry);
215 if (it != open_entries_.end()) {
216 open_entries_.erase(it);
tracing_cache_backend.h 74 EntryToProxyMap open_entries_; member in class:disk_cache::TracingCacheBackend
backend_impl.cc 610 open_entries_[entry_address.value()] = cache_entry.get();
797 EntriesMap::iterator it = open_entries_.find(address.value());
798 if (it != open_entries_.end()) {
843 EntriesMap::iterator it = open_entries_.find(address.value());
844 if (it != open_entries_.end())
845 open_entries_.erase(it);
858 open_entries_.find(rankings->Data()->contents);
859 if (it != open_entries_.end()) {
    [all...]
backend_impl.h 364 EntriesMap open_entries_; // Map of open entries. member in class:disk_cache::BackendImpl
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.h 254 EntriesMap open_entries_; // Map of open entries. member in class:disk_cache::BackendImpl
backend_impl_v3.cc 234 EntriesMap::iterator it = open_entries_.find(address.value());
235 if (it != open_entries_.end())
236 open_entries_.erase(it);
249 open_entries_.find(rankings->Data()->contents);
250 if (it != open_entries_.end()) {
624 open_entries_[entry_address.value()] = cache_entry.get();
901 DCHECK(!open_entries_.size());
964 EntriesMap::iterator it = open_entries_.find(address.value());
965 if (it != open_entries_.end()) {
1033 open_entries_[address.value()] = cache_entry.get()
    [all...]
  /external/chromium/net/disk_cache/
backend_impl.cc 769 open_entries_[entry_address.value()] = cache_entry;
954 EntriesMap::iterator it = open_entries_.find(address.value());
955 if (it != open_entries_.end())
956 open_entries_.erase(it);
968 open_entries_.find(rankings->Data()->contents);
969 if (it != open_entries_.end()) {
    [all...]
backend_impl.h 351 EntriesMap open_entries_; // Map of open entries. member in class:disk_cache::BackendImpl

Completed in 275 milliseconds