ServiceWorkerStorage 24 content/browser/service_worker/service_worker_context_core.cc : storage_(new ServiceWorkerStorage(path, quota_manager_proxy)), ServiceWorkerStorage 38 content/browser/service_worker/service_worker_context_core.h class ServiceWorkerStorage; ServiceWorkerStorage 61 content/browser/service_worker/service_worker_context_core.h ServiceWorkerStorage* storage() { return storage_.get(); } ServiceWorkerStorage 111 content/browser/service_worker/service_worker_context_core.h scoped_ptr<ServiceWorkerStorage> storage_; ServiceWorkerStorage 20 content/browser/service_worker/service_worker_job_coordinator.h class ServiceWorkerStorage; ServiceWorkerStorage 60 content/browser/service_worker/service_worker_job_unittest.cc ServiceWorkerStorage::FindRegistrationCallback SaveFoundRegistration( ServiceWorkerStorage 107 content/browser/service_worker/service_worker_job_unittest.cc ServiceWorkerStorage* storage() const { return context_->storage(); } ServiceWorkerStorage 19 content/browser/service_worker/service_worker_register_job.h class ServiceWorkerStorage; ServiceWorkerStorage 28 content/browser/service_worker/service_worker_storage.cc ServiceWorkerStorage::ServiceWorkerStorage( ServiceWorkerStorage 38 content/browser/service_worker/service_worker_storage.cc ServiceWorkerStorage::~ServiceWorkerStorage() { ServiceWorkerStorage 50 content/browser/service_worker/service_worker_storage.cc void ServiceWorkerStorage::FindRegistrationForPattern( ServiceWorkerStorage 65 content/browser/service_worker/service_worker_storage.cc void ServiceWorkerStorage::FindRegistrationForDocument( ServiceWorkerStorage 87 content/browser/service_worker/service_worker_storage.cc void ServiceWorkerStorage::GetAllRegistrations( ServiceWorkerStorage 102 content/browser/service_worker/service_worker_storage.cc void ServiceWorkerStorage::FindRegistrationForId( ServiceWorkerStorage 120 content/browser/service_worker/service_worker_storage.cc void ServiceWorkerStorage::StoreRegistration( ServiceWorkerStorage 139 content/browser/service_worker/service_worker_storage.cc void ServiceWorkerStorage::DeleteRegistration( ServiceWorkerStorage 152 content/browser/service_worker/service_worker_storage.cc int64 ServiceWorkerStorage::NewRegistrationId() { ServiceWorkerStorage 156 content/browser/service_worker/service_worker_storage.cc int64 ServiceWorkerStorage::NewVersionId() { ServiceWorkerStorage 160 content/browser/service_worker/service_worker_storage.cc bool ServiceWorkerStorage::PatternMatches(const GURL& pattern, ServiceWorkerStorage 30 content/browser/service_worker/service_worker_storage.h class CONTENT_EXPORT ServiceWorkerStorage { ServiceWorkerStorage 37 content/browser/service_worker/service_worker_storage.h ServiceWorkerStorage(const base::FilePath& path, ServiceWorkerStorage 39 content/browser/service_worker/service_worker_storage.h ~ServiceWorkerStorage(); ServiceWorkerStorage 90 content/browser/service_worker/service_worker_storage.h DISALLOW_COPY_AND_ASSIGN(ServiceWorkerStorage); ServiceWorkerStorage 19 content/browser/service_worker/service_worker_storage_unittest.cc storage_.reset(new ServiceWorkerStorage(base::FilePath(), NULL)); ServiceWorkerStorage 25 content/browser/service_worker/service_worker_storage_unittest.cc scoped_ptr<ServiceWorkerStorage> storage_; ServiceWorkerStorage 29 content/browser/service_worker/service_worker_storage_unittest.cc ASSERT_TRUE(ServiceWorkerStorage::PatternMatches( ServiceWorkerStorage 31 content/browser/service_worker/service_worker_storage_unittest.cc ASSERT_TRUE(ServiceWorkerStorage::PatternMatches( ServiceWorkerStorage 35 content/browser/service_worker/service_worker_storage_unittest.cc ASSERT_FALSE(ServiceWorkerStorage::PatternMatches( ServiceWorkerStorage 37 content/browser/service_worker/service_worker_storage_unittest.cc ASSERT_FALSE(ServiceWorkerStorage::PatternMatches( ServiceWorkerStorage 41 content/browser/service_worker/service_worker_storage_unittest.cc ASSERT_FALSE(ServiceWorkerStorage::PatternMatches( ServiceWorkerStorage 43 content/browser/service_worker/service_worker_storage_unittest.cc ASSERT_FALSE(ServiceWorkerStorage::PatternMatches( ServiceWorkerStorage 21 content/browser/service_worker/service_worker_unregister_job.h class ServiceWorkerStorage;