Searched defs:ServiceWorkerStorage (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_storage.h44 class CONTENT_EXPORT ServiceWorkerStorage class in namespace:content
59 virtual ~ServiceWorkerStorage();
61 static scoped_ptr<ServiceWorkerStorage> Create(
69 static scoped_ptr<ServiceWorkerStorage> Create(
71 ServiceWorkerStorage* old_storage);
223 ServiceWorkerStorage(
388 base::WeakPtrFactory<ServiceWorkerStorage> weak_factory_;
390 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerStorage);
H A Dservice_worker_storage.cc43 const ServiceWorkerStorage::FindRegistrationCallback& callback) {
51 const ServiceWorkerStorage::FindRegistrationCallback& callback) {
80 base::WeakPtr<ServiceWorkerStorage> owner,
83 const ServiceWorkerStorage::CompareCallback& callback)
105 base::WeakPtr<ServiceWorkerStorage> owner_;
106 ServiceWorkerStorage::CompareCallback completion_callback_;
202 ServiceWorkerStorage::InitialData::InitialData()
208 ServiceWorkerStorage::InitialData::~InitialData() {
211 ServiceWorkerStorage::
216 ServiceWorkerStorage
680 ServiceWorkerStorage::ServiceWorkerStorage( function in class:content::ServiceWorkerStorage
[all...]

Completed in 182 milliseconds