Searched refs:m_lastSeekTime (Results 1 – 3 of 3) sorted by relevance
138 , 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 …]
350 float m_lastSeekTime; variable
19386 m_currentTimeDuringSeek->m_lastSeekTime. Added m_playing and m_playedTimeRanges.19387 (WebCore::HTMLMediaElement::loadInternal): Reset m_playing, m_lastSeekTime, and19390 (WebCore::HTMLMediaElement::currentTime): m_currentTimeDuringSeek -> m_lastSeekTime