Searched defs:workerLoaderProxy (Results 1 – 5 of 5) sorted by relevance
40 PassRefPtr<ServiceWorkerThread> ServiceWorkerThread::create(WorkerLoaderProxy& workerLoaderProxy, W… in create()45 ServiceWorkerThread::ServiceWorkerThread(WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy… in ServiceWorkerThread()
40 …kerThread> SharedWorkerThread::create(const String& name, WorkerLoaderProxy& workerLoaderProxy, Wo… in create()45 SharedWorkerThread::SharedWorkerThread(const String& name, WorkerLoaderProxy& workerLoaderProxy, Wo… in SharedWorkerThread()
41 …fPtr<DedicatedWorkerThread> DedicatedWorkerThread::create(WorkerLoaderProxy& workerLoaderProxy, Wo… in create()46 DedicatedWorkerThread::DedicatedWorkerThread(WorkerLoaderProxy& workerLoaderProxy, WorkerObjectProx… in DedicatedWorkerThread()
66 WorkerLoaderProxy& workerLoaderProxy() const { return m_workerLoaderProxy; } in workerLoaderProxy() function
68 WorkerThread::WorkerThread(WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReport… in WorkerThread()