Searched refs:OnWorkerStarted (Results 1 – 13 of 13) sorted by relevance
46 virtual void OnWorkerStarted(int64 version_id, in OnWorkerStarted() function
55 virtual void OnWorkerStarted(ServiceWorkerVersion* version) OVERRIDE; in NON_EXPORTED_BASE()
75 void OnWorkerStarted(int process_id, int embedded_worker_id); in NON_EXPORTED_BASE()
83 void ServiceWorkerHandle::OnWorkerStarted(ServiceWorkerVersion* version) { in OnWorkerStarted() function in content::ServiceWorkerHandle
140 OnWorkerStarted) in OnMessageReceived()546 void ServiceWorkerDispatcherHost::OnWorkerStarted(int embedded_worker_id) { in OnWorkerStarted() function in content::ServiceWorkerDispatcherHost554 registry->OnWorkerStarted(render_process_id_, embedded_worker_id); in OnWorkerStarted()
345 void ServiceWorkerContextCore::OnWorkerStarted(ServiceWorkerVersion* version) { in OnWorkerStarted() function in content::ServiceWorkerContextCore348 observer_list_->Notify(&ServiceWorkerContextObserver::OnWorkerStarted, in OnWorkerStarted()
94 void OnWorkerStarted(int embedded_worker_id);
112 virtual void OnWorkerStarted(ServiceWorkerVersion* version) OVERRIDE; in NON_EXPORTED_BASE()
75 virtual void OnWorkerStarted(ServiceWorkerVersion* version) {} in NON_EXPORTED_BASE()
181 registry()->OnWorkerStarted( in SimulateWorkerStarted()
103 void EmbeddedWorkerRegistry::OnWorkerStarted( in OnWorkerStarted() function in content::EmbeddedWorkerRegistry
424 FOR_EACH_OBSERVER(Listener, listeners_, OnWorkerStarted(this)); in OnStarted()
305 virtual void OnWorkerStarted(int64 version_id, in OnWorkerStarted() function in content::ServiceWorkerInternalsUI::PartitionObserver