Searched refs:m_scriptLoader (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/workers/ |
D | Worker.cpp | 67 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()
|
D | DefaultSharedWorkerRepository.cpp | 265 OwnPtr<WorkerScriptLoader> m_scriptLoader; member in WebCore::SharedWorkerScriptLoader 278 m_scriptLoader = new WorkerScriptLoader(ResourceRequestBase::TargetIsSharedWorker); in load() 279 …m_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()
|
D | Worker.h | 82 OwnPtr<WorkerScriptLoader> m_scriptLoader; variable
|
/external/webkit/Source/WebKit/chromium/src/ |
D | SharedWorkerRepository.cpp | 73 , m_scriptLoader(ResourceRequestBase::TargetIsSharedWorker) in SharedWorkerScriptLoader() 99 WorkerScriptLoader m_scriptLoader; member in WebCore::SharedWorkerScriptLoader 137 …m_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()
|