HomeSort by relevance Sort by last modified time
    Searched refs:AddRepresentation (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/browser/
image_holder.cc 87 image_.AddRepresentation(gfx::ImageSkiaRep(*bitmap, 1.0));
91 image_.AddRepresentation(gfx::ImageSkiaRep(*bitmap, 2.0));
  /external/chromium_org/ui/gfx/image/
image_skia.h 99 void AddRepresentation(const gfx::ImageSkiaRep& image_rep);
image.cc 435 AddRepresentation(rep);
443 AddRepresentation(rep);
452 AddRepresentation(rep);
460 AddRepresentation(rep);
541 AddRepresentation(rep);
570 AddRepresentation(rep);
602 AddRepresentation(rep);
655 AddRepresentation(new internal::ImageRepPNG());
668 AddRepresentation(rep);
775 void Image::AddRepresentation(internal::ImageRep* rep) const
    [all...]
image.h 189 void AddRepresentation(internal::ImageRep* rep) const;
image_skia_unittest.cc 218 image.AddRepresentation(ImageSkiaRep(
220 image.AddRepresentation(ImageSkiaRep(
222 image.AddRepresentation(ImageSkiaRep(
268 image.AddRepresentation(gfx::ImageSkiaRep(gfx::Size(10, 10),
271 copy.AddRepresentation(gfx::ImageSkiaRep(gfx::Size(10, 10),
273 unrelated.AddRepresentation(gfx::ImageSkiaRep(gfx::Size(10, 10),
421 image_skia.AddRepresentation(rep_2x);
image_skia.cc 118 void AddRepresentation(const ImageSkiaRep& image) {
336 copy->AddRepresentation(*iter);
349 void ImageSkia::AddRepresentation(const ImageSkiaRep& image_rep) {
363 storage_->AddRepresentation(image_rep);
image_unittest.cc 174 image_skia.AddRepresentation(gfx::ImageSkiaRep(gt::CreateBitmap(
220 image_skia.AddRepresentation(gfx::ImageSkiaRep(bitmap_1x,
222 image_skia.AddRepresentation(gfx::ImageSkiaRep(gt::CreateBitmap(
629 image_skia.AddRepresentation(gfx::ImageSkiaRep(
632 image_skia.AddRepresentation(gfx::ImageSkiaRep(
655 image_skia.AddRepresentation(gfx::ImageSkiaRep(
  /external/chromium_org/extensions/browser/
image_loader.cc 284 image_skia.AddRepresentation(gfx::ImageSkiaRep(
315 image_skia_map[key].AddRepresentation(
extension_icon_image.cc 222 image_skia_.AddRepresentation(rep);
  /external/chromium_org/chrome/browser/ui/app_list/
fast_show_pickler.cc 142 result.AddRepresentation(gfx::ImageSkiaRep(bitmap, scale));
  /external/chromium_org/components/favicon_base/
favicon_util.cc 225 resized_image_skia.AddRepresentation(gfx::ImageSkiaRep(bitmap, scale));
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
extension_action_api.cc 192 icon.AddRepresentation(gfx::ImageSkiaRep(bitmap, scale));
687 icon.AddRepresentation(gfx::ImageSkiaRep(bitmap, scale));
  /external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.cc 781 favicon.AddRepresentation(gfx::ImageSkiaRep(bmp, scale));
  /external/chromium_org/ui/base/x/
x11_util.cc     [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc     [all...]

Completed in 152 milliseconds