Home
last modified time | relevance | path

Searched refs:As1xPNGBytes (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Dscreenlock_icon_source.cc42 callback.Run(GetDefaultIcon().As1xPNGBytes()); in StartDataRequest()
52 callback.Run(GetDefaultIcon().As1xPNGBytes()); in StartDataRequest()
56 callback.Run(image.As1xPNGBytes().get()); in StartDataRequest()
/external/chromium_org/ui/gfx/image/
Dimage_unittest.cc166 scoped_refptr<base::RefCountedMemory> png_bytes = image.As1xPNGBytes(); in TEST_F()
180 scoped_refptr<base::RefCountedMemory> png_bytes1 = image1.As1xPNGBytes(); in TEST_F()
191 scoped_refptr<base::RefCountedMemory> png_bytes2 = image2.As1xPNGBytes(); in TEST_F()
214 image.As1xPNGBytes()->front())); in TEST_F()
229 EXPECT_TRUE(gt::IsEqual(image.As1xPNGBytes(), bitmap_1x)); in TEST_F()
287 scoped_refptr<base::RefCountedMemory> png_data = image.As1xPNGBytes(); in TEST_F()
307 from_bitmap.As1xPNGBytes(); in TEST_F()
323 from_platform.As1xPNGBytes(); in TEST_F()
Dimage.h134 scoped_refptr<base::RefCountedMemory> As1xPNGBytes() const;
Dimage.cc764 scoped_refptr<base::RefCountedMemory> Image::As1xPNGBytes() const { in As1xPNGBytes() function in gfx::Image
850 scoped_refptr<base::RefCountedMemory> original = As1xPNGBytes(); in Copy1xPNGBytes()
/external/chromium_org/chrome/browser/sync/test/integration/
Dsingle_client_bookmarks_sync_test.cc196 original_favicon.As1xPNGBytes(); in IN_PROC_BROWSER_TEST_F()
199 final_favicon.As1xPNGBytes(); in IN_PROC_BROWSER_TEST_F()
Dbookmarks_helper.cc233 node, profile, icon_url, image.As1xPNGBytes()); in SetFaviconImpl()
/external/chromium_org/chrome/browser/android/
Dfavicon_helper.cc154 gfx::Image::CreateFrom1xBitmap(skbitmap).As1xPNGBytes(); in GetDominantColorForBitmap()
/external/chromium_org/chrome/browser/ui/libgtk2ui/
Dapp_indicator_icon.cc129 gfx::Image(*image.get()).As1xPNGBytes(); in CreateTempImageFile()
/external/chromium_org/ui/gfx/
Dicon_util.cc130 *png_bytes = image.As1xPNGBytes(); in ConvertImageFamilyToBitmaps()
/external/chromium_org/chrome/browser/sync/glue/
Dbookmark_change_processor.cc102 *dst = favicon.As1xPNGBytes(); in EncodeFavicon()
/external/chromium_org/chrome/browser/
Dshell_integration_linux.cc97 scoped_refptr<base::RefCountedMemory> png_data = it->As1xPNGBytes(); in CreateShortcutIcon()
/external/chromium_org/chrome/browser/profiles/
Dprofile_info_cache.cc647 scoped_refptr<base::RefCountedMemory> png_data = image->As1xPNGBytes(); in SetGAIAPictureOfProfileAtIndex()
/external/chromium_org/chrome/browser/favicon/
Dfavicon_handler_unittest.cc296 scoped_refptr<base::RefCountedMemory> bytes = image.As1xPNGBytes(); in SetHistoryFavicons()