Home
last modified time | relevance | path

Searched refs:AppCacheBackendImpl (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
Dappcache_backend_impl.cc14 AppCacheBackendImpl::AppCacheBackendImpl() in AppCacheBackendImpl() function in appcache::AppCacheBackendImpl
20 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 …]
Dappcache_service.h37 class AppCacheBackendImpl; variable
188 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;
Dappcache_backend_impl.h16 class WEBKIT_STORAGE_BROWSER_EXPORT AppCacheBackendImpl {
18 AppCacheBackendImpl();
19 ~AppCacheBackendImpl();
Dappcache_interceptor.cc38 AppCacheBackendImpl* backend = service->GetBackend(process_id); in SetExtraRequestInfo()
Dappcache_request_handler.cc177 AppCacheBackendImpl* backend = host_->service()->GetBackend(old_process_id); in PrepareForCrossSiteTransfer()
187 AppCacheBackendImpl* backend = host_->service()->GetBackend(new_process_id); in CompleteCrossSiteTransfer()
Dappcache_host.cc270 AppCacheBackendImpl* backend = service_->GetBackend(spawning_process_id_); in GetSpawningHost()
276 AppCacheBackendImpl* backend = service_->GetBackend(parent_process_id_); in GetParentAppCacheHost()
Dappcache_service.cc539 AppCacheBackendImpl* backend_impl) { in RegisterBackend()
546 AppCacheBackendImpl* backend_impl) { in UnregisterBackend()
Dappcache_request_handler_unittest.cc195 backend_impl_.reset(new AppCacheBackendImpl); in SetUpTest()
881 scoped_ptr<AppCacheBackendImpl> backend_impl_;
Dappcache_host_unittest.cc428 AppCacheBackendImpl backend_impl; in TEST_F()
Dappcache_storage_impl_unittest.cc1697 backend_.reset(new AppCacheBackendImpl); in Continue_Reinitialize()
1835 scoped_ptr<AppCacheBackendImpl> backend_;
/external/chromium_org/content/browser/appcache/
Dappcache_dispatcher_host.h66 appcache::AppCacheBackendImpl backend_impl_;