Searched defs:m_scriptsToExecuteSoon (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DScriptRunner.h50 bool hasPendingScripts() const { return !m_scriptsToExecuteSoon.isEmpty() || !m_scriptsToExecuteInOrder.isEmpty(); }
62 Vector<PendingScript> m_scriptsToExecuteSoon; // http://www.whatwg.org/specs/web-apps/current-work/#set-of-scripts-that-will-execute-as-soon-as-possible member in class:WebCore::ScriptRunner

Completed in 232 milliseconds