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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptRunner.h 51 bool hasPendingScripts() const { return !m_scriptsToExecuteSoon.isEmpty() || !m_scriptsToExecuteInOrder.isEmpty() || !m_pendingAsyncScripts.isEmpty(); }
ScriptRunner.cpp 83 if (hasPendingScripts())

Completed in 140 milliseconds