Searched refs:WorkerContextDestroyed (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/renderer/service_worker/
H A Dembedded_worker_dispatcher.h31 void WorkerContextDestroyed(int embedded_worker_id);
H A Dembedded_worker_dispatcher.cc62 void EmbeddedWorkerDispatcher::WorkerContextDestroyed( function in class:content::EmbeddedWorkerDispatcher
116 // This should eventually call WorkerContextDestroyed. (We may need to post
H A Dembedded_worker_context_client.cc50 WorkerContextDestroyed(embedded_worker_id);
161 WorkerContextDestroyed(embedded_worker_id_);
/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_host.h63 void WorkerContextDestroyed();
H A Dshared_worker_message_filter.cc109 SharedWorkerServiceImpl::GetInstance()->WorkerContextDestroyed(
H A Dshared_worker_service_impl.h62 void WorkerContextDestroyed(int worker_route_id,
H A Dshared_worker_service_impl.cc348 void SharedWorkerServiceImpl::WorkerContextDestroyed( function in class:content::SharedWorkerServiceImpl
357 host->WorkerContextDestroyed();
H A Dshared_worker_host.cc185 void SharedWorkerHost::WorkerContextDestroyed() { function in class:content::SharedWorkerHost

Completed in 125 milliseconds