Home
last modified time | relevance | path

Searched refs:m_scriptRunner (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
DHTMLDocumentParser.cpp80 , m_scriptRunner(HTMLScriptRunner::create(document, this)) in HTMLDocumentParser()
113 if (m_scriptRunner) in detach()
114 m_scriptRunner->detach(); in detach()
148 if (m_scriptRunner) in prepareToStopParsing()
203 if (!m_scriptRunner) in runScriptsForPausedTreeBuilder()
205 return m_scriptRunner->execute(scriptElement.release(), scriptStartPosition); in runScriptsForPausedTreeBuilder()
385 if (m_scriptRunner && !m_scriptRunner->executeScriptsWaitingForParsing()) in attemptToRunDeferredScriptsAndEnd()
444 if (!m_scriptRunner) in inScriptExecution()
446 return m_scriptRunner->isExecutingScript(); in inScriptExecution()
510 ASSERT(m_scriptRunner); in notifyFinished()
[all …]
DHTMLDocumentParser.h149 OwnPtr<HTMLScriptRunner> m_scriptRunner; variable
/external/webkit/Source/WebCore/dom/
DDocument.h894 ScriptRunner* scriptRunner() { return m_scriptRunner.get(); } in scriptRunner()
1308 OwnPtr<ScriptRunner> m_scriptRunner; variable
DDocument.cpp406 , m_scriptRunner(ScriptRunner::create(this)) in Document()
526 m_scriptRunner.clear(); in ~Document()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06116532 - Handle the case where we have no m_scriptRunner (fragment case).
116537 - New function to handle the case where m_scriptRunner is null.
116539 - Use inScriptExecution() instead of m_scriptRunner->inScriptExecution().
132457 Now whenever m_scriptRunner->execute returns "continue parsing"