Home
last modified time | relevance | path

Searched refs:OnWorkerStopped (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/content/browser/service_worker/
Dservice_worker_context_observer.h49 virtual void OnWorkerStopped(int64 version_id, in OnWorkerStopped() function
Dservice_worker_handle.h56 virtual void OnWorkerStopped(ServiceWorkerVersion* version) OVERRIDE; in NON_EXPORTED_BASE()
Dembedded_worker_registry.h76 void OnWorkerStopped(int process_id, int embedded_worker_id); in NON_EXPORTED_BASE()
Dservice_worker_handle.cc86 void ServiceWorkerHandle::OnWorkerStopped(ServiceWorkerVersion* version) { in OnWorkerStopped() function in content::ServiceWorkerHandle
Dservice_worker_dispatcher_host.cc142 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()
Dservice_worker_context_core.cc354 void ServiceWorkerContextCore::OnWorkerStopped(ServiceWorkerVersion* version) { in OnWorkerStopped() function in content::ServiceWorkerContextCore
357 observer_list_->Notify(&ServiceWorkerContextObserver::OnWorkerStopped, in OnWorkerStopped()
Dservice_worker_dispatcher_host.h95 void OnWorkerStopped(int embedded_worker_id);
Dservice_worker_context_core.h113 virtual void OnWorkerStopped(ServiceWorkerVersion* version) OVERRIDE; in NON_EXPORTED_BASE()
Dservice_worker_version.h76 virtual void OnWorkerStopped(ServiceWorkerVersion* version) {} in NON_EXPORTED_BASE()
Dembedded_worker_test_helper.cc190 registry()->OnWorkerStopped(worker->process_id(), embedded_worker_id); in SimulateWorkerStopped()
Dembedded_worker_registry.cc116 void EmbeddedWorkerRegistry::OnWorkerStopped( in OnWorkerStopped() function in content::EmbeddedWorkerRegistry
Dservice_worker_version.cc459 FOR_EACH_OBSERVER(Listener, listeners_, OnWorkerStopped(this)); in OnStopped()
Dservice_worker_internals_ui.cc316 virtual void OnWorkerStopped(int64 version_id, in OnWorkerStopped() function in content::ServiceWorkerInternalsUI::PartitionObserver
Dservice_worker_job_unittest.cc416 registry()->OnWorkerStopped(worker->process_id(), embedded_worker_id); in OnStartWorker()