Home | History | Annotate | Download | only in js

Lines Matching refs:THUMBNAIL

298           var thumbnails = self.document_.querySelectorAll('.thumbnail');
300 var thumbnail = thumbnails[i];
306 thumbnail.offline = true;
429 // thumbnail.
498 * Sets wallpaper to the corresponding wallpaper of selected thumbnail.
806 var saveThumbnail = function(thumbnail) {
827 var blob = new Blob([new Int8Array(thumbnail)],
833 self.wallpaperDirs_.getDirectory(WallpaperDirNameEnum.THUMBNAIL,
865 * Removes wallpaper and thumbnail with fileName from FileSystem.
866 * @param {string} fileName The file name of wallpaper and thumbnail to be
884 // Removes generated thumbnail.
885 self.wallpaperDirs_.getDirectory(WallpaperDirNameEnum.THUMBNAIL, success,
892 * Sets current wallpaper and generate thumbnail if generateThumbnail is true.
895 * @param {boolean} generateThumbnail True if need to generate thumbnail.
897 * @param {function(thumbnail):void} success Success callback. If
899 * generated thumbnail.