Searched defs:terminateWorkerContext (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebSharedWorkerImpl.cpp102 void WebSharedWorkerImpl::terminateWorkerContext() function in class:WebKit::WebSharedWorkerImpl
H A DWebWorkerImpl.cpp111 void WebWorkerImpl::terminateWorkerContext() function in class:WebKit::WebWorkerImpl
141 terminateWorkerContext();
H A DWebWorkerClientImpl.cpp153 void WebWorkerClientImpl::terminateWorkerContext() function in class:WebKit::WebWorkerClientImpl
162 m_webWorker->terminateWorkerContext();
329 thisPtr->m_webWorker->terminateWorkerContext();
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestWebWorker.h62 virtual void terminateWorkerContext() {} function in class:TestWebWorker
/external/webkit/Source/WebCore/workers/
H A DWorkerMessagingProxy.cpp179 m_messagingProxy->terminateWorkerContext();
317 terminateWorkerContext();
330 // Executes terminateWorkerContext() on parent context's thread.
344 void WorkerMessagingProxy::terminateWorkerContext() function in class:WebCore::WorkerMessagingProxy

Completed in 86 milliseconds