/external/chromium_org/chrome/browser/history/ |
top_sites_cache.h | 54 // Returns the thumbnail as an Image for the specified url. This adds an entry 58 // Fetches the thumbnail for the specified url. Returns true if there is a 59 // thumbnail for the specified url. It is possible for a URL to be in TopSites 60 // but not have an thumbnail. 64 // Fetches the thumbnail score for the specified url. Returns true if 65 // there is a thumbnail score for the specified url.
|
top_sites_impl_unittest.cc | 113 // thumbnail data, which is stored as jpgs. 157 // Gets the thumbnail for |url| from TopSites. 166 SkBitmap thumbnail; local 167 thumbnail.setConfig(SkBitmap::kARGB_8888_Config, 4, 4); 168 thumbnail.allocPixels(); 169 thumbnail.eraseColor(color); 170 return gfx::Image::CreateFrom1xBitmap(thumbnail); // adds ref. 273 // Returns true if the thumbnail equals the specified bytes. 527 // Create a dummy thumbnail. 528 gfx::Image thumbnail(CreateBitmap(SK_ColorWHITE)) 753 SkBitmap thumbnail = GetThumbnail(GURL("http:\/\/forced1")); local 1538 SkBitmap thumbnail = GetThumbnail(GURL("http:\/\/forced\/5")); local [all...] |
/external/chromium_org/chrome/common/ |
thumbnail_score.cc | 90 // If we have a better class of thumbnail, add it if it meets 102 // Degrade the score of each thumbnail to account for how many redirects 124 // If the current thumbnail doesn't meet basic boringness 126 // current one even if we're using a worse thumbnail type. 135 // The current thumbnail is new and has good properties. 138 // The current thumbnail should be updated.
|
thumbnail_score_unittest.cc | 38 // Having many redirects should age the thumbnail. 58 // By default, the score is low, thus we should generate a new thumbnail. 73 // load_completed is important. Finally, the thumbnail is new and
|
/external/chromium/chrome/browser/resources/file_manager/css/ |
file_manager.css | 45 /* Container for the detail and thumbnail (not implemented yet) list views. */ 100 button.thumbnail-view > img { 113 .thumbnail-grid { 121 /* An item in the thumbnail view. */ 122 .thumbnail-item { 130 .thumbnail-item > input[type="checkbox"] { 136 .thumbnail-item > div.img-container { 145 .thumbnail-item > div.img-container > img { 150 .thumbnail-item > div.filename-label { 163 /* Text box used for renaming in the thumbnail list. * [all...] |
/external/chromium/chrome/browser/tab_contents/ |
thumbnail_generator_unittest.cc | 136 // This is the case where there is no thumbnail available on the tab and 142 // Tests basic thumbnail generation when a backing store is discarded. 150 // The thumbnail generator should have stashed a thumbnail of the page. 157 // Set up a hidden widget with a black cached thumbnail and an expired 168 // The black thumbnail should still be cached because it hasn't processed the 175 // cached thumbnail. Asking again should give us a new one computed from the 198 // The thumbnail should deserve the highest boring score. 216 // The thumbnail should be less boring because two colors are used. 310 // Adds a known URL with the associated thumbnail score [all...] |
/external/chromium/chrome/browser/resources/ntp4/ |
most_visited_page.js | 35 * for a blank thumbnail. 49 '<span class="thumbnail-wrapper fills-parent">' + 50 '<span class="thumbnail fills-parent">' + 51 // thumbnail-shield provides a gradient fade effect. 52 '<div class="thumbnail-shield fills-parent"></div>' + 82 this.querySelector('.thumbnail').style.backgroundImage = 195 * is based on the thumbnail, which should have a 212:132 ratio (the rest of
|
/external/chromium_org/chrome/browser/resources/local_ntp/ |
most_visited_util.js | 20 // The page attempted to load a thumbnail image. 22 // There was an error in loading both the thumbnail image and the fallback 25 // The page attempted to load a thumbnail URL while a fallback thumbnail was 28 // The primary thumbnail image failed to load and caused us to use the 29 // secondary thumbnail as a fallback. 116 // Exclude links from the tab order. The tabIndex is added to the thumbnail
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifData.java | 56 * Gets the compressed thumbnail. Returns null if there is no compressed 57 * thumbnail. 66 * Sets the compressed thumbnail. 68 protected void setCompressedThumbnail(byte[] thumbnail) { 69 mThumbnail = thumbnail; 73 * Returns true it this header contains a compressed thumbnail. 194 * Removes the thumbnail and its related tags. IFD1 will be removed.
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifData.java | 56 * Gets the compressed thumbnail. Returns null if there is no compressed 57 * thumbnail. 66 * Sets the compressed thumbnail. 68 protected void setCompressedThumbnail(byte[] thumbnail) { 69 mThumbnail = thumbnail; 73 * Returns true it this header contains a compressed thumbnail. 194 * Removes the thumbnail and its related tags. IFD1 will be removed.
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifData.java | 56 * Gets the compressed thumbnail. Returns null if there is no compressed 57 * thumbnail. 66 * Sets the compressed thumbnail. 68 protected void setCompressedThumbnail(byte[] thumbnail) { 69 mThumbnail = thumbnail; 73 * Returns true it this header contains a compressed thumbnail. 194 * Removes the thumbnail and its related tags. IFD1 will be removed.
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifData.java | 56 * Gets the compressed thumbnail. Returns null if there is no compressed 57 * thumbnail. 66 * Sets the compressed thumbnail. 68 protected void setCompressedThumbnail(byte[] thumbnail) { 69 mThumbnail = thumbnail; 73 * Returns true it this header contains a compressed thumbnail. 194 * Removes the thumbnail and its related tags. IFD1 will be removed.
|
/packages/apps/Mms/src/com/android/mms/exif/ |
ExifData.java | 56 * Gets the compressed thumbnail. Returns null if there is no compressed 57 * thumbnail. 66 * Sets the compressed thumbnail. 68 protected void setCompressedThumbnail(byte[] thumbnail) { 69 mThumbnail = thumbnail; 73 * Returns true it this header contains a compressed thumbnail. 194 * Removes the thumbnail and its related tags. IFD1 will be removed.
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Images_ThumbnailsTest.java | 86 // add a thumbnail 96 // query with the uri of the thumbnail and the kind 164 assertTrue("thumbnail file does not exist", new File(thumbPath).exists()); 167 // corresponding entry in the thumbnail table, which in turn triggers deletion 168 // of the thumbnail file on disk 179 assertFalse("thumbnail file should no longer exist", new File(thumbPath).exists()); 196 // insert image, then delete its thumbnail 208 assertTrue("thumbnail file does not exist", new File(thumbPath).exists()); 216 assertFalse("thumbnail file should no longer exist", new File(thumbPath).exists());
|
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/ |
mm_jpeg_interface.h | 100 /* src img type: main or thumbnail */ 126 /* num of src imgs: e.g. main/thumbnail img 128 * if main+thumbnail: src_img_num = 2; 129 * No support for thumbnail only case */ 133 * if thumbnail presented, it will be in index 1 */
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
exif_encoder.js | 22 var EXIF_TAG_JPG_THUMB_OFFSET = 0x0201; // Pointer from TIFF to thumbnail. 23 var EXIF_TAG_JPG_THUMB_LENGTH = 0x0202; // Length of thumbnail data. 83 * @param {HTMLCanvasElement} canvas Thumbnail canvas. 84 * @param {number} quality (0..1] Thumbnail encoding quality. 105 var thumbnail = this.ifd_.thumbnail; 106 if (!thumbnail) 107 thumbnail = this.ifd_.thumbnail = {}; 109 ExifEncoder.findOrCreateTag(thumbnail, EXIF_TAG_IMAGE_WIDTH).value [all...] |
image_encoder.js | 127 * Return a thumbnail for an image. 129 * @param {number=} opt_shrinkage Thumbnail should be at least this much smaller 131 * @return {HTMLCanvasElement} Thumbnail canvas. 181 // can save to file and generate a thumbnail. 204 * @param {HTMLCanvasElement} canvas Canvas to use as thumbnail. 205 * @param {number} quality Thumbnail quality.
|
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
ObjectViewer.java | 152 byte[] thumbnail = mClient.getThumbnail(mDeviceName, info.getObjectHandle()); 153 if (thumbnail != null) { 154 Bitmap bitmap = BitmapFactory.decodeByteArray(thumbnail, 0, thumbnail.length); 156 ImageView thumbView = (ImageView)findViewById(R.id.thumbnail);
|
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
progress_manager.js | 17 * Sets the XMLHttpRequest |xhr| to monitor, and the wallpaper thumbnail grid 23 * @param {WallpaperThumbnailsGridItem} selectedGridItem The wallpaper thumbnail 55 * @param {WallpaperThumbnailsGridItem} selectedGridItem The wallpaper thumbnail
|
wallpaper_images_grid.js | 38 imageEl.classList.add('thumbnail'); 70 wallpaperDirectories.getDirectory(WallpaperDirNameEnum.THUMBNAIL, 102 // thumbnail. Use a placeholder like "loading" image may 254 * Shows a checkmark on the active thumbnail and clears previous active one 256 * show on that thumbnail. 279 // The active thumbnail maybe deleted in the above redraw(). Sets it again
|
/external/chromium_org/chrome/browser/search/ |
most_visited_iframe_source.cc | 21 const char kThumbnailHTMLPath[] = "/thumbnail.html"; 22 const char kThumbnailCSSPath[] = "/thumbnail.css"; 23 const char kThumbnailJSPath[] = "/thumbnail.js";
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4EXIFC_CommonAPI.h | 63 thumbnail */ 90 M4OSA_Int32 thumbnailSize; /**< size of the thumbnail */ 91 M4OSA_UInt8 *thumbnailImg; /**< pointer to the thumbnail in main image buffer*/
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_mode_site_list.cc | 24 const char kThumbnailKey[] = "thumbnail"; 240 std::string thumbnail; 241 if (!source->GetString(kThumbnailKey, &thumbnail)) { 242 LOG(ERROR) << "Invalid thumbnail"; 248 GURL thumbnail_url = base_url.Resolve(thumbnail); 250 LOG(ERROR) << "Invalid thumbnail";
|
/frameworks/base/media/java/android/media/ |
MiniThumbFile.java | 212 Log.e(TAG, "couldn't save mini thumbnail data for " 217 Log.e(TAG, "couldn't save mini thumbnail data for " 230 * Gallery app can use this method to retrieve mini-thumbnail. Full size 234 * @param data the buffer to store mini-thumbnail. 258 Log.w(TAG, "got exception when reading thumbnail id=" + id + ", exception: " + ex); 261 Log.e(TAG, "Got exception when reading thumbnail, id = " + id +
|
/development/samples/Support4Demos/src/com/example/android/supportv4/content/ |
FileProviderExample.java | 47 // Save a thumbnail to file 62 * Save thumbnail of given {@link View} to {@link File}.
|