Searched refs:SharedWorkerThread (Results 1 – 12 of 12) sorted by relevance
/external/webkit/WebCore/workers/ |
D | SharedWorkerThread.cpp | 41 PassRefPtr<SharedWorkerThread> SharedWorkerThread::create(const String& name, const KURL& scriptURL… in create() 43 …return adoptRef(new SharedWorkerThread(name, scriptURL, userAgent, sourceCode, workerLoaderProxy)); in create() 46 SharedWorkerThread::SharedWorkerThread(const String& name, const KURL& url, const String& userAgent… in SharedWorkerThread() function in WebCore::SharedWorkerThread 52 SharedWorkerThread::~SharedWorkerThread() in ~SharedWorkerThread() 56 PassRefPtr<WorkerContext> SharedWorkerThread::createWorkerContext(const KURL& url, const String& us… in createWorkerContext()
|
D | SharedWorkerThread.h | 39 class SharedWorkerThread : public WorkerThread { 41 …static PassRefPtr<SharedWorkerThread> create(const String& name, const KURL&, const String& userAg… 42 ~SharedWorkerThread(); 48 …SharedWorkerThread(const String& name, const KURL&, const String& userAgent, const String& sourceC…
|
D | SharedWorkerContext.h | 40 class SharedWorkerThread; variable 45 …t> create(const String& name, const KURL& url, const String& userAgent, SharedWorkerThread* thread) in create() 68 SharedWorkerThread* thread(); 70 SharedWorkerContext(const String& name, const KURL&, const String&, SharedWorkerThread*);
|
D | SharedWorkerContext.cpp | 46 …erContext(const String& name, const KURL& url, const String& userAgent, SharedWorkerThread* thread) in SharedWorkerContext() 86 SharedWorkerThread* SharedWorkerContext::thread() in thread() 88 return static_cast<SharedWorkerThread*>(Base::thread()); in thread()
|
D | DefaultSharedWorkerRepository.cpp | 58 void setThread(PassRefPtr<SharedWorkerThread> thread) { m_thread = thread; } in setThread() 59 SharedWorkerThread* thread() { return m_thread.get(); } in thread() 76 RefPtr<SharedWorkerThread> m_thread; 180 …RefPtr<SharedWorkerThread> thread = SharedWorkerThread::create(proxy.name(), proxy.url(), userAgen… in workerScriptLoaded()
|
/external/webkit/WebCore/ |
D | Android.v8.mk | 956 workers/SharedWorkerThread.cpp \
|
D | Android.mk | 1137 workers/SharedWorkerThread.cpp \
|
D | WebCore.gypi | 3343 'workers/SharedWorkerThread.cpp', 3344 'workers/SharedWorkerThread.h',
|
D | GNUmakefile.am | 2403 WebCore/workers/SharedWorkerThread.cpp \ 2404 WebCore/workers/SharedWorkerThread.h
|
D | WebCore.pro | 2572 workers/SharedWorkerThread.cpp
|
D | ChangeLog | 1983 Added initial implementations of SharedWorkerThread and SharedWorkerContext. 2084 * workers/SharedWorkerThread.cpp: Added. 2085 (WebCore::SharedWorkerThread::create): 2086 (WebCore::SharedWorkerThread::SharedWorkerThread): 2087 (WebCore::SharedWorkerThread::~SharedWorkerThread): 2088 (WebCore::SharedWorkerThread::createWorkerContext): 2089 * workers/SharedWorkerThread.h: Added.
|
/external/webkit/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 700 …226E89009BC827 /* SharedWorkerThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41D168E510… 701 …0226E89009BC827 /* SharedWorkerThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 41D168E6102… 5699 …SharedWorkerThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcec… 5700 …SharedWorkerThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecod… 10013 41D168E510226E89009BC827 /* SharedWorkerThread.cpp */, 10014 41D168E610226E89009BC827 /* SharedWorkerThread.h */, 16761 41D168EE10226E89009BC827 /* SharedWorkerThread.h in Headers */, 18853 41D168ED10226E89009BC827 /* SharedWorkerThread.cpp in Sources */,
|