Home
last modified time | relevance | path

Searched refs:available_png_it (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/themes/
Dbrowser_theme_pack.cc553 PngMap::const_iterator available_png_it = png_map_.end(); in GetImageForScale() local
556 if (available_png_it == png_map_.end() || in GetImageForScale()
558 ui::GetScaleForScaleFactor(available_png_it->first)) { in GetImageForScale()
559 available_png_it = png_it; in GetImageForScale()
562 if (available_png_it == png_map_.end()) in GetImageForScale()
564 ui::ScaleFactor available_scale_factor = available_png_it->first; in GetImageForScale()
573 if (!gfx::PNGCodec::Decode(available_png_it->second->front(), in GetImageForScale()
574 available_png_it->second->size(), in GetImageForScale()