Lines Matching refs:Backend
85 NetLog* net_log, scoped_ptr<disk_cache::Backend>* backend,
95 backend,
118 // open cache entries or the backend itself.
124 scoped_ptr<disk_cache::Backend> backend;
140 // A work item encapsulates a single request to the backend with all the
150 const net::CompletionCallback& cb, disk_cache::Backend** backend)
155 backend_(backend) {}
169 bool DoCallback(int result, disk_cache::Backend* backend) {
171 *backend_ = backend;
191 disk_cache::Backend** backend_;
367 // If we don't have a backend, when its construction finishes it will
383 int HttpCache::GetBackend(disk_cache::Backend** backend,
388 *backend = disk_cache_.get();
392 return CreateBackend(backend, callback);
395 disk_cache::Backend* HttpCache::GetCurrentBackend() const {
494 int HttpCache::CreateBackend(disk_cache::Backend** backend,
502 backend));
519 int rv = backend_factory_->CreateBackend(net_log_, &pending_op->backend,
945 // active_entries_, we should be creating the backend or the entry.
1068 backend is simpler than the other cases.
1177 // work items. The first call saves the backend and releases the factory,
1181 disk_cache_ = pending_op->backend.Pass();