Searched refs:notifyScriptReady (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/dom/
H A DScriptRunner.h54 void notifyScriptReady(ScriptElement*, ExecutionType);
H A DScriptRunner.cpp84 void ScriptRunner::notifyScriptReady(ScriptElement* scriptElement, ExecutionType executionType) function in class:WebCore::ScriptRunner
H A DScriptElement.cpp350 m_element.document().scriptRunner()->notifyScriptReady(this, ScriptRunner::IN_ORDER_EXECUTION);
352 m_element.document().scriptRunner()->notifyScriptReady(this, ScriptRunner::ASYNC_EXECUTION);

Completed in 194 milliseconds