Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTCue.cpp679 double currentTimestamp = previousTimestamp; in markFutureAndPastNodes() local
680 if (currentTimestamp > movieTime) in markFutureAndPastNodes()
685 double currentTimestamp; in markFutureAndPastNodes() local
686 bool check = VTTParser::collectTimeStamp(child->nodeValue(), currentTimestamp); in markFutureAndPastNodes()
689 if (currentTimestamp > movieTime) in markFutureAndPastNodes()