Home
last modified time | relevance | path

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

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