Home
last modified time | relevance | path

Searched refs:m_loadTimer (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLMediaElement.cpp126 , 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()
DHTMLMediaElement.h332 Timer<HTMLMediaElement> m_loadTimer; variable