Home | History | Annotate | Download | only in util

Lines Matching refs:extraParams

857     public static String getURL(String docid, String extraParams) {
858 if (extraParams == null) {
859 extraParams = "";
860 } else if (extraParams.length() > 0) {
861 extraParams += "&";
863 return "http://video.google.com/videoplay?" + extraParams
915 public static String getURL(String docid, String extraParams) {
916 if (extraParams == null) {
917 extraParams = "";
918 } else if (extraParams.length() > 0) {
919 extraParams += "&";
921 return "http://youtube.com/watch?" + extraParams + "v=" + docid;
930 String docid, String extraParams) {
941 if (extraParams == null) {
942 extraParams = "";
943 } else if (extraParams.length() > 0) {
944 extraParams += "&";
947 return protocol + prefix + "youtube.com/watch?" + extraParams + "v=" +