Home | History | Annotate | Download | only in octane

Lines Matching refs:currentTime

8002 			audio.addEventListener('ended', function(){this.currentTime = 0;}, false);
8495 if ( sound.currentTime > end )
8769 sound.currentTime = time;
8770 console.log("OK "+sound.currentTime);