Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/themes/
Dbrowser_theme_pack.h106 typedef std::map<int, ScaleFactorToFileMap> FilePathMap; typedef
136 FilePathMap* file_paths) const;
142 FilePathMap* file_paths) const;
145 void BuildSourceImagesArray(const FilePathMap& file_paths);
149 bool LoadRawBitmapsTo(const FilePathMap& file_paths,
Dbrowser_theme_pack.cc668 FilePathMap file_paths; in BuildFromExtension()
1193 FilePathMap* file_paths) const { in ParseImageNamesFromJSON()
1232 FilePathMap* file_paths) const { in AddFileAtScaleToMap()
1245 void BrowserThemePack::BuildSourceImagesArray(const FilePathMap& file_paths) { in BuildSourceImagesArray()
1247 for (FilePathMap::const_iterator it = file_paths.begin(); in BuildSourceImagesArray()
1258 const FilePathMap& file_paths, in LoadRawBitmapsTo()
1264 for (FilePathMap::const_iterator it = file_paths.begin(); in LoadRawBitmapsTo()