HomeSort by relevance Sort by last modified time
    Searched refs:SwapRepresentations (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/gfx/image/
image.h 170 void SwapRepresentations(gfx::Image* other);
image_unittest.cc 57 // Test calling SwapRepresentations() with an empty image.
63 image.SwapRepresentations(&image2);
564 TEST_F(ImageTest, SwapRepresentations) {
576 image1.SwapRepresentations(&image2);
image.cc 747 void Image::SwapRepresentations(Image* other) {
  /external/chromium_org/chrome/browser/
icon_manager.cc 121 it->second->SwapRepresentations(result);

Completed in 262 milliseconds