Searched refs:AppCacheBackendImpl (Results 1 – 11 of 11) sorted by relevance
14 AppCacheBackendImpl::AppCacheBackendImpl() in AppCacheBackendImpl() function in appcache::AppCacheBackendImpl20 AppCacheBackendImpl::~AppCacheBackendImpl() { in ~AppCacheBackendImpl()26 void AppCacheBackendImpl::Initialize(AppCacheService* service, in Initialize()36 bool AppCacheBackendImpl::RegisterHost(int id) { in RegisterHost()45 bool AppCacheBackendImpl::UnregisterHost(int id) { in UnregisterHost()55 bool AppCacheBackendImpl::SetSpawningHostId( in SetSpawningHostId()65 bool AppCacheBackendImpl::SelectCache( in SelectCache()79 bool AppCacheBackendImpl::SelectCacheForWorker( in SelectCacheForWorker()89 bool AppCacheBackendImpl::SelectCacheForSharedWorker( in SelectCacheForSharedWorker()99 bool AppCacheBackendImpl::MarkAsForeignEntry( in MarkAsForeignEntry()[all …]
37 class AppCacheBackendImpl; variable188 void RegisterBackend(AppCacheBackendImpl* backend_impl);189 void UnregisterBackend(AppCacheBackendImpl* backend_impl);190 AppCacheBackendImpl* GetBackend(int id) const { in GetBackend()213 typedef std::map<int, AppCacheBackendImpl*> BackendMap;
16 class WEBKIT_STORAGE_BROWSER_EXPORT AppCacheBackendImpl {18 AppCacheBackendImpl();19 ~AppCacheBackendImpl();
38 AppCacheBackendImpl* backend = service->GetBackend(process_id); in SetExtraRequestInfo()
177 AppCacheBackendImpl* backend = host_->service()->GetBackend(old_process_id); in PrepareForCrossSiteTransfer()187 AppCacheBackendImpl* backend = host_->service()->GetBackend(new_process_id); in CompleteCrossSiteTransfer()
270 AppCacheBackendImpl* backend = service_->GetBackend(spawning_process_id_); in GetSpawningHost()276 AppCacheBackendImpl* backend = service_->GetBackend(parent_process_id_); in GetParentAppCacheHost()
539 AppCacheBackendImpl* backend_impl) { in RegisterBackend()546 AppCacheBackendImpl* backend_impl) { in UnregisterBackend()
195 backend_impl_.reset(new AppCacheBackendImpl); in SetUpTest()881 scoped_ptr<AppCacheBackendImpl> backend_impl_;
428 AppCacheBackendImpl backend_impl; in TEST_F()
1697 backend_.reset(new AppCacheBackendImpl); in Continue_Reinitialize()1835 scoped_ptr<AppCacheBackendImpl> backend_;
66 appcache::AppCacheBackendImpl backend_impl_;