Home
last modified time | relevance | path

Searched refs:ServiceWorkerDispatcherHost (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/service_worker/
Dservice_worker_dispatcher_host.cc30 ServiceWorkerDispatcherHost::ServiceWorkerDispatcherHost( in ServiceWorkerDispatcherHost() function in content::ServiceWorkerDispatcherHost
35 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 …]
Dservice_worker_dispatcher_host.h20 class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
22 explicit ServiceWorkerDispatcherHost(int render_process_id);
32 virtual ~ServiceWorkerDispatcherHost();
36 friend class base::DeleteHelper<ServiceWorkerDispatcherHost>;
Dservice_worker_dispatcher_host_unittest.cc45 class TestingServiceWorkerDispatcherHost : public ServiceWorkerDispatcherHost {
50 : ServiceWorkerDispatcherHost(process_id), in TestingServiceWorkerDispatcherHost()
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.cc646 scoped_refptr<ServiceWorkerDispatcherHost> service_worker_filter = in CreateMessageFilters()
647 new ServiceWorkerDispatcherHost(GetID()); in CreateMessageFilters()