Searched refs:ScriptRunner (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DScriptRunner.h42 class ScriptRunner { class in namespace:WebCore
43 WTF_MAKE_NONCOPYABLE(ScriptRunner); WTF_MAKE_FAST_ALLOCATED;
45 static PassOwnPtr<ScriptRunner> create(Document* document) { return new ScriptRunner(document); }
46 ~ScriptRunner();
56 ScriptRunner(Document*);
58 void timerFired(Timer<ScriptRunner>*);
63 Timer<ScriptRunner> m_timer;
H A DScriptRunner.cpp27 #include "ScriptRunner.h"
37 ScriptRunner::ScriptRunner(Document* document) function in class:WebCore::ScriptRunner
39 , m_timer(this, &ScriptRunner::timerFired)
44 ScriptRunner::~ScriptRunner()
52 void ScriptRunner::queueScriptForExecution(ScriptElement* scriptElement, CachedResourceHandle<CachedScript> cachedScript, ExecutionType executionType)
78 void ScriptRunner::suspend()
83 void ScriptRunner::resume()
89 void ScriptRunner
[all...]
H A DScriptElement.cpp40 #include "ScriptRunner.h"
231 m_element->document()->scriptRunner()->queueScriptForExecution(this, m_cachedScript, ScriptRunner::IN_ORDER_EXECUTION);
315 m_element->document()->scriptRunner()->queueScriptForExecution(this, m_cachedScript, ScriptRunner::ASYNC_EXECUTION);
H A DDocument.h114 class ScriptRunner;
894 ScriptRunner* scriptRunner() { return m_scriptRunner.get(); }
1300 OwnPtr<ScriptRunner> m_scriptRunner;
H A DDocument.cpp131 #include "ScriptRunner.h"
403 , m_scriptRunner(ScriptRunner::create(this))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-bsf.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/webkit/Source/WebCore/
H A DAndroid.mk189 dom/ScriptRunner.cpp \

Completed in 678 milliseconds