Home | History | Annotate | Download | only in history

Lines Matching full:thumbnail

92     LOG(WARNING) << "Thumbnail database is too new.";
99 LOG(WARNING) << "Unable to update to thumbnail database to version 3.";
108 LOG(WARNING) << "Unable to update to thumbnail database to version 4.";
116 "Thumbnail database version " << cur_version << " is too old to handle.";
240 const SkBitmap& thumbnail,
248 if (!thumbnail.isNull()) {
267 SkAutoLockPixels thumbnail_lock(thumbnail);
269 reinterpret_cast<unsigned char*>(thumbnail.getAddr32(0, 0)),
270 gfx::JPEGCodec::FORMAT_SkBitmap, thumbnail.width(),
271 thumbnail.height(),
272 static_cast<int>(thumbnail.rowBytes()), 90,
287 // Publish the thumbnail to any indexers listening to us.
294 DLOG(WARNING) << "Unable to delete thumbnail";
312 return false; // don't have a thumbnail for this ID
339 // Fetch the current thumbnail's information to make sure we
340 // aren't replacing a good thumbnail with one that's worse.