Lines Matching full:cache_
196 callback_(callback), cache_(NULL), net_log_(net_log),
220 disk_cache::BackendImpl* cache_;
228 cache_ = new disk_cache::BackendImpl(path_, thread_, net_log_);
229 cache_->SetMaxSize(max_bytes_);
230 cache_->SetType(type_);
231 cache_->SetFlags(flags_);
232 int rv = cache_->Init(&my_callback_);
244 delete cache_;
245 cache_ = NULL;
258 *backend_ = cache_;
262 delete cache_;