Searched defs:workerThread (Results 1 – 5 of 5) sorted by relevance
65 protected volatile Thread workerThread; field in RefQueueWorker
106 WebCore::WorkerThread* workerThread() { return m_workerThread.get(); } in workerThread() function
129 WorkerThread* workerThread = workerContext->thread(); in runMessageLoopOnPause() local
121 void* WorkerThread::workerThread() in workerThread() function in WebCore::WorkerThread
294 void WorkerMessagingProxy::workerThreadCreated(PassRefPtr<DedicatedWorkerThread> workerThread) in workerThreadCreated()