Searched defs:SharedWorkerContext (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/workers/
H A DSharedWorkerContext.cpp35 #include "SharedWorkerContext.h"
52 SharedWorkerContext::SharedWorkerContext(const String& name, const KURL& url, const String& userAgent, SharedWorkerThread* thread) function in class:WebCore::SharedWorkerContext
58 SharedWorkerContext::~SharedWorkerContext()
62 SharedWorkerThread* SharedWorkerContext::thread()
H A DSharedWorkerContext.h43 class SharedWorkerContext : public WorkerContext { class in namespace:WebCore
46 static PassRefPtr<SharedWorkerContext> create(const String& name, const KURL& url, const String& userAgent, SharedWorkerThread* thread)
48 return adoptRef(new SharedWorkerContext(name, url, userAgent, thread));
50 virtual ~SharedWorkerContext();
55 virtual SharedWorkerContext* toSharedWorkerContext() { return this; }
57 // Setters/Getters for attributes in SharedWorkerContext.idl
63 SharedWorkerContext(const String& name, const KURL&, const String&, SharedWorkerThread*);

Completed in 145 milliseconds