Home
last modified time | relevance | path

Searched refs:ServiceWorkerRegistration (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/content/browser/service_worker/
Dservice_worker_storage_unittest.cc22 scoped_refptr<ServiceWorkerRegistration>* registration, in SaveRegistrationCallback()
24 const scoped_refptr<ServiceWorkerRegistration>& result) { in SaveRegistrationCallback()
34 scoped_refptr<ServiceWorkerRegistration>* registration, in SaveFoundRegistrationCallback()
37 const scoped_refptr<ServiceWorkerRegistration>& result) { in SaveFoundRegistrationCallback()
52 scoped_refptr<ServiceWorkerRegistration>* registration) { in SaveRegistration()
62 scoped_refptr<ServiceWorkerRegistration>* registration) { in SaveFoundRegistration()
123 scoped_refptr<ServiceWorkerRegistration> original_registration; in TEST_F()
133 scoped_refptr<ServiceWorkerRegistration> registration1; in TEST_F()
137 scoped_refptr<ServiceWorkerRegistration> registration2; in TEST_F()
142 ServiceWorkerRegistration* null_registration(NULL); in TEST_F()
[all …]
Dservice_worker_registration.cc11 ServiceWorkerRegistration::ServiceWorkerRegistration(const GURL& pattern, in ServiceWorkerRegistration() function in content::ServiceWorkerRegistration
21 ServiceWorkerRegistration::~ServiceWorkerRegistration() { in ~ServiceWorkerRegistration()
26 void ServiceWorkerRegistration::Shutdown() { in Shutdown()
37 void ServiceWorkerRegistration::ActivatePendingVersion() { in ActivatePendingVersion()
Dservice_worker_registration.h34 class CONTENT_EXPORT ServiceWorkerRegistration
35 : NON_EXPORTED_BASE(public base::RefCounted<ServiceWorkerRegistration>) { in NON_EXPORTED_BASE() argument
37 ServiceWorkerRegistration(const GURL& pattern, in NON_EXPORTED_BASE()
73 virtual ~ServiceWorkerRegistration(); in NON_EXPORTED_BASE()
74 friend class base::RefCounted<ServiceWorkerRegistration>; in NON_EXPORTED_BASE()
85 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerRegistration); in NON_EXPORTED_BASE()
Dservice_worker_storage.h24 class ServiceWorkerRegistration; variable
37 const scoped_refptr<ServiceWorkerRegistration>&
45 const scoped_refptr<ServiceWorkerRegistration>&
63 typedef std::map<GURL, scoped_refptr<ServiceWorkerRegistration> >
70 scoped_refptr<ServiceWorkerRegistration> RegisterInternal(
83 ServiceWorkerRegistration* registration);
89 ServiceWorkerRegistration* registration);
Dservice_worker_storage.cc59 scoped_refptr<ServiceWorkerRegistration>())); in FindRegistrationForPattern()
85 scoped_refptr<ServiceWorkerRegistration>(it->second))); in FindRegistrationForDocument()
95 scoped_refptr<ServiceWorkerRegistration>())); in FindRegistrationForDocument()
121 scoped_refptr<ServiceWorkerRegistration> ServiceWorkerStorage::RegisterInternal( in RegisterInternal()
131 scoped_refptr<ServiceWorkerRegistration> registration( in RegisterInternal()
132 new ServiceWorkerRegistration( in RegisterInternal()
180 ServiceWorkerRegistration* previous_registration) { in UnregisterComplete()
189 ServiceWorkerRegistration* registration) { in RegisterComplete()
Dservice_worker_registration_unittest.cc31 scoped_refptr<ServiceWorkerRegistration> registration = in TEST_F()
32 new ServiceWorkerRegistration( in TEST_F()
52 scoped_refptr<ServiceWorkerRegistration> registration = in TEST_F()
53 new ServiceWorkerRegistration( in TEST_F()
Dservice_worker_version.h21 class ServiceWorkerRegistration; variable
59 ServiceWorkerRegistration* registration, in NON_EXPORTED_BASE()
85 scoped_refptr<ServiceWorkerRegistration> registration_; in NON_EXPORTED_BASE()
Dservice_worker_register_job.cc72 scoped_refptr<ServiceWorkerRegistration>())); in RegisterPatternAndContinue()
78 scoped_refptr<ServiceWorkerRegistration> registration = in RegisterPatternAndContinue()
91 const scoped_refptr<ServiceWorkerRegistration>& previous_registration) { in UnregisterPatternAndContinue()
113 const scoped_refptr<ServiceWorkerRegistration>& registration) { in RegisterComplete()
Dservice_worker_register_job.h21 ServiceWorkerRegistration* registration)> RegistrationCompleteCallback;
63 const scoped_refptr<ServiceWorkerRegistration>& previous_registration);
70 const scoped_refptr<ServiceWorkerRegistration>& registration);
Dservice_worker_context_core.h34 class ServiceWorkerRegistration; variable
93 const scoped_refptr<ServiceWorkerRegistration>& registration); in NON_EXPORTED_BASE()
Dservice_worker_context_unittest.cc63 scoped_refptr<ServiceWorkerRegistration>* registration, in RegistrationCallback()
64 const scoped_refptr<ServiceWorkerRegistration>& result) { in RegistrationCallback()
Dservice_worker_version.cc16 ServiceWorkerRegistration* registration, in ServiceWorkerVersion()
Dservice_worker_context_core.cc90 const scoped_refptr<ServiceWorkerRegistration>& registration) { in RegistrationComplete()