Searched refs:m_lastSeekTime (Results 1 – 3 of 3) sorted by relevance
138 , 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 …]
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