Home
last modified time | relevance | path

Searched refs:m_scriptsToExecuteSoon (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
DScriptRunner.cpp46 for (size_t i = 0; i < m_scriptsToExecuteSoon.size(); ++i) in ~ScriptRunner()
64 m_scriptsToExecuteSoon.append(PendingScript(element, cachedScript.get())); in queueScriptForExecution()
102 scripts.swap(m_scriptsToExecuteSoon); in timerFired()
DScriptRunner.h50 …bool hasPendingScripts() const { return !m_scriptsToExecuteSoon.isEmpty() || !m_scriptsToExecuteIn… in hasPendingScripts()
62 …Vector<PendingScript> m_scriptsToExecuteSoon; // http://www.whatwg.org/specs/web-apps/current-work… variable
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1618819 m_scriptsToExecuteSoon.
18821 scripts in m_scriptsToExecuteSoon and deref()s them.
18823 m_scriptsToExecuteSoon and ref()s the script element, which keeps the