Home | History | Annotate | Download | only in util

Lines Matching refs:YouTubeVideo

207     YouTubeVideo ytVideo = YouTubeVideo.matchURL(url, text);
869 public static class YouTubeVideo extends Token {
877 public YouTubeVideo(String docid, String text) {
888 public static YouTubeVideo matchURL(String url, String text) {
891 return new YouTubeVideo(m.group(1), text);
1286 html.append(((YouTubeVideo)token).getURL(
1287 ((YouTubeVideo)token).getDocID()));