Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/win/
DQTMovieWin.cpp57 static const float cNonContinuousTimeChange = 0.2f; variable
300 if (time < m_lastMediaTime || time >= m_lastMediaTime + cNonContinuousTimeChange || m_seeking) { in task()