Home
last modified time | relevance | path

Searched refs:WorkerClients (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerClients.h42 class WorkerClients : public Supplementable<WorkerClients> {
43 WTF_MAKE_NONCOPYABLE(WorkerClients);
45 static PassOwnPtr<WorkerClients> create() in create()
47 return adoptPtr(new WorkerClients()); in create()
50 virtual ~WorkerClients() { } in ~WorkerClients()
53 WorkerClients() { } in WorkerClients() function
DWorkerThreadStartupData.h43 class WorkerClients; variable
48 …ntentSecurityPolicy::HeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients> workerClients) in create()
61 OwnPtr<WorkerClients> m_workerClients;
64 …ityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients>);
DWorkerMessagingProxy.h46 class WorkerClients; variable
51 WorkerMessagingProxy(Worker*, PassOwnPtr<WorkerClients>);
103 OwnPtr<WorkerClients> m_workerClients;
DWorkerGlobalScope.h54 class WorkerClients; variable
138 WorkerClients* clients() { return m_workerClients.get(); } in clients()
144 …const KURL&, const String& userAgent, WorkerThread*, double timeOrigin, PassOwnPtr<WorkerClients>);
181 OwnPtr<WorkerClients> m_workerClients;
DWorkerThreadStartupData.cpp37 …ntentSecurityPolicy::HeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients> workerClients) in WorkerThreadStartupData()
DDedicatedWorkerGlobalScope.h64 …L&, const String& userAgent, DedicatedWorkerThread*, double timeOrigin, PassOwnPtr<WorkerClients>);
DSharedWorkerGlobalScope.h61 …tring& name, const KURL&, const String& userAgent, SharedWorkerThread*, PassOwnPtr<WorkerClients>);
DDedicatedWorkerGlobalScope.cpp51 …erAgent, DedicatedWorkerThread* thread, double timeOrigin, PassOwnPtr<WorkerClients> workerClients) in DedicatedWorkerGlobalScope()
DSharedWorkerGlobalScope.cpp61 … url, const String& userAgent, SharedWorkerThread* thread, PassOwnPtr<WorkerClients> workerClients) in SharedWorkerGlobalScope()
DWorkerGlobalScope.cpp76 …tring& userAgent, WorkerThread* thread, double timeOrigin, PassOwnPtr<WorkerClients> workerClients) in WorkerGlobalScope()
DWorkerMessagingProxy.cpp85 WorkerMessagingProxy::WorkerMessagingProxy(Worker* workerObject, PassOwnPtr<WorkerClients> workerCl… in WorkerMessagingProxy()
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DDatabaseClient.h41 class WorkerClients; variable
43 class DatabaseClient : public Supplement<Page>, public Supplement<WorkerClients> {
56 void provideDatabaseClientToWorker(WorkerClients*, PassOwnPtr<DatabaseClient>);
DDatabaseClient.cpp45 …return static_cast<DatabaseClient*>(Supplement<WorkerClients>::from(toWorkerGlobalScope(context)->… in from()
58 void provideDatabaseClientToWorker(WorkerClients* workerClients, PassOwnPtr<DatabaseClient> client) in provideDatabaseClientToWorker()
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DFileSystemClient.h42 class WorkerClients; variable
55 void provideLocalFileSystemToWorker(WorkerClients*, PassOwnPtr<FileSystemClient>);
DLocalFileSystem.cpp113 …return static_cast<LocalFileSystem*>(Supplement<WorkerClients>::from(toWorkerGlobalScope(context)-… in from()
121 void provideLocalFileSystemToWorker(WorkerClients* clients, PassOwnPtr<FileSystemClient> client) in provideLocalFileSystemToWorker()
DLocalFileSystem.h45 class LocalFileSystem : public Supplement<Page>, public Supplement<WorkerClients> {
/external/chromium_org/third_party/WebKit/Source/web/
DWorkerGlobalScopeProxyProviderImpl.cpp58 OwnPtr<WorkerClients> workerClients = WorkerClients::create(); in createWorkerGlobalScopeProxy()
DWorkerPermissionClient.h47 class WorkerPermissionClient : public WebCore::Supplement<WebCore::WorkerClients> {
66 void providePermissionClientToWorker(WebCore::WorkerClients*, PassOwnPtr<WebWorkerPermissionClientP…
DWorkerPermissionClient.cpp80 …return static_cast<WorkerPermissionClient*>(Supplement<WorkerClients>::from(toWorkerGlobalScope(co… in from()
88 void providePermissionClientToWorker(WorkerClients* clients, PassOwnPtr<WebWorkerPermissionClientPr… in providePermissionClientToWorker()
DWebEmbeddedWorkerImpl.cpp228 OwnPtr<WorkerClients> workerClients = WorkerClients::create(); in onScriptLoaderFinished()
DWebSharedWorkerImpl.cpp258 OwnPtr<WorkerClients> workerClients = WorkerClients::create(); in startWorkerContext()
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
DServiceWorkerGlobalScope.h58 …URL&, const String& userAgent, ServiceWorkerThread*, double timeOrigin, PassOwnPtr<WorkerClients>);
DServiceWorkerGlobalScope.cpp50 …userAgent, ServiceWorkerThread* thread, double timeOrigin, PassOwnPtr<WorkerClients> workerClients… in ServiceWorkerGlobalScope()
/external/chromium_org/third_party/WebKit/Source/core/
Dcore.gypi1734 'workers/WorkerClients.h',