HomeSort by relevance Sort by last modified time
    Searched defs:ServiceWorkerStorage (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/service_worker/
service_worker_storage.h 44 class CONTENT_EXPORT ServiceWorkerStorage
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);
service_worker_storage.cc 43 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:
    [all...]

Completed in 368 milliseconds