Home
last modified time | relevance | path

Searched refs:m_scriptLoader (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/workers/
DWorker.cpp67 worker->m_scriptLoader = adoptPtr(new WorkerScriptLoader(ResourceRequestBase::TargetIsWorker)); in create()
68 …worker->m_scriptLoader->loadAsynchronously(context, scriptURL, DenyCrossOriginRequests, worker.get… in create()
131 if (m_scriptLoader->failed()) in notifyFinished()
134 …xtProxy->startWorkerContext(m_scriptLoader->url(), scriptExecutionContext()->userAgent(m_scriptLoa… in notifyFinished()
135 …rumentation::scriptImported(scriptExecutionContext(), m_scriptLoader->identifier(), m_scriptLoader in notifyFinished()
137 m_scriptLoader = 0; in notifyFinished()
DDefaultSharedWorkerRepository.cpp265 OwnPtr<WorkerScriptLoader> m_scriptLoader; member in WebCore::SharedWorkerScriptLoader
278 m_scriptLoader = new WorkerScriptLoader(ResourceRequestBase::TargetIsSharedWorker); in load()
279m_scriptLoader->loadAsynchronously(m_worker->scriptExecutionContext(), url, DenyCrossOriginRequest… in load()
292 if (m_scriptLoader->failed()) in notifyFinished()
295 …n::scriptImported(m_worker->scriptExecutionContext(), m_scriptLoader->identifier(), m_scriptLoader in notifyFinished()
296 …(*m_proxy, m_worker->scriptExecutionContext()->userAgent(m_scriptLoader->url()), m_scriptLoader->s… in notifyFinished()
DWorker.h82 OwnPtr<WorkerScriptLoader> m_scriptLoader; variable
/external/webkit/Source/WebKit/chromium/src/
DSharedWorkerRepository.cpp73 , m_scriptLoader(ResourceRequestBase::TargetIsSharedWorker) in SharedWorkerScriptLoader()
99 WorkerScriptLoader m_scriptLoader; member in WebCore::SharedWorkerScriptLoader
137m_scriptLoader.loadAsynchronously(m_worker->scriptExecutionContext(), m_url, DenyCrossOriginReques… in load()
161 if (m_scriptLoader.failed()) { in notifyFinished()
165 …on::scriptImported(m_worker->scriptExecutionContext(), m_scriptLoader.identifier(), m_scriptLoader in notifyFinished()
167 …m_url, m_name, m_worker->scriptExecutionContext()->userAgent(m_url), m_scriptLoader.script(), m_re… in notifyFinished()