HomeSort by relevance Sort by last modified time
    Searched refs:hasPendingScripts (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
ScriptRunner.h 50 bool hasPendingScripts() const { return !m_scriptsToExecuteSoon.isEmpty() || !m_scriptsToExecuteInOrder.isEmpty(); }
ScriptRunner.cpp 85 if (hasPendingScripts())

Completed in 3355 milliseconds