terminateWorkerGlobalScope  107 Source/core/workers/Worker.cpp         m_contextProxy->terminateWorkerGlobalScope();
terminateWorkerGlobalScope   51 Source/core/workers/WorkerGlobalScopeProxy.h         virtual void terminateWorkerGlobalScope() = 0;
terminateWorkerGlobalScope  211 Source/core/workers/WorkerMessagingProxy.cpp         proxy->terminateWorkerGlobalScope();
terminateWorkerGlobalScope   56 Source/core/workers/WorkerMessagingProxy.h         virtual void terminateWorkerGlobalScope() OVERRIDE;
terminateWorkerGlobalScope   84 Source/core/workers/WorkerObjectProxy.cpp     m_executionContext->postTask(bind(&WorkerMessagingProxy::terminateWorkerGlobalScope, m_messagingProxy));