Searched refs:m_executeScriptSoonTimer (Results 1 – 3 of 3) sorted by relevance
384 , m_executeScriptSoonTimer(this, &Document::executeScriptSoonTimerFired) in Document()4630 ASSERT_UNUSED(timer, timer == &m_executeScriptSoonTimer); in executeScriptSoonTimerFired()4652 if (!m_executeScriptSoonTimer.isActive()) in executeScriptSoon()4653 m_executeScriptSoonTimer.startOneShot(0); in executeScriptSoon()
1131 Timer<Document> m_executeScriptSoonTimer; variable
18817 (WebCore::Document::Document): Initialize m_executeScriptSoonTimer.