Home
last modified time | relevance | path

Searched refs:WorkerScriptLoaderClient (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerScriptLoader.h47 class WorkerScriptLoaderClient; variable
58 …synchronously(ExecutionContext&, const KURL&, CrossOriginRequestPolicy, WorkerScriptLoaderClient*);
66 void setClient(WorkerScriptLoaderClient* client) { m_client = client; } in setClient()
91 WorkerScriptLoaderClient* m_client;
DWorkerScriptLoaderClient.h35 class WorkerScriptLoaderClient {
44 virtual ~WorkerScriptLoaderClient() { } in ~WorkerScriptLoaderClient()
DWorker.h49 class Worker FINAL : public AbstractWorker, private WorkerScriptLoaderClient {
DWorkerScriptLoader.cpp78 …nst KURL& url, CrossOriginRequestPolicy crossOriginRequestPolicy, WorkerScriptLoaderClient* client) in loadAsynchronously()
/external/chromium_org/third_party/WebKit/Source/web/
DWebEmbeddedWorkerImpl.cpp71 class WebEmbeddedWorkerImpl::Loader : public WorkerScriptLoaderClient {
DWebSharedWorkerImpl.cpp77 class WebSharedWorkerImpl::Loader : public WorkerScriptLoaderClient {
/external/chromium_org/third_party/WebKit/Source/core/
Dcore.gypi1917 'workers/WorkerScriptLoaderClient.h',