Searched refs:m_loadEventDelayTimer (Results 1 – 2 of 2) sorted by relevance
1321 Timer<Document> m_loadEventDelayTimer; variable
497 , m_loadEventDelayTimer(this, &Document::loadEventDelayTimerFired) in Document()5164 if (frame() && !m_loadEventDelayTimer.isActive()) in checkLoadEventSoon()5165 m_loadEventDelayTimer.startOneShot(0, FROM_HERE); in checkLoadEventSoon()