Home
last modified time | relevance | path

Searched refs:WorkerContextProxy (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/workers/
DWorkerContextProxy.h46 class WorkerContextProxy {
48 static WorkerContextProxy* create(Worker*);
50 virtual ~WorkerContextProxy() {} in ~WorkerContextProxy()
DWorker.h49 class WorkerContextProxy; variable
83WorkerContextProxy* m_contextProxy; // The proxy outlives the worker to perform thread shutdown.
DWorkerMessagingProxy.h49 …class WorkerMessagingProxy : public WorkerContextProxy, public WorkerObjectProxy, public WorkerLoa…
DWorker.cpp55 , m_contextProxy(WorkerContextProxy::create(this)) in Worker()
DWorkerMessagingProxy.cpp212 WorkerContextProxy* WorkerContextProxy::create(Worker* worker) in create()
/external/webkit/Source/WebKit/chromium/src/
DWebWorkerClientImpl.h53 class WebWorkerClientImpl : public WebCore::WorkerContextProxy
59 static WebCore::WorkerContextProxy* createWorkerContextProxy(WebCore::Worker*);
DWebWorkerClientImpl.cpp83 WorkerContextProxy* WebWorkerClientImpl::createWorkerContextProxy(Worker* worker) in createWorkerContextProxy()
DPlatformBridge.cpp1047 WorkerContextProxy* WorkerContextProxy::create(Worker* worker) in create()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-161494 (WebCore::WorkerContextProxy::create):
1714 (WebCore::WorkerContextProxy::create):
1830 (WebCore::WorkerContextProxy::create):
1951 (WebCore::WorkerContextProxy::create):
28266 (WebCore::WorkerContextProxy::create):
/external/webkit/Source/WebCore/
DGNUmakefile.list.am3622 Source/WebCore/workers/WorkerContextProxy.h \
DGNUmakefile.am3599 Source/WebCore/workers/WorkerContextProxy.h \
DWebCore.gypi6056 'workers/WorkerContextProxy.h',
DChangeLog-2009-06-1628492 * workers/WorkerContextProxy.h:
32082 * workers/WorkerContextProxy.h:
34328WorkerContextProxy::create in WorkerMessagingProxy.cpp should only be provided for non-Chromium pl…
35630 * workers/WorkerContextProxy.h: Renamed from WebCore/dom/WorkerContextProxy.h.
38338 * dom/WorkerContextProxy.h:
38342 (WebCore::WorkerContextProxy::create):
40751 * dom/WorkerContextProxy.h: Added.
40752 (WebCore::WorkerContextProxy::~WorkerContextProxy):
DChangeLog-2010-01-2949464 * workers/WorkerContextProxy.h:
65725 * workers/WorkerContextProxy.h:
65727 …Updated WorkerObjectProxy and WorkerContextProxy API implementations to support sending multiple M…
65738 … Updated WorkerObjectProxy and WorkerContextProxy APIs to support sending multiple MessagePorts.
92135 * workers/WorkerContextProxy.h:
DChangeLog11786 * workers/WorkerContextProxy.h:
11787 (WebCore::WorkerContextProxy::inspectorProxy):
DChangeLog-2010-12-0682482 * workers/WorkerContextProxy.h:
84674 * workers/WorkerContextProxy.h:
85826 * workers/WorkerContextProxy.h:
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj716 …F546A8200B0F1BA /* WorkerContextProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E4346390F5…
7200WorkerContextProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecod…
13471 2E4346390F546A8200B0F1BA /* WorkerContextProxy.h */,
22949 2E43464B0F546A8200B0F1BA /* WorkerContextProxy.h in Headers */,