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()
591 m_lastSeekTime = 0; in prepareForLoad()
1180 if (m_lastSeekTime < now) in seek()
1181 addPlayedRange(m_lastSeekTime, now); in seek()
1183 m_lastSeekTime = time; in seek()
1261 LOG(Media, "HTMLMediaElement::currentTime - seeking, returning %f", m_lastSeekTime); in currentTime()
1262 return m_lastSeekTime; in currentTime()
2095 if (time > m_lastSeekTime) in played()
2096 addPlayedRange(m_lastSeekTime, time); in played()
2249 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