Home
last modified time | relevance | path

Searched refs:SwapRepresentations (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/gfx/image/
Dimage.h170 void SwapRepresentations(gfx::Image* other);
Dimage_unittest.cc63 image.SwapRepresentations(&image2); in TEST_F()
564 TEST_F(ImageTest, SwapRepresentations) { in TEST_F() argument
576 image1.SwapRepresentations(&image2); in TEST_F()
Dimage.cc747 void Image::SwapRepresentations(Image* other) { in SwapRepresentations() function in gfx::Image
/external/chromium_org/chrome/browser/
Dicon_manager.cc121 it->second->SwapRepresentations(result); in OnImageLoaded()