OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SwapRepresentations
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/gfx/image/
image.h
180
void
SwapRepresentations
(gfx::Image* other);
image_unittest.cc
61
// Test calling
SwapRepresentations
() with an empty image.
67
image.
SwapRepresentations
(&image2);
580
TEST_F(ImageTest,
SwapRepresentations
) {
592
image1.
SwapRepresentations
(&image2);
image.cc
919
void Image::
SwapRepresentations
(gfx::Image* other) {
/external/chromium/chrome/browser/
icon_manager.cc
77
it->second->
SwapRepresentations
(result);
/external/chromium_org/chrome/browser/
icon_manager.cc
120
it->second->
SwapRepresentations
(result);
Completed in 57 milliseconds