Searched refs:_convertTime (Results 1 – 6 of 6) sorted by relevance
1867 currentTimeText = this._convertTime(this.status.currentTime);1869 this.css.jq.currentTime.text(this._convertTime(this.status.currentTime));1884 durationText = (remaining > 0 ? '-' : '') + this._convertTime(remaining);1886 durationText = this._convertTime(duration);1894 _convertTime: ConvertTime.prototype.time,
2 …_convertTime(this.status.currentTime),a!==this.css.jq.currentTime.text()&&this.css.jq.currentTime.… class
3912 currentTimeText = this._convertTime(this.status.currentTime);3914 this.css.jq.currentTime.text(this._convertTime(this.status.currentTime));3929 durationText = (remaining > 0 ? '-' : '') + this._convertTime(remaining);3931 durationText = this._convertTime(duration);3939 _convertTime: ConvertTime.prototype.time,