Searched refs:backend_impl_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_dispatcher_host.cc26 backend_impl_.Initialize(
72 if (!backend_impl_.RegisterHost(host_id)) {
80 if (!backend_impl_.UnregisterHost(host_id)) {
89 if (!backend_impl_.SetSpawningHostId(host_id, spawning_host_id))
99 if (!backend_impl_.SelectCache(host_id,
113 if (!backend_impl_.SelectCacheForWorker(
125 if (!backend_impl_.SelectCacheForSharedWorker(host_id, appcache_id))
136 if (!backend_impl_.MarkAsForeignEntry(
146 backend_impl_.GetResourceList(host_id, params);
158 if (!backend_impl_
[all...]
H A Dappcache_dispatcher_host.h65 AppCacheBackendImpl backend_impl_; member in class:content::AppCacheDispatcherHost
H A Dappcache_request_handler_unittest.cc198 backend_impl_.reset(new AppCacheBackendImpl);
199 backend_impl_->Initialize(mock_service_.get(), mock_frontend_.get(),
202 backend_impl_->RegisterHost(kHostId);
203 host_ = backend_impl_->GetHost(kHostId);
213 backend_impl_.reset();
713 backend_impl_->UnregisterHost(1);
745 backend_impl_->UnregisterHost(1);
833 backend_impl_->RegisterHost(kWorkerHostId);
834 AppCacheHost* worker_host = backend_impl_->GetHost(kWorkerHostId);
844 backend_impl_
920 scoped_ptr<AppCacheBackendImpl> backend_impl_; member in class:content::AppCacheRequestHandlerTest
[all...]

Completed in 542 milliseconds