AppCacheBackendImpl 66 content/browser/appcache/appcache_dispatcher_host.h appcache::AppCacheBackendImpl backend_impl_; AppCacheBackendImpl 14 content/browser/appcache/appcache_interceptor.cc using appcache::AppCacheBackendImpl; AppCacheBackendImpl 45 content/browser/appcache/appcache_interceptor.cc AppCacheBackendImpl* backend = service->GetBackend(process_id); AppCacheBackendImpl 39 content/browser/appcache/appcache_storage_impl_unittest.cc using appcache::AppCacheBackendImpl; AppCacheBackendImpl 1744 content/browser/appcache/appcache_storage_impl_unittest.cc backend_.reset(new AppCacheBackendImpl); AppCacheBackendImpl 1897 content/browser/appcache/appcache_storage_impl_unittest.cc scoped_ptr<AppCacheBackendImpl> backend_; AppCacheBackendImpl 14 webkit/browser/appcache/appcache_backend_impl.cc AppCacheBackendImpl::AppCacheBackendImpl() AppCacheBackendImpl 20 webkit/browser/appcache/appcache_backend_impl.cc AppCacheBackendImpl::~AppCacheBackendImpl() { AppCacheBackendImpl 26 webkit/browser/appcache/appcache_backend_impl.cc void AppCacheBackendImpl::Initialize(AppCacheService* service, AppCacheBackendImpl 36 webkit/browser/appcache/appcache_backend_impl.cc bool AppCacheBackendImpl::RegisterHost(int id) { AppCacheBackendImpl 45 webkit/browser/appcache/appcache_backend_impl.cc bool AppCacheBackendImpl::UnregisterHost(int id) { AppCacheBackendImpl 55 webkit/browser/appcache/appcache_backend_impl.cc bool AppCacheBackendImpl::SetSpawningHostId( AppCacheBackendImpl 65 webkit/browser/appcache/appcache_backend_impl.cc bool AppCacheBackendImpl::SelectCache( AppCacheBackendImpl 79 webkit/browser/appcache/appcache_backend_impl.cc bool AppCacheBackendImpl::SelectCacheForWorker( AppCacheBackendImpl 89 webkit/browser/appcache/appcache_backend_impl.cc bool AppCacheBackendImpl::SelectCacheForSharedWorker( AppCacheBackendImpl 99 webkit/browser/appcache/appcache_backend_impl.cc bool AppCacheBackendImpl::MarkAsForeignEntry( AppCacheBackendImpl 111 webkit/browser/appcache/appcache_backend_impl.cc bool AppCacheBackendImpl::GetStatusWithCallback( AppCacheBackendImpl 121 webkit/browser/appcache/appcache_backend_impl.cc bool AppCacheBackendImpl::StartUpdateWithCallback( AppCacheBackendImpl 131 webkit/browser/appcache/appcache_backend_impl.cc bool AppCacheBackendImpl::SwapCacheWithCallback( AppCacheBackendImpl 141 webkit/browser/appcache/appcache_backend_impl.cc void AppCacheBackendImpl::GetResourceList( AppCacheBackendImpl 150 webkit/browser/appcache/appcache_backend_impl.cc scoped_ptr<AppCacheHost> AppCacheBackendImpl::TransferHostOut(int host_id) { AppCacheBackendImpl 167 webkit/browser/appcache/appcache_backend_impl.cc void AppCacheBackendImpl::TransferHostIn( AppCacheBackendImpl 16 webkit/browser/appcache/appcache_backend_impl.h class WEBKIT_STORAGE_BROWSER_EXPORT AppCacheBackendImpl { AppCacheBackendImpl 18 webkit/browser/appcache/appcache_backend_impl.h AppCacheBackendImpl(); AppCacheBackendImpl 19 webkit/browser/appcache/appcache_backend_impl.h ~AppCacheBackendImpl(); AppCacheBackendImpl 275 webkit/browser/appcache/appcache_host.cc AppCacheBackendImpl* backend = service_->GetBackend(spawning_process_id_); AppCacheBackendImpl 281 webkit/browser/appcache/appcache_host.cc AppCacheBackendImpl* backend = service_->GetBackend(parent_process_id_); AppCacheBackendImpl 429 webkit/browser/appcache/appcache_host_unittest.cc AppCacheBackendImpl backend_impl; AppCacheBackendImpl 177 webkit/browser/appcache/appcache_request_handler.cc AppCacheBackendImpl* backend = host_->service()->GetBackend(old_process_id); AppCacheBackendImpl 187 webkit/browser/appcache/appcache_request_handler.cc AppCacheBackendImpl* backend = host_->service()->GetBackend(new_process_id); AppCacheBackendImpl 196 webkit/browser/appcache/appcache_request_handler_unittest.cc backend_impl_.reset(new AppCacheBackendImpl); AppCacheBackendImpl 882 webkit/browser/appcache/appcache_request_handler_unittest.cc scoped_ptr<AppCacheBackendImpl> backend_impl_; AppCacheBackendImpl 565 webkit/browser/appcache/appcache_service.cc AppCacheBackendImpl* backend_impl) { AppCacheBackendImpl 572 webkit/browser/appcache/appcache_service.cc AppCacheBackendImpl* backend_impl) { AppCacheBackendImpl 42 webkit/browser/appcache/appcache_service.h class AppCacheBackendImpl; AppCacheBackendImpl 188 webkit/browser/appcache/appcache_service.h void RegisterBackend(AppCacheBackendImpl* backend_impl); AppCacheBackendImpl 189 webkit/browser/appcache/appcache_service.h void UnregisterBackend(AppCacheBackendImpl* backend_impl); AppCacheBackendImpl 190 webkit/browser/appcache/appcache_service.h AppCacheBackendImpl* GetBackend(int id) const { AppCacheBackendImpl 214 webkit/browser/appcache/appcache_service.h typedef std::map<int, AppCacheBackendImpl*> BackendMap;