Home
last modified time | relevance | path

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

/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js6514 VideoPlayer.prototype.startYouTubePlayer = function(videoId) { argument
6518 this.queueVideo = videoId;
6526 var idAndHash = videoId.split('#');
6538 videoId: idAndHash[0], property
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);
[all …]