Searched refs:As1xPNGBytes (Results 1 – 13 of 13) sorted by relevance
42 callback.Run(GetDefaultIcon().As1xPNGBytes()); in StartDataRequest()52 callback.Run(GetDefaultIcon().As1xPNGBytes()); in StartDataRequest()56 callback.Run(image.As1xPNGBytes().get()); in StartDataRequest()
166 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()
134 scoped_refptr<base::RefCountedMemory> As1xPNGBytes() const;
764 scoped_refptr<base::RefCountedMemory> Image::As1xPNGBytes() const { in As1xPNGBytes() function in gfx::Image850 scoped_refptr<base::RefCountedMemory> original = As1xPNGBytes(); in Copy1xPNGBytes()
196 original_favicon.As1xPNGBytes(); in IN_PROC_BROWSER_TEST_F()199 final_favicon.As1xPNGBytes(); in IN_PROC_BROWSER_TEST_F()
233 node, profile, icon_url, image.As1xPNGBytes()); in SetFaviconImpl()
154 gfx::Image::CreateFrom1xBitmap(skbitmap).As1xPNGBytes(); in GetDominantColorForBitmap()
129 gfx::Image(*image.get()).As1xPNGBytes(); in CreateTempImageFile()
130 *png_bytes = image.As1xPNGBytes(); in ConvertImageFamilyToBitmaps()
102 *dst = favicon.As1xPNGBytes(); in EncodeFavicon()
97 scoped_refptr<base::RefCountedMemory> png_data = it->As1xPNGBytes(); in CreateShortcutIcon()
647 scoped_refptr<base::RefCountedMemory> png_data = image->As1xPNGBytes(); in SetGAIAPictureOfProfileAtIndex()
296 scoped_refptr<base::RefCountedMemory> bytes = image.As1xPNGBytes(); in SetHistoryFavicons()