/external/chromium_org/content/browser/service_worker/ |
D | service_worker_context_observer.h | 49 virtual void OnWorkerStopped(int64 version_id, in OnWorkerStopped() function
|
D | service_worker_handle.h | 56 virtual void OnWorkerStopped(ServiceWorkerVersion* version) OVERRIDE; in NON_EXPORTED_BASE()
|
D | embedded_worker_registry.h | 76 void OnWorkerStopped(int process_id, int embedded_worker_id); in NON_EXPORTED_BASE()
|
D | service_worker_handle.cc | 86 void ServiceWorkerHandle::OnWorkerStopped(ServiceWorkerVersion* version) { in OnWorkerStopped() function in content::ServiceWorkerHandle
|
D | service_worker_dispatcher_host.cc | 142 OnWorkerStopped) in OnMessageReceived() 557 void ServiceWorkerDispatcherHost::OnWorkerStopped(int embedded_worker_id) { in OnWorkerStopped() function in content::ServiceWorkerDispatcherHost 565 registry->OnWorkerStopped(render_process_id_, embedded_worker_id); in OnWorkerStopped()
|
D | service_worker_context_core.cc | 354 void ServiceWorkerContextCore::OnWorkerStopped(ServiceWorkerVersion* version) { in OnWorkerStopped() function in content::ServiceWorkerContextCore 357 observer_list_->Notify(&ServiceWorkerContextObserver::OnWorkerStopped, in OnWorkerStopped()
|
D | service_worker_dispatcher_host.h | 95 void OnWorkerStopped(int embedded_worker_id);
|
D | service_worker_context_core.h | 113 virtual void OnWorkerStopped(ServiceWorkerVersion* version) OVERRIDE; in NON_EXPORTED_BASE()
|
D | service_worker_version.h | 76 virtual void OnWorkerStopped(ServiceWorkerVersion* version) {} in NON_EXPORTED_BASE()
|
D | embedded_worker_test_helper.cc | 190 registry()->OnWorkerStopped(worker->process_id(), embedded_worker_id); in SimulateWorkerStopped()
|
D | embedded_worker_registry.cc | 116 void EmbeddedWorkerRegistry::OnWorkerStopped( in OnWorkerStopped() function in content::EmbeddedWorkerRegistry
|
D | service_worker_version.cc | 459 FOR_EACH_OBSERVER(Listener, listeners_, OnWorkerStopped(this)); in OnStopped()
|
D | service_worker_internals_ui.cc | 316 virtual void OnWorkerStopped(int64 version_id, in OnWorkerStopped() function in content::ServiceWorkerInternalsUI::PartitionObserver
|
D | service_worker_job_unittest.cc | 416 registry()->OnWorkerStopped(worker->process_id(), embedded_worker_id); in OnStartWorker()
|