Searched refs:WorkerThread (Results 1 – 16 of 16) sorted by relevance
/external/webkit/WebCore/workers/ |
D | WorkerThread.cpp | 64 WorkerThread::WorkerThread(const KURL& scriptURL, const String& userAgent, const String& sourceCode… in WorkerThread() function in WebCore::WorkerThread 71 WorkerThread::~WorkerThread() in ~WorkerThread() 75 bool WorkerThread::start() in start() 83 m_threadID = createThread(WorkerThread::workerThreadStart, this, "WebCore: Worker"); in start() 88 void* WorkerThread::workerThreadStart(void* thread) in workerThreadStart() 90 return static_cast<WorkerThread*>(thread)->workerThread(); in workerThreadStart() 93 void* WorkerThread::workerThread() in workerThread() 130 void WorkerThread::runEventLoop() in runEventLoop() 136 void WorkerThread::stop() in stop()
|
D | WorkerThread.h | 45 class WorkerThread : public RefCounted<WorkerThread> { 47 virtual ~WorkerThread(); 57 … WorkerThread(const KURL&, const String& userAgent, const String& sourceCode, WorkerLoaderProxy&);
|
D | WorkerContext.h | 47 class WorkerThread; variable 69 WorkerThread* thread() { return m_thread; } in thread() 118 WorkerContext(const KURL&, const String&, WorkerThread*); 137 WorkerThread* m_thread;
|
D | DedicatedWorkerThread.cpp | 48 : WorkerThread(url, userAgent, sourceCode, workerLoaderProxy) in DedicatedWorkerThread() 66 WorkerThread::runEventLoop(); in runEventLoop()
|
D | SharedWorkerThread.h | 39 class SharedWorkerThread : public WorkerThread {
|
D | DedicatedWorkerThread.h | 41 class DedicatedWorkerThread : public WorkerThread {
|
D | SharedWorkerThread.cpp | 47 : WorkerThread(url, userAgent, sourceCode, workerLoaderProxy) in SharedWorkerThread()
|
D | WorkerContext.cpp | 55 WorkerContext::WorkerContext(const KURL& url, const String& userAgent, WorkerThread* thread) in WorkerContext()
|
/external/webkit/WebCore/ |
D | ChangeLog-2009-06-16 | 2069 …(WebCore::WorkerScriptController::evaluate): WorkerThread::workerObjectProxy() now returns & inste… 2113 * workers/WorkerThread.cpp: 2114 (WebCore::WorkerThread::create): 2115 (WebCore::WorkerThread::WorkerThread): 2116 * workers/WorkerThread.h: 2117 (WebCore::WorkerThread::workerLoaderProxy): 2118 * workers/WorkerThread.cpp: 2119 (WebCore::WorkerThread::create): 2120 (WebCore::WorkerThread::WorkerThread): 2121 (WebCore::WorkerThread::workerThread): [all …]
|
D | Android.v8.mk | 963 workers/WorkerThread.cpp \
|
D | Android.mk | 1144 workers/WorkerThread.cpp \
|
D | WebCore.pro | 2213 workers/WorkerThread.h \ 2558 workers/WorkerThread.cpp \
|
D | WebCore.gypi | 3361 'workers/WorkerThread.cpp', 3362 'workers/WorkerThread.h',
|
D | GNUmakefile.am | 2378 WebCore/workers/WorkerThread.cpp \ 2379 WebCore/workers/WorkerThread.h
|
D | ChangeLog | 5572 … Refactored dedicated-worker-specific code from WorkerThread into DedicatedWorkerThread class. 5574 WorkerThread needs to be refactored to separate out dedicated-worker functionality. 5602 Helper routine that casts WorkerThread to DedicatedWorkerThread. 5624 * workers/WorkerThread.cpp: 5625 (WebCore::WorkerThread::WorkerThread): 5627 (WebCore::WorkerThread::workerThread): 5628 (WebCore::WorkerThread::runEventLoop): 5630 * workers/WorkerThread.h: 5631 (WebCore::WorkerThread::workerContext): 7346 Changed WorkerContext destructor to not access possibly-freed WorkerThread. [all …]
|
/external/webkit/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 586 …46540F546A8200B0F1BA /* WorkerThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E4346420F… 587 …346550F546A8200B0F1BA /* WorkerThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E4346430F5… 5577 …WorkerThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cp… 5578 …* WorkerThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.… 10034 2E4346420F546A8200B0F1BA /* WorkerThread.cpp */, 10035 2E4346430F546A8200B0F1BA /* WorkerThread.h */, 17152 2E4346550F546A8200B0F1BA /* WorkerThread.h in Headers */, 19205 2E4346540F546A8200B0F1BA /* WorkerThread.cpp in Sources */,
|