Home
last modified time | relevance | path

Searched refs:WorkerScriptLoader (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerScriptLoader.cpp43 WorkerScriptLoader::WorkerScriptLoader() in WorkerScriptLoader() function in WebCore::WorkerScriptLoader
52 WorkerScriptLoader::~WorkerScriptLoader() in ~WorkerScriptLoader()
56 void WorkerScriptLoader::loadSynchronously(ExecutionContext& executionContext, const KURL& url, Cro… in loadSynchronously()
77 void WorkerScriptLoader::loadAsynchronously(ExecutionContext& executionContext, const KURL& url, Cr… in loadAsynchronously()
94 RefPtr<WorkerScriptLoader> protect(this); in loadAsynchronously()
98 const KURL& WorkerScriptLoader::responseURL() const in responseURL()
104 PassOwnPtr<ResourceRequest> WorkerScriptLoader::createResourceRequest() in createResourceRequest()
112 void WorkerScriptLoader::didReceiveResponse(unsigned long identifier, const ResourceResponse& respo… in didReceiveResponse()
124 void WorkerScriptLoader::didReceiveData(const char* data, int len) in didReceiveData()
145 void WorkerScriptLoader::didFinishLoading(unsigned long identifier, double) in didFinishLoading()
[all …]
DWorkerScriptLoader.h48 …class WorkerScriptLoader FINAL : public RefCounted<WorkerScriptLoader>, public ThreadableLoaderCli…
51 static PassRefPtr<WorkerScriptLoader> create() in create()
53 return adoptRef(new WorkerScriptLoader()); in create()
82 friend class WTF::RefCounted<WorkerScriptLoader>;
84 WorkerScriptLoader();
85 virtual ~WorkerScriptLoader();
DWorker.h47 class WorkerScriptLoader; variable
74 RefPtr<WorkerScriptLoader> m_scriptLoader;
DWorkerGlobalScope.cpp251 RefPtr<WorkerScriptLoader> scriptLoader(WorkerScriptLoader::create()); in importScripts()
DWorker.cpp76 worker->m_scriptLoader = WorkerScriptLoader::create(); in create()
/external/chromium_org/third_party/WebKit/Source/web/
DWebEmbeddedWorkerImpl.h40 class WorkerScriptLoader; variable
DWebEmbeddedWorkerImpl.cpp104 Loader() : m_scriptLoader(WorkerScriptLoader::create()) in Loader()
108 RefPtr<WorkerScriptLoader> m_scriptLoader;
DWebSharedWorkerImpl.cpp124 Loader() : m_scriptLoader(WorkerScriptLoader::create()), m_identifier(0), m_appCacheID(0) in Loader()
128 RefPtr<WorkerScriptLoader> m_scriptLoader;
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-arm64.mk543 third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp \
Dwebcore_remaining.target.linux-mips.mk543 third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp \
Dwebcore_remaining.target.darwin-x86_64.mk543 third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp \
Dwebcore_remaining.target.darwin-arm64.mk543 third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp \
Dwebcore_remaining.target.darwin-x86.mk543 third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp \
Dwebcore_remaining.target.darwin-mips.mk543 third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp \
Dwebcore_remaining.target.linux-x86_64.mk543 third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp \
Dwebcore_remaining.target.linux-x86.mk543 third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp \
Dwebcore_remaining.target.linux-arm.mk543 third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp \
Dwebcore_remaining.target.darwin-arm.mk543 third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp \
Dcore.gypi1858 'workers/WorkerScriptLoader.cpp',
1859 'workers/WorkerScriptLoader.h',