Searched refs:m_onloadTimer (Results 1 – 2 of 2) sorted by relevance
55 , m_onloadTimer(this, &HTMLLinkElement::onloadTimerFired) in HTMLLinkElement()437 ASSERT_UNUSED(timer, timer == &m_onloadTimer); in onloadTimerFired()449 m_onloadTimer.startOneShot(0); in notifyFinished()
136 Timer<HTMLLinkElement> m_onloadTimer; variable