Searched refs:ScriptRunner (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/dom/ |
D | ScriptRunner.cpp | 37 ScriptRunner::ScriptRunner(Document* document) in ScriptRunner() function in WebCore::ScriptRunner 39 , m_timer(this, &ScriptRunner::timerFired) in ScriptRunner() 44 ScriptRunner::~ScriptRunner() in ~ScriptRunner() 52 void ScriptRunner::queueScriptForExecution(ScriptElement* scriptElement, CachedResourceHandle<Cache… in queueScriptForExecution() 78 void ScriptRunner::suspend() in suspend() 83 void ScriptRunner::resume() in resume() 89 void ScriptRunner::notifyInOrderScriptReady() in notifyInOrderScriptReady() 95 void ScriptRunner::timerFired(Timer<ScriptRunner>* timer) in timerFired()
|
D | ScriptRunner.h | 42 class ScriptRunner { 43 WTF_MAKE_NONCOPYABLE(ScriptRunner); WTF_MAKE_FAST_ALLOCATED; 45 … static PassOwnPtr<ScriptRunner> create(Document* document) { return new ScriptRunner(document); } in create() 46 ~ScriptRunner(); 56 ScriptRunner(Document*); 58 void timerFired(Timer<ScriptRunner>*); 63 Timer<ScriptRunner> m_timer;
|
D | ScriptElement.cpp | 231 …ment()->scriptRunner()->queueScriptForExecution(this, m_cachedScript, ScriptRunner::IN_ORDER_EXECU… in prepareScript() 315 …ment()->scriptRunner()->queueScriptForExecution(this, m_cachedScript, ScriptRunner::ASYNC_EXECUTIO… in notifyFinished()
|
D | Document.h | 114 class ScriptRunner; variable 894 ScriptRunner* scriptRunner() { return m_scriptRunner.get(); } in scriptRunner() 1300 OwnPtr<ScriptRunner> m_scriptRunner;
|
D | Document.cpp | 403 , m_scriptRunner(ScriptRunner::create(this)) in Document()
|
/external/webkit/Source/WebCore/ |
D | Android.mk | 189 dom/ScriptRunner.cpp \
|
D | CMakeLists.txt | 610 dom/ScriptRunner.cpp
|
D | GNUmakefile.list.am | 1243 Source/WebCore/dom/ScriptRunner.cpp \ 1244 Source/WebCore/dom/ScriptRunner.h \
|
D | WebCore.pro | 534 dom/ScriptRunner.cpp \
|
D | ChangeLog | 10750 * dom/ScriptRunner.h: 10751 (WebCore::ScriptRunner::create): 44213 * Android.mk: Rename AsyncScriptRunner -> ScriptRunner. 44230 (WebCore::ScriptElement::notifyFinished): Tell ScriptRunner to execute in order if needed. 44233 * dom/ScriptRunner.cpp: Renamed from Source/WebCore/dom/AsyncScriptRunner.cpp. 44234 (WebCore::ScriptRunner::ScriptRunner): Added in-order script queue. 44235 (WebCore::ScriptRunner::~ScriptRunner): Ditto. 44236 (WebCore::ScriptRunner::executeScriptSoon): 44237 (WebCore::ScriptRunner::queueScriptForInOrderExecution): Added. 44238 (WebCore::ScriptRunner::suspend): [all …]
|
D | WebCore.gypi | 547 'dom/ScriptRunner.h', 2535 'dom/ScriptRunner.cpp',
|
D | ChangeLog-2010-12-06 | 116827 … Expose HTMLInputStream to ScriptRunner so that ScriptRunner can save the insertion point itself 125643 implementation was both Lexer and ScriptRunner and thus could 129555 - Save off the line number from the start tag to pass to the ScriptRunner. 131494 - ASSERT that the ScriptRunner always thinks we're running scripts when this is called. 131500 - Call the ScriptRunner to tell it that stylesheets have loaded if 133175 the Lexer, TreeBuilder and ScriptRunner. The Lexer returns back 133178 back to the controller which calls the ScriptRunner. The TreeBuilder 133181 The ScriptRunner attempts to process the passed script, and additionally
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 2774 …13AE01207BBA50082016E /* ScriptRunner.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A413ADE120… 2775 …3AE11207BBA50082016E /* ScriptRunner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A413ADF12… 9337 …7BBA50082016E /* ScriptRunner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 9338 …A50082016E /* ScriptRunner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 19573 8A413ADF1207BBA50082016E /* ScriptRunner.cpp */, 19574 8A413ADE1207BBA50082016E /* ScriptRunner.h */, 22376 8A413AE01207BBA50082016E /* ScriptRunner.h in Headers */, 25221 8A413AE11207BBA50082016E /* ScriptRunner.cpp in Sources */,
|