Home | History | Annotate | Download | only in http

Lines Matching refs:Backend

76     NetLog* net_log, scoped_ptr<disk_cache::Backend>* backend,
86 backend,
109 // open cache entries or the backend itself.
115 scoped_ptr<disk_cache::Backend> backend;
131 // A work item encapsulates a single request to the backend with all the
141 const net::CompletionCallback& cb, disk_cache::Backend** backend)
146 backend_(backend) {}
160 bool DoCallback(int result, disk_cache::Backend* backend) {
162 *backend_ = backend;
182 disk_cache::Backend** backend_;
327 // If we don't have a backend, when its construction finishes it will
343 int HttpCache::GetBackend(disk_cache::Backend** backend,
348 *backend = disk_cache_.get();
352 return CreateBackend(backend, callback);
355 disk_cache::Backend* HttpCache::GetCurrentBackend() const {
448 int HttpCache::CreateBackend(disk_cache::Backend** backend,
456 backend));
473 int rv = backend_factory_->CreateBackend(net_log_, &pending_op->backend,
895 // active_entries_, we should be creating the backend or the entry.
1008 // Completing the creation of the backend is simpler than the other cases.
1117 // work items. The first call saves the backend and releases the factory,
1121 disk_cache_ = pending_op->backend.Pass();