Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTRegion.cpp70 static const float scrollTime = 0.433; variable
452 double duration = isScrollingRegion() ? scrollTime : 0; in startTimer()