Searched refs:SwapRepresentations (Results 1 – 4 of 4) sorted by relevance
170 void SwapRepresentations(gfx::Image* other);
63 image.SwapRepresentations(&image2); in TEST_F()564 TEST_F(ImageTest, SwapRepresentations) { in TEST_F() argument576 image1.SwapRepresentations(&image2); in TEST_F()
747 void Image::SwapRepresentations(Image* other) { in SwapRepresentations() function in gfx::Image
121 it->second->SwapRepresentations(result); in OnImageLoaded()