Searched defs:scriptLoader (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DScriptRunner.cpp54 void ScriptRunner::queueScriptForExecution(ScriptLoader* scriptLoader, ResourcePtr<ScriptResource> resource, ExecutionType executionType) argument
56 ASSERT(scriptLoader);
59 Element* element = scriptLoader->element();
67 m_pendingAsyncScripts.add(scriptLoader, PendingScript(element, resource.get()));
87 void ScriptRunner::notifyScriptReady(ScriptLoader* scriptLoader, ExecutionType executionType) argument
91 ASSERT(m_pendingAsyncScripts.contains(scriptLoader));
92 m_scriptsToExecuteSoon.append(m_pendingAsyncScripts.take(scriptLoader));
102 void ScriptRunner::notifyScriptLoadError(ScriptLoader* scriptLoader, ExecutionType executionType) argument
106 ASSERT(m_pendingAsyncScripts.contains(scriptLoader));
107 m_pendingAsyncScripts.remove(scriptLoader);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLScriptRunner.cpp133 if (ScriptLoader* scriptLoader = toScriptLoaderIfPossible(element.get())) {
137 scriptLoader->dispatchErrorEvent();
140 if (scriptLoader->executePotentiallyCrossOriginScript(sourceCode))
278 ScriptLoader* scriptLoader = toScriptLoaderIfPossible(script); local
284 ASSERT(scriptLoader);
285 if (!scriptLoader)
298 scriptLoader->prepareScript(scriptStartPosition);
300 if (!scriptLoader->willBeParserExecuted())
303 if (scriptLoader->willExecuteWhenDocumentFinishedParsing()) {
305 } else if (scriptLoader
[all...]
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp465 ScriptLoader* scriptLoader = toScriptLoaderIfPossible(e.get()); local
466 ASSERT(scriptLoader);
472 scriptLoader->dispatchErrorEvent();
474 if (scriptLoader->executePotentiallyCrossOriginScript(sourceCode))
475 scriptLoader->dispatchLoadEvent();
992 ScriptLoader* scriptLoader = toScriptLoaderIfPossible(newElement.get()); local
993 if (scriptLoader)
1049 ScriptLoader* scriptLoader = toScriptLoaderIfPossible(element); local
1050 if (!scriptLoader) {
1059 if (scriptLoader
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 298 milliseconds