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

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

Completed in 83 milliseconds