Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:cache_

19     : cache_(NULL),
46 ASSERT_TRUE(NULL != cache_);
48 ASSERT_EQ(0, cache_->GetEntryCount());
83 int rv = cache_->OpenEntry(key, entry, &cb);
90 int rv = cache_->CreateEntry(key, entry, &cb);
96 int rv = cache_->DoomEntry(key, &cb);
102 int rv = cache_->DoomAllEntries(&cb);
109 int rv = cache_->DoomEntriesBetween(initial_time, end_time, &cb);
115 int rv = cache_->DoomEntriesSince(initial_time, &cb);
122 int rv = cache_->OpenNextEntry(iter, next_entry, &cb);
210 delete cache_;
224 cache_ = disk_cache::MemBackendImpl::CreateBackend(size_, NULL);
229 cache_ = mem_cache_;
230 ASSERT_TRUE(NULL != cache_);
259 disk_cache::kNoRandom, thread, NULL, &cache_, &cb);
272 cache_ = cache_impl_;
273 ASSERT_TRUE(NULL != cache_);