HomeSort by relevance Sort by last modified time
    Searched refs:WorkerContextProxy (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/workers/
WorkerContextProxy.h 46 class WorkerContextProxy {
48 static WorkerContextProxy* create(Worker*);
50 virtual ~WorkerContextProxy() {}
Worker.h 49 class WorkerContextProxy;
83 WorkerContextProxy* m_contextProxy; // The proxy outlives the worker to perform thread shutdown.
WorkerMessagingProxy.h 33 #include "WorkerContextProxy.h"
49 class WorkerMessagingProxy : public WorkerContextProxy, public WorkerObjectProxy, public WorkerLoaderProxy {
54 // Implementations of WorkerContextProxy.
Worker.cpp 46 #include "WorkerContextProxy.h"
55 , m_contextProxy(WorkerContextProxy::create(this))
WorkerMessagingProxy.cpp 212 WorkerContextProxy* WorkerContextProxy::create(Worker* worker)
  /external/webkit/Source/WebKit/chromium/src/
WebWorkerClientImpl.h 38 #include "WorkerContextProxy.h"
49 // The purpose of this class is to provide a WorkerContextProxy
53 class WebWorkerClientImpl : public WebCore::WorkerContextProxy
58 // WebCore::WorkerContextProxy Factory.
59 static WebCore::WorkerContextProxy* createWorkerContextProxy(WebCore::Worker*);
62 // WebCore::WorkerContextProxy methods:
WebWorkerClientImpl.cpp 70 // When WebKit creates a WorkerContextProxy object, we check if we're in the
83 WorkerContextProxy* WebWorkerClientImpl::createWorkerContextProxy(Worker* worker)
PlatformBridge.cpp 99 #include "WorkerContextProxy.h"
    [all...]

Completed in 739 milliseconds