Home
last modified time | relevance | path

Searched refs:m_lastSeekTime (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLMediaElement.cpp138 , m_lastSeekTime(0) in HTMLMediaElement()
587 m_lastSeekTime = 0; in prepareForLoad()
1173 if (m_lastSeekTime < now) in seek()
1174 addPlayedRange(m_lastSeekTime, now); in seek()
1176 m_lastSeekTime = time; in seek()
1254 LOG(Media, "HTMLMediaElement::currentTime - seeking, returning %f", m_lastSeekTime); in currentTime()
1255 return m_lastSeekTime; in currentTime()
2070 if (time > m_lastSeekTime) in played()
2071 addPlayedRange(m_lastSeekTime, time); in played()
2224 if (time > m_lastSeekTime) in updatePlayState()
[all …]
DHTMLMediaElement.h350 float m_lastSeekTime; variable
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1619386 m_currentTimeDuringSeek->m_lastSeekTime. Added m_playing and m_playedTimeRanges.
19387 (WebCore::HTMLMediaElement::loadInternal): Reset m_playing, m_lastSeekTime, and
19390 (WebCore::HTMLMediaElement::currentTime): m_currentTimeDuringSeek -> m_lastSeekTime