Searched refs:SharedWorkerProxy (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/workers/
H A DDefaultSharedWorkerRepository.h53 class SharedWorkerProxy;
60 void workerScriptLoaded(SharedWorkerProxy&, const String& userAgent, const String& workerScript, PassOwnPtr<MessagePortChannel>);
68 // Removes the passed SharedWorkerProxy from the repository.
69 void removeProxy(SharedWorkerProxy*);
78 PassRefPtr<SharedWorkerProxy> getProxy(const String& name, const KURL&);
83 typedef Vector<RefPtr<SharedWorkerProxy> > SharedWorkerProxyRepository;
H A DDefaultSharedWorkerRepository.cpp61 class SharedWorkerProxy : public ThreadSafeRefCounted<SharedWorkerProxy>, public WorkerLoaderProxy, public WorkerReportingProxy { class in namespace:WebCore
63 static PassRefPtr<SharedWorkerProxy> create(const String& name, const KURL& url, PassRefPtr<SecurityOrigin> origin) { return adoptRef(new SharedWorkerProxy(name, url, origin)); }
96 SharedWorkerProxy(const String& name, const KURL&, PassRefPtr<SecurityOrigin>);
110 SharedWorkerProxy::SharedWorkerProxy(const String& name, const KURL& url, PassRefPtr<SecurityOrigin> origin) function in class:WebCore::SharedWorkerProxy
120 bool SharedWorkerProxy::matches(const String& name, PassRefPtr<SecurityOrigin> origin, const KURL& urlToMatch) const
133 void SharedWorkerProxy::postTaskToLoader(PassOwnPtr<ScriptExecutionContext::Task> task)
149 void SharedWorkerProxy
[all...]

Completed in 113 milliseconds