/external/chromium_org/third_party/WebKit/Source/core/workers/ |
D | WorkerClients.h | 42 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
|
D | WorkerThreadStartupData.h | 43 class WorkerClients; variable 48 …ntentSecurityPolicy::HeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients> workerClients) in create() 61 OwnPtr<WorkerClients> m_workerClients; 64 …ityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients>);
|
D | WorkerMessagingProxy.h | 46 class WorkerClients; variable 51 WorkerMessagingProxy(Worker*, PassOwnPtr<WorkerClients>); 103 OwnPtr<WorkerClients> m_workerClients;
|
D | WorkerGlobalScope.h | 54 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;
|
D | WorkerThreadStartupData.cpp | 37 …ntentSecurityPolicy::HeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients> workerClients) in WorkerThreadStartupData()
|
D | DedicatedWorkerGlobalScope.h | 64 …L&, const String& userAgent, DedicatedWorkerThread*, double timeOrigin, PassOwnPtr<WorkerClients>);
|
D | SharedWorkerGlobalScope.h | 61 …tring& name, const KURL&, const String& userAgent, SharedWorkerThread*, PassOwnPtr<WorkerClients>);
|
D | DedicatedWorkerGlobalScope.cpp | 51 …erAgent, DedicatedWorkerThread* thread, double timeOrigin, PassOwnPtr<WorkerClients> workerClients) in DedicatedWorkerGlobalScope()
|
D | SharedWorkerGlobalScope.cpp | 61 … url, const String& userAgent, SharedWorkerThread* thread, PassOwnPtr<WorkerClients> workerClients) in SharedWorkerGlobalScope()
|
D | WorkerGlobalScope.cpp | 76 …tring& userAgent, WorkerThread* thread, double timeOrigin, PassOwnPtr<WorkerClients> workerClients) in WorkerGlobalScope()
|
D | WorkerMessagingProxy.cpp | 85 WorkerMessagingProxy::WorkerMessagingProxy(Worker* workerObject, PassOwnPtr<WorkerClients> workerCl… in WorkerMessagingProxy()
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
D | DatabaseClient.h | 41 class WorkerClients; variable 43 class DatabaseClient : public Supplement<Page>, public Supplement<WorkerClients> { 56 void provideDatabaseClientToWorker(WorkerClients*, PassOwnPtr<DatabaseClient>);
|
D | DatabaseClient.cpp | 45 …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/ |
D | FileSystemClient.h | 42 class WorkerClients; variable 55 void provideLocalFileSystemToWorker(WorkerClients*, PassOwnPtr<FileSystemClient>);
|
D | LocalFileSystem.cpp | 113 …return static_cast<LocalFileSystem*>(Supplement<WorkerClients>::from(toWorkerGlobalScope(context)-… in from() 121 void provideLocalFileSystemToWorker(WorkerClients* clients, PassOwnPtr<FileSystemClient> client) in provideLocalFileSystemToWorker()
|
D | LocalFileSystem.h | 45 class LocalFileSystem : public Supplement<Page>, public Supplement<WorkerClients> {
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WorkerGlobalScopeProxyProviderImpl.cpp | 58 OwnPtr<WorkerClients> workerClients = WorkerClients::create(); in createWorkerGlobalScopeProxy()
|
D | WorkerPermissionClient.h | 47 class WorkerPermissionClient : public WebCore::Supplement<WebCore::WorkerClients> { 66 void providePermissionClientToWorker(WebCore::WorkerClients*, PassOwnPtr<WebWorkerPermissionClientP…
|
D | WorkerPermissionClient.cpp | 80 …return static_cast<WorkerPermissionClient*>(Supplement<WorkerClients>::from(toWorkerGlobalScope(co… in from() 88 void providePermissionClientToWorker(WorkerClients* clients, PassOwnPtr<WebWorkerPermissionClientPr… in providePermissionClientToWorker()
|
D | WebEmbeddedWorkerImpl.cpp | 228 OwnPtr<WorkerClients> workerClients = WorkerClients::create(); in onScriptLoaderFinished()
|
D | WebSharedWorkerImpl.cpp | 258 OwnPtr<WorkerClients> workerClients = WorkerClients::create(); in startWorkerContext()
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
D | ServiceWorkerGlobalScope.h | 58 …URL&, const String& userAgent, ServiceWorkerThread*, double timeOrigin, PassOwnPtr<WorkerClients>);
|
D | ServiceWorkerGlobalScope.cpp | 50 …userAgent, ServiceWorkerThread* thread, double timeOrigin, PassOwnPtr<WorkerClients> workerClients… in ServiceWorkerGlobalScope()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | core.gypi | 1734 'workers/WorkerClients.h',
|