Home
last modified time | relevance | path

Searched defs:workerThread (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebKit/chromium/src/
DWebWorkerBase.h88 WebCore::WorkerThread* workerThread() { return m_workerThread.get(); } in workerThread() function
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DRefQueueWorker.java65 protected volatile Thread workerThread; field in RefQueueWorker
/external/webkit/WebCore/workers/
DWorkerThread.cpp115 void* WorkerThread::workerThread() in workerThread() function in WebCore::WorkerThread
DWorkerMessagingProxy.cpp293 void WorkerMessagingProxy::workerThreadCreated(PassRefPtr<DedicatedWorkerThread> workerThread) in workerThreadCreated()