Searched refs:ServiceWorkerProviderContext (Results 1 – 8 of 8) sorted by relevance
20 ServiceWorkerProviderContext::ServiceWorkerProviderContext(int provider_id) in ServiceWorkerProviderContext() function in content::ServiceWorkerProviderContext33 ServiceWorkerProviderContext::~ServiceWorkerProviderContext() { in ~ServiceWorkerProviderContext()40 ServiceWorkerHandleReference* ServiceWorkerProviderContext::installing() { in installing()45 ServiceWorkerHandleReference* ServiceWorkerProviderContext::waiting() { in waiting()50 ServiceWorkerHandleReference* ServiceWorkerProviderContext::active() { in active()55 ServiceWorkerHandleReference* ServiceWorkerProviderContext::controller() { in controller()61 ServiceWorkerProviderContext::registration() { in registration()67 ServiceWorkerProviderContext::GetVersionAttributes() { in GetVersionAttributes()78 void ServiceWorkerProviderContext::OnAssociateRegistration( in OnAssociateRegistration()93 void ServiceWorkerProviderContext::OnDisassociateRegistration() { in OnDisassociateRegistration()[all …]
36 class ServiceWorkerProviderContext37 : public base::RefCounted<ServiceWorkerProviderContext> {39 explicit ServiceWorkerProviderContext(int provider_id);92 friend class base::RefCounted<ServiceWorkerProviderContext>;93 ~ServiceWorkerProviderContext();106 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerProviderContext);
21 class ServiceWorkerProviderContext; variable30 ServiceWorkerProviderContext* context); in NON_EXPORTED_BASE()46 ServiceWorkerProviderContext* context() { return context_.get(); } in NON_EXPORTED_BASE()55 scoped_refptr<ServiceWorkerProviderContext> context_; in NON_EXPORTED_BASE()
16 class ServiceWorkerProviderContext; variable43 ServiceWorkerProviderContext* context() { return context_.get(); } in context()52 scoped_refptr<ServiceWorkerProviderContext> context_;
32 class ServiceWorkerProviderContext; variable81 void AddProviderContext(ServiceWorkerProviderContext* provider_context);82 void RemoveProviderContext(ServiceWorkerProviderContext* provider_context);140 typedef std::map<int, ServiceWorkerProviderContext*> ProviderContextMap;142 typedef std::map<int, ServiceWorkerProviderContext*> WorkerToProviderMap;
40 context_(new ServiceWorkerProviderContext(provider_id_)) { in ServiceWorkerNetworkProvider()
27 ServiceWorkerProviderContext* context) in WebServiceWorkerProviderImpl()
167 ServiceWorkerProviderContext* provider_context) { in AddProviderContext()175 ServiceWorkerProviderContext* provider_context) { in RemoveProviderContext()