Home
last modified time | relevance | path

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

/build/tools/droiddoc/templates-sdk-dev/assets/js/
Ddocs.js582 var videoId = $(this).attr('href').split('?v=')[1];
585 startYouTubePlayer(videoId);
608 function startYouTubePlayer(videoId) { argument
628 var idAndHash = videoId.split("#");
640 videoId: idAndHash[0], property
651 if (videoId != youTubePlayer.getVideoUrl().split('?v=')[1].split('&')[0].split('%')[0]) {
652 youTubePlayer.cueVideoById(videoId);
/build/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js592 var videoId = $(this).attr('href').split('?v=')[1];
595 startYouTubePlayer(videoId);
618 function startYouTubePlayer(videoId) { argument
638 var idAndHash = videoId.split("#");
650 videoId: idAndHash[0], property
661 if (videoId != youTubePlayer.getVideoUrl().split('?v=')[1].split('&')[0].split('%')[0]) {
662 youTubePlayer.cueVideoById(videoId);
/build/tools/droiddoc/templates-sdk/assets/js/
Ddocs.js549 var videoId = $(this).attr('href').split('?v=')[1];
552 startYouTubePlayer(videoId);
575 function startYouTubePlayer(videoId) { argument
595 var idAndHash = videoId.split("#");
607 videoId: idAndHash[0], property
618 if (videoId != youTubePlayer.getVideoUrl().split('?v=')[1].split('&')[0].split('%')[0]) {
619 youTubePlayer.cueVideoById(videoId);