Home | History | Annotate | Download | only in http

Lines Matching refs:Backend

78     NetLog* net_log, scoped_ptr<disk_cache::Backend>* backend,
88 backend,
111 // open cache entries or the backend itself.
117 scoped_ptr<disk_cache::Backend> backend;
133 // A work item encapsulates a single request to the backend with all the
143 const net::CompletionCallback& cb, disk_cache::Backend** backend)
148 backend_(backend) {}
162 bool DoCallback(int result, disk_cache::Backend* backend) {
164 *backend_ = backend;
184 disk_cache::Backend** backend_;
356 // If we don't have a backend, when its construction finishes it will
372 int HttpCache::GetBackend(disk_cache::Backend** backend,
377 *backend = disk_cache_.get();
381 return CreateBackend(backend, callback);
384 disk_cache::Backend* HttpCache::GetCurrentBackend() const {
478 int HttpCache::CreateBackend(disk_cache::Backend** backend,
486 backend));
503 int rv = backend_factory_->CreateBackend(net_log_, &pending_op->backend,
928 // active_entries_, we should be creating the backend or the entry.
1051 // Completing the creation of the backend is simpler than the other cases.
1160 // work items. The first call saves the backend and releases the factory,
1164 disk_cache_ = pending_op->backend.Pass();