Home | History | Annotate | Download | only in js

Lines Matching refs:videoId

6514     VideoPlayer.prototype.startYouTubePlayer = function(videoId) {
6518 this.queueVideo = videoId;
6526 var idAndHash = videoId.split('#');
6538 videoId: idAndHash[0],
6549 if (videoId !== this.getVideoId()) {
6550 this.youTubePlayer.cueVideoById(videoId);
6586 var videoId = this.getVideoId();
6593 'Videos', 'Resume', videoId);
6597 'Videos', 'Start: ' + videoId, 'on: ' + document.location.href);
6605 'Videos', 'Paused: ' + videoId, 'on: ' + currentTime);
6612 'Videos', 'Finished: ' + videoId, 'on: ' + currentTime);
6646 var videoId = videoIdMatches && videoIdMatches[1];
6648 if (videoId) {
6649 videoPlayer.startYouTubePlayer(videoId);