Home | History | Annotate | Download | only in themes

Lines Matching refs:file_paths

652   FilePathMap file_paths;
656 &file_paths);
657 pack->BuildSourceImagesArray(file_paths);
659 if (!pack->LoadRawBitmapsTo(file_paths, &pack->images_on_ui_thread_))
1173 FilePathMap* file_paths) const {
1193 file_paths);
1203 file_paths);
1212 FilePathMap* file_paths) const {
1215 (*file_paths)[id][scale_factor] = image_path;
1221 (*file_paths)[id][scale_factor] = image_path;
1225 void BrowserThemePack::BuildSourceImagesArray(const FilePathMap& file_paths) {
1227 for (FilePathMap::const_iterator it = file_paths.begin();
1228 it != file_paths.end(); ++it) {
1238 const FilePathMap& file_paths,
1244 for (FilePathMap::const_iterator it = file_paths.begin();
1245 it != file_paths.end(); ++it) {