/external/chromium/chrome/browser/ui/cocoa/ |
tabpose_window.mm | 104 // A CALayer that draws a thumbnail for a TabContentsWrapper object. The layer 106 // requests a thumbnail bitmap from the TabContents's renderer process if not. 108 // The TabContentsWrapper the thumbnail is for. 111 // The size the thumbnail is drawn at when zoomed in. 114 // Used to load a thumbnail, if required. 117 // If the backing store couldn't be used and a thumbnail was returned from a 121 // True if the layer already sent a thumbnail request to a renderer. 132 // ThumbnailLoader talks to the renderer process to load a thumbnail of a given 133 // RenderWidgetHost, and sends the thumbnail back to a ThumbnailLayer once it 174 // thumbnails at the zoomed-out pixel size for all but the thumbnail the use [all...] |
tabpose_window.h | 84 // layer of the currently selected thumbnail).
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
tabpose_window.mm | 108 // A CALayer that draws a thumbnail for a WebContents object. The layer 110 // requests a thumbnail bitmap from the WebContents's renderer process if not. 112 // The WebContents the thumbnail is for. 115 // The size the thumbnail is drawn at when zoomed in. 118 // Used to load a thumbnail, if required. 121 // If the backing store couldn't be used and a thumbnail was returned from a 125 // True if the layer already sent a thumbnail request to a renderer. 136 // ThumbnailLoader talks to the renderer process to load a thumbnail of a given 137 // RenderWidgetHost, and sends the thumbnail back to a ThumbnailLayer once it 169 // thumbnails at the zoomed-out pixel size for all but the thumbnail the use [all...] |
tabpose_window.h | 83 // layer of the currently selected thumbnail).
|
/external/chromium/chrome/browser/history/ |
top_sites.cc | 186 const SkBitmap& thumbnail, 209 if (!EncodeBitmap(thumbnail, &thumbnail_data)) 532 // When comparing the thumbnail scores, we need to take into account the 533 // redirect hops, which are not generated when the thumbnail is because the 541 image->thumbnail.get()) 544 image->thumbnail = const_cast<RefCountedBytes*>(thumbnail_data); 552 const RefCountedBytes* thumbnail, 554 if (!SetPageThumbnailNoDB(url, thumbnail, score)) 600 const RefCountedBytes* thumbnail, 607 image.second.thumbnail = const_cast<RefCountedBytes*>(thumbnail) [all...] |
expire_history_backend_unittest.cc | 27 #include "chrome/tools/profiles/thumbnail-inl.h" 185 // Each visit has indexed data, each URL has thumbnail. The first two URLs will 229 scoped_ptr<SkBitmap> thumbnail( 235 top_sites_->SetPageThumbnail(url_row1.url(), *thumbnail, score); 236 top_sites_->SetPageThumbnail(url_row2.url(), *thumbnail, score); 237 top_sites_->SetPageThumbnail(url_row3.url(), *thumbnail, score); 373 // Thumbnail should be gone. 460 // Verify things are the way we expect with a URL row, favicon, thumbnail. 524 // Verify things are the way we expect with a URL row, favicon, thumbnail. 576 // Should still have the thumbnail [all...] |
/external/chromium_org/chrome/browser/history/ |
top_sites_impl.cc | 138 const gfx::Image& thumbnail, 161 if (!EncodeBitmap(thumbnail, &thumbnail_data)) 499 // When comparing the thumbnail scores, we need to take into account the 500 // redirect hops, which are not generated when the thumbnail is because the 508 image->thumbnail.get()) 511 image->thumbnail = const_cast<base::RefCountedMemory*>(thumbnail_data); 520 const base::RefCountedMemory* thumbnail, 522 if (!SetPageThumbnailNoDB(url, thumbnail, score)) 567 const base::RefCountedMemory* thumbnail, 574 image.second.thumbnail = const_cast<base::RefCountedMemory*>(thumbnail) [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
metadata_cache.js | 20 * thumbnail: url, transform 40 * cache.clear(entry, 'thumbnail'); 41 * cache.get(entry, 'thumbnail', function(thumbnail) { 42 * img.src = thumbnail.url; 694 * thumbnail: { url, transform } 726 return type == 'drive' || type == 'thumbnail' || 833 result.thumbnail = {url: '', transform: null}; 838 result.thumbnail = { 856 * thumbnail: { url, transform [all...] |
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
PanoramaActivity.java | 31 import com.android.camera.Thumbnail; 148 private Thumbnail mThumbnail; 309 // If the activity is paused, save the thumbnail to the file here. 312 // Set the thumbnail bitmap here because mThumbnailView must be accessed 316 // Share popup may still have the reference to the old thumbnail. Clear it. 718 mThumbnailView = (RotateImageView) findViewById(R.id.thumbnail); 809 // Load the thumbnail from the disk. 811 mThumbnail = Thumbnail.loadFrom(new File(getFilesDir(), Thumbnail.LAST_THUMB_FILENAME)); [all...] |
/packages/apps/Browser/src/com/android/browser/provider/ |
BrowserProvider2.java | 84 public static final String THUMBNAIL = "thumbnail"; 259 map.put(Bookmarks.THUMBNAIL, Bookmarks.THUMBNAIL); 309 map.put(History.THUMBNAIL, History.THUMBNAIL); 327 map.put(Images.THUMBNAIL, Images.THUMBNAIL); 342 map.put(Combined.THUMBNAIL, Combined.THUMBNAIL); [all...] |
SnapshotProvider.java | 48 public static final String THUMBNAIL = "thumbnail"; 88 Snapshots.THUMBNAIL + " BLOB," +
|
/external/chromium_org/chrome/browser/ui/views/ |
desktop_media_picker_views.cc | 60 // source as a thumbnail with the title under it. 67 // Updates thumbnail and title from |source|. 69 void SetThumbnail(const gfx::ImageSkia& thumbnail); 227 void DesktopMediaSourceView::SetThumbnail(const gfx::ImageSkia& thumbnail) { 228 image_view_->SetImage(thumbnail); 470 source_view->SetThumbnail(source.thumbnail);
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
image_view.js | 201 * @return {HTMLCanvasElement} The cached thumbnail image. 296 * Loads the thumbnail first, then replaces it with the main image. 331 var videoPreview = !!(metadata.thumbnail && metadata.thumbnail.url); 334 metadata.thumbnail.url, 379 // We have a cached screen-scale canvas, use it instead of a thumbnail. 385 metadata.thumbnail && metadata.thumbnail.url && 389 // Also no thumbnail if the image is too large to be loaded. 391 metadata.thumbnail.url [all...] |
/frameworks/base/media/java/android/mtp/ |
MtpDevice.java | 159 * Returns the thumbnail data for an object as a byte array. 160 * The size and format of the thumbnail data can be determined via 166 * @return the object's thumbnail, or null if reading fails
|
/packages/apps/Browser/src/com/android/browser/homepages/ |
RequestHandler.java | 105 History.THUMBNAIL
108 + " NOT LIKE 'content:%' AND " + History.THUMBNAIL + " IS NOT NULL";
135 } else if (key.equals("thumbnail")) {
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
SavedWallpaperImages.java | 136 Log.e(TAG, "Error decoding thumbnail for wallpaper #" + position); 186 public void writeImage(Bitmap thumbnail, byte[] imageBytes) { 197 thumbnail.compress(Bitmap.CompressFormat.JPEG, 95, thumbFileStream);
|
/development/samples/ApiDemos/res/values/ |
attrs.xml | 56 <enum name="thumbnail" value="1" />
|
/development/samples/training/ContactsList/res/values/ |
strings.xml | 24 <string name="imageview_description">Contact Thumbnail</string>
|
/device/lge/mako/camera/inc/ |
omx_jpeg_ext.h | 79 "thumbnail",
|
/external/chromium_org/chrome/browser/media/ |
native_desktop_media_list.cc | 169 // Get a thumbnail for each source. 198 gfx::ImageSkia thumbnail = local 203 media_list_, i, thumbnail)); 326 sources_[index].thumbnail = image;
|
/external/chromium_org/chrome/browser/thumbnails/ |
render_widget_snapshot_taker.h | 38 // the thumbnail happens on the rendering thread.
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
suggestions_page_handler.h | 74 // Puts the passed URL in the blacklist (so it does not show as a thumbnail).
|
thumbnail_source.cc | 45 // We have the thumbnail.
|
/frameworks/base/packages/SystemUI/res/values-sw600dp/ |
dimens.xml | 40 <!-- Size of application thumbnail -->
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifReader.java | 76 Log.w(TAG, "Failed to read the compressed thumbnail");
|