Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/themes/
Dbrowser_theme_pack.h103 typedef std::map<ui::ScaleFactor, base::FilePath> ScaleFactorToFileMap; typedef
106 typedef std::map<int, ScaleFactorToFileMap> FilePathMap;
Dbrowser_theme_pack.cc1283 for (ScaleFactorToFileMap::const_iterator s2f = it->second.begin(); in LoadRawBitmapsTo()