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

/external/chromium_org/ui/gfx/image/
H A Dimage.h170 void SwapRepresentations(gfx::Image* other);
H A Dimage_unittest.cc57 // Test calling SwapRepresentations() with an empty image.
63 image.SwapRepresentations(&image2);
564 TEST_F(ImageTest, SwapRepresentations) {
576 image1.SwapRepresentations(&image2);
H A Dimage.cc747 void Image::SwapRepresentations(Image* other) { function in class:gfx::Image
/external/chromium_org/chrome/browser/
H A Dicon_manager.cc121 it->second->SwapRepresentations(result);

Completed in 915 milliseconds