Home | History | Annotate | Download | only in themes

Lines Matching defs:file_paths

649   FilePathMap file_paths;
653 &file_paths);
654 pack->BuildSourceImagesArray(file_paths);
656 if (!pack->LoadRawBitmapsTo(file_paths, &pack->images_on_ui_thread_))
1175 FilePathMap* file_paths) const {
1195 file_paths);
1205 file_paths);
1214 FilePathMap* file_paths) const {
1217 (*file_paths)[id][scale_factor] = image_path;
1223 (*file_paths)[id][scale_factor] = image_path;
1227 void BrowserThemePack::BuildSourceImagesArray(const FilePathMap& file_paths) {
1229 for (FilePathMap::const_iterator it = file_paths.begin();
1230 it != file_paths.end(); ++it) {
1240 const FilePathMap& file_paths,
1246 for (FilePathMap::const_iterator it = file_paths.begin();
1247 it != file_paths.end(); ++it) {