Searched defs:OnWorkerStarted (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_handle.cc83 void ServiceWorkerHandle::OnWorkerStarted(ServiceWorkerVersion* version) { function in class:content::ServiceWorkerHandle
H A Dservice_worker_context_observer.h46 virtual void OnWorkerStarted(int64 version_id, function in class:content::ServiceWorkerContextObserver
H A Dembedded_worker_registry.cc103 void EmbeddedWorkerRegistry::OnWorkerStarted( function in class:content::EmbeddedWorkerRegistry
H A Dservice_worker_context_core.cc345 void ServiceWorkerContextCore::OnWorkerStarted(ServiceWorkerVersion* version) { function in class:content::ServiceWorkerContextCore
348 observer_list_->Notify(&ServiceWorkerContextObserver::OnWorkerStarted,
H A Dservice_worker_dispatcher_host.cc140 OnWorkerStarted)
546 void ServiceWorkerDispatcherHost::OnWorkerStarted(int embedded_worker_id) { function in class:content::ServiceWorkerDispatcherHost
548 "ServiceWorkerDispatcherHost::OnWorkerStarted");
554 registry->OnWorkerStarted(render_process_id_, embedded_worker_id);
H A Dservice_worker_version.h75 virtual void OnWorkerStarted(ServiceWorkerVersion* version) {} function in class:content::ServiceWorkerVersion::Listener

Completed in 123 milliseconds