Home | History | Annotate | Download | only in js

Lines Matching full:imgurl

3879     var imgUrl = resource.image ||
3882 if (imgUrl.indexOf('//') === -1) {
3883 imgUrl = toRoot + imgUrl;
3887 .css('background-image', 'url(' + (imgUrl || toRoot +
3984 var imgUrl = resource.image ||
3988 if (imgUrl.indexOf('//') === -1) {
3989 imgUrl = toRoot + imgUrl;
3998 .css('background-image', 'url(' + imgUrl + ')'),