Home | History | Annotate | Download | only in html

Lines Matching refs:m_lastSeekTime

138     , m_lastSeekTime(0)
591 m_lastSeekTime = 0;
1122 // Get the current time before setting m_seeking, m_lastSeekTime is returned once it is set.
1177 if (m_lastSeekTime < now)
1178 addPlayedRange(m_lastSeekTime, now);
1180 m_lastSeekTime = time;
1258 LOG(Media, "HTMLMediaElement::currentTime - seeking, returning %f", m_lastSeekTime);
1259 return m_lastSeekTime;
2092 if (time > m_lastSeekTime)
2093 addPlayedRange(m_lastSeekTime, time);
2246 if (time > m_lastSeekTime)
2247 addPlayedRange(m_lastSeekTime, time);