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.cc 37 const ServiceWorkerStorage::FindRegistrationCallback& callback) {
45 const ServiceWorkerStorage::FindRegistrationCallback& callback) {
77 ServiceWorkerStorage::InitialData::InitialData()
83 ServiceWorkerStorage::InitialData::~InitialData() {
86 ServiceWorkerStorage::ServiceWorkerStorage(
107 ServiceWorkerStorage::~ServiceWorkerStorage() {
112 void ServiceWorkerStorage::FindRegistrationForDocument(
117 &ServiceWorkerStorage::FindRegistrationForDocument
    [all...]
service_worker_storage.h 44 class CONTENT_EXPORT ServiceWorkerStorage {
58 ServiceWorkerStorage(const base::FilePath& path,
63 ~ServiceWorkerStorage();
299 base::WeakPtrFactory<ServiceWorkerStorage> weak_factory_;
301 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerStorage);

Completed in 53 milliseconds