Searched refs:ServiceWorkerDispatcherHost (Results 1 – 4 of 4) sorted by relevance
30 ServiceWorkerDispatcherHost::ServiceWorkerDispatcherHost( in ServiceWorkerDispatcherHost() function in content::ServiceWorkerDispatcherHost35 ServiceWorkerDispatcherHost::~ServiceWorkerDispatcherHost() { in ~ServiceWorkerDispatcherHost()43 void ServiceWorkerDispatcherHost::Init( in Init()48 base::Bind(&ServiceWorkerDispatcherHost::Init, in Init()57 void ServiceWorkerDispatcherHost::OnDestruct() const { in OnDestruct()61 bool ServiceWorkerDispatcherHost::OnMessageReceived( in OnMessageReceived()69 ServiceWorkerDispatcherHost, message, *message_was_ok) in OnMessageReceived()84 void ServiceWorkerDispatcherHost::OnRegisterServiceWorker( in OnRegisterServiceWorker()113 base::Bind(&ServiceWorkerDispatcherHost::RegistrationComplete, in OnRegisterServiceWorker()119 void ServiceWorkerDispatcherHost::OnUnregisterServiceWorker( in OnUnregisterServiceWorker()[all …]
20 class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {22 explicit ServiceWorkerDispatcherHost(int render_process_id);32 virtual ~ServiceWorkerDispatcherHost();36 friend class base::DeleteHelper<ServiceWorkerDispatcherHost>;
45 class TestingServiceWorkerDispatcherHost : public ServiceWorkerDispatcherHost {50 : ServiceWorkerDispatcherHost(process_id), in TestingServiceWorkerDispatcherHost()
646 scoped_refptr<ServiceWorkerDispatcherHost> service_worker_filter = in CreateMessageFilters()647 new ServiceWorkerDispatcherHost(GetID()); in CreateMessageFilters()