Home
last modified time | relevance | path

Searched refs:hasPendingScripts (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/dom/
DScriptRunner.h50 …bool hasPendingScripts() const { return !m_scriptsToExecuteSoon.isEmpty() || !m_scriptsToExecuteIn… in hasPendingScripts() function
DScriptRunner.cpp85 if (hasPendingScripts()) in resume()
/external/webkit/Source/WebCore/
DChangeLog44243 (WebCore::ScriptRunner::hasPendingScripts): Check for in-order scripts too.
DChangeLog-2010-12-0684306 (WebCore::AsyncScriptRunner::hasPendingScripts):