Searched refs:m_loadTimer (Results 1 – 2 of 2) sorted by relevance
126 , m_loadTimer(this, &HTMLMediaElement::loadTimerFired) in HTMLMediaElement()417 if (m_loadTimer.isActive()) in scheduleLoad()420 m_loadTimer.startOneShot(0); in scheduleLoad()426 m_loadTimer.startOneShot(0); in scheduleNextSourceChild()533 m_loadTimer.stop(); in prepareForLoad()2292 m_loadTimer.stop(); in userCancelledLoad()
332 Timer<HTMLMediaElement> m_loadTimer; variable