Searched refs:WorkerReportingProxy (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/workers/
H A DWorkerReportingProxy.h43 class WorkerReportingProxy { class in namespace:WebCore
45 virtual ~WorkerReportingProxy() {}
H A DSharedWorkerThread.h41 static PassRefPtr<SharedWorkerThread> create(const String& name, const KURL&, const String& userAgent, const String& sourceCode, WorkerLoaderProxy&, WorkerReportingProxy&);
48 SharedWorkerThread(const String& name, const KURL&, const String& userAgent, const String& sourceCode, WorkerLoaderProxy&, WorkerReportingProxy&);
H A DWorkerObjectProxy.h36 #include "WorkerReportingProxy.h"
45 class WorkerObjectProxy : public WorkerReportingProxy {
H A DWorkerThread.h44 class WorkerReportingProxy;
57 WorkerReportingProxy& workerReportingProxy() const { return m_workerReportingProxy; }
68 WorkerThread(const KURL&, const String& userAgent, const String& sourceCode, WorkerLoaderProxy&, WorkerReportingProxy&);
86 WorkerReportingProxy& m_workerReportingProxy;
H A DSharedWorkerThread.cpp41 PassRefPtr<SharedWorkerThread> SharedWorkerThread::create(const String& name, const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy)
46 SharedWorkerThread::SharedWorkerThread(const String& name, const KURL& url, const String& userAgent, const String& sourceCode, WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy)
H A DWorkerThread.cpp86 WorkerThread::WorkerThread(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy)
H A DDefaultSharedWorkerRepository.cpp53 #include "WorkerReportingProxy.h"
61 class SharedWorkerProxy : public ThreadSafeRefCounted<SharedWorkerProxy>, public WorkerLoaderProxy, public WorkerReportingProxy {
81 // WorkerReportingProxy

Completed in 308 milliseconds