Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/www/video-js/
H A Dvideo.js1249 dis.innerHTML = _V_.formatTime(time);
1267 if (this.duration()) { dis.innerHTML = _V_.formatTime(this.duration()); }
1580 formatTime: function(secs) { method