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

  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
screenlock_icon_source.cc 42 callback.Run(GetDefaultIcon().As1xPNGBytes());
52 callback.Run(GetDefaultIcon().As1xPNGBytes());
56 callback.Run(image.As1xPNGBytes().get());
  /external/chromium_org/ui/gfx/image/
image.h 134 scoped_refptr<base::RefCountedMemory> As1xPNGBytes() const;
image_unittest.cc 166 scoped_refptr<base::RefCountedMemory> png_bytes = image.As1xPNGBytes();
180 scoped_refptr<base::RefCountedMemory> png_bytes1 = image1.As1xPNGBytes();
191 scoped_refptr<base::RefCountedMemory> png_bytes2 = image2.As1xPNGBytes();
197 // As1xPNGBytes() returns the 1x bytes.
214 image.As1xPNGBytes()->front()));
229 EXPECT_TRUE(gt::IsEqual(image.As1xPNGBytes(), bitmap_1x));
287 scoped_refptr<base::RefCountedMemory> png_data = image.As1xPNGBytes();
307 from_bitmap.As1xPNGBytes();
323 from_platform.As1xPNGBytes();
image.cc 764 scoped_refptr<base::RefCountedMemory> Image::As1xPNGBytes() const {
850 scoped_refptr<base::RefCountedMemory> original = As1xPNGBytes();
  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_bookmarks_sync_test.cc 196 original_favicon.As1xPNGBytes();
199 final_favicon.As1xPNGBytes();
bookmarks_helper.cc 233 node, profile, icon_url, image.As1xPNGBytes());
  /external/chromium_org/chrome/browser/android/
favicon_helper.cc 154 gfx::Image::CreateFrom1xBitmap(skbitmap).As1xPNGBytes();
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
app_indicator_icon.cc 129 gfx::Image(*image.get()).As1xPNGBytes();
  /external/chromium_org/ui/gfx/
icon_util.cc 130 *png_bytes = image.As1xPNGBytes();
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache.cc 647 scoped_refptr<base::RefCountedMemory> png_data = image->As1xPNGBytes();
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 97 scoped_refptr<base::RefCountedMemory> png_data = it->As1xPNGBytes();
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_change_processor.cc 102 *dst = favicon.As1xPNGBytes();
    [all...]
  /external/chromium_org/chrome/browser/favicon/
favicon_handler_unittest.cc 296 scoped_refptr<base::RefCountedMemory> bytes = image.As1xPNGBytes();
    [all...]

Completed in 1390 milliseconds