Searched refs:m_loadTimer (Results 1 – 2 of 2) sorted by relevance
126 , m_loadTimer(this, &HTMLMediaElement::loadTimerFired) in HTMLMediaElement()416 if (m_loadTimer.isActive()) in scheduleLoad()419 m_loadTimer.startOneShot(0); in scheduleLoad()425 m_loadTimer.startOneShot(0); in scheduleNextSourceChild()529 m_loadTimer.stop(); in prepareForLoad()2264 m_loadTimer.stop(); in userCancelledLoad()
332 Timer<HTMLMediaElement> m_loadTimer; variable