Home
last modified time | relevance | path

Searched refs:OnWorkerStarted (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/content/browser/service_worker/
Dservice_worker_context_observer.h46 virtual void OnWorkerStarted(int64 version_id, in OnWorkerStarted() function
Dservice_worker_handle.h55 virtual void OnWorkerStarted(ServiceWorkerVersion* version) OVERRIDE; in NON_EXPORTED_BASE()
Dembedded_worker_registry.h75 void OnWorkerStarted(int process_id, int embedded_worker_id); in NON_EXPORTED_BASE()
Dservice_worker_handle.cc83 void ServiceWorkerHandle::OnWorkerStarted(ServiceWorkerVersion* version) { in OnWorkerStarted() function in content::ServiceWorkerHandle
Dservice_worker_dispatcher_host.cc140 OnWorkerStarted) in OnMessageReceived()
546 void ServiceWorkerDispatcherHost::OnWorkerStarted(int embedded_worker_id) { in OnWorkerStarted() function in content::ServiceWorkerDispatcherHost
554 registry->OnWorkerStarted(render_process_id_, embedded_worker_id); in OnWorkerStarted()
Dservice_worker_context_core.cc345 void ServiceWorkerContextCore::OnWorkerStarted(ServiceWorkerVersion* version) { in OnWorkerStarted() function in content::ServiceWorkerContextCore
348 observer_list_->Notify(&ServiceWorkerContextObserver::OnWorkerStarted, in OnWorkerStarted()
Dservice_worker_dispatcher_host.h94 void OnWorkerStarted(int embedded_worker_id);
Dservice_worker_context_core.h112 virtual void OnWorkerStarted(ServiceWorkerVersion* version) OVERRIDE; in NON_EXPORTED_BASE()
Dservice_worker_version.h75 virtual void OnWorkerStarted(ServiceWorkerVersion* version) {} in NON_EXPORTED_BASE()
Dembedded_worker_test_helper.cc181 registry()->OnWorkerStarted( in SimulateWorkerStarted()
Dembedded_worker_registry.cc103 void EmbeddedWorkerRegistry::OnWorkerStarted( in OnWorkerStarted() function in content::EmbeddedWorkerRegistry
Dservice_worker_version.cc424 FOR_EACH_OBSERVER(Listener, listeners_, OnWorkerStarted(this)); in OnStarted()
Dservice_worker_internals_ui.cc305 virtual void OnWorkerStarted(int64 version_id, in OnWorkerStarted() function in content::ServiceWorkerInternalsUI::PartitionObserver