Searched refs:bufferedPercent (Results 1 – 1 of 1) sorted by relevance
149 …bufferedPercent: function(){ return (this.duration()) ? this.buffered()[1] / this.duration() : 0; … method1004 if (this.bufferedPercent() == 1) { this.stopTrackingBuffered(); }1228 if (bar.style) { bar.style.width = _V_.round(this.bufferedPercent() * 100, 2) + "%"; }