Searched defs:GetBest (Results 1 - 1 of 1) sorted by path

/external/chromium_org/ui/gfx/image/
H A Dimage_family.cc44 const gfx::Image* ImageFamily::GetBest(int width, int height) const { function in class:gfx::ImageFamily
106 const gfx::Image* ImageFamily::GetBest(const gfx::Size& size) const { function in class:gfx::ImageFamily
107 return GetBest(size.width(), size.height());

Completed in 192 milliseconds