Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerObjectProxy.cpp96 void WorkerObjectProxy::workerThreadTerminated() in workerThreadTerminated() function in blink::WorkerObjectProxy
99 …onContext->postTask(createCrossThreadTask(&WorkerMessagingProxy::workerThreadTerminated, m_messagi… in workerThreadTerminated()
DWorkerMessagingProxy.cpp224 proxy->workerThreadTerminated(); in workerObjectDestroyedInternal()
227 void WorkerMessagingProxy::workerThreadTerminated() in workerThreadTerminated() function in blink::WorkerMessagingProxy
285 m_workerInspectorProxy->workerThreadTerminated(); in terminateInternally()
DWorkerReportingProxy.h62 virtual void workerThreadTerminated() = 0;
DWorkerInspectorProxy.h31 void workerThreadTerminated();
DWorkerObjectProxy.h69 virtual void workerThreadTerminated() OVERRIDE;
DWorkerInspectorProxy.cpp42 void WorkerInspectorProxy::workerThreadTerminated() in workerThreadTerminated() function in blink::WorkerInspectorProxy
DWorkerMessagingProxy.h72 void workerThreadTerminated();
DWorkerThread.cpp259 m_workerReportingProxy.workerThreadTerminated(); in initialize()
312 workerReportingProxy().workerThreadTerminated(); in cleanup()
/external/chromium_org/third_party/WebKit/Source/web/
DServiceWorkerGlobalScopeProxy.h85 virtual void workerThreadTerminated() OVERRIDE;
DWebSharedWorkerImpl.cpp190 m_workerInspectorProxy->workerThreadTerminated(); in stopWorkerThread()
296 void WebSharedWorkerImpl::workerThreadTerminated() in workerThreadTerminated() function in blink::WebSharedWorkerImpl
DWebSharedWorkerImpl.h83 virtual void workerThreadTerminated() OVERRIDE;
DServiceWorkerGlobalScopeProxy.cpp162 void ServiceWorkerGlobalScopeProxy::workerThreadTerminated() in workerThreadTerminated() function in blink::ServiceWorkerGlobalScopeProxy
DWebEmbeddedWorkerImpl.cpp225 m_workerInspectorProxy->workerThreadTerminated(); in terminateWorkerContext()