Home | History | Annotate | Download | only in appcache

Lines Matching refs:backend_

60       backend_(backend),
69 backend_->RegisterHost(host_id_);
73 backend_->UnregisterHost(host_id_);
176 backend_->SetSpawningHostId(host_id_, spawning_host_impl->host_id());
193 backend_->SelectCache(host_id_, document_url_,
218 backend_->SelectCache(
229 backend_->MarkAsForeignEntry(host_id_, document_url_,
238 backend_->SelectCache(host_id_, document_url_,
276 if (!backend_->StartUpdate(host_id_))
282 status_ = backend_->GetStatus(host_id_);
287 if (!backend_->SwapCache(host_id_))
289 status_ = backend_->GetStatus(host_id_);
308 backend_->GetResourceList(host_id_, &resource_infos);