Lines Matching refs:ImageCache
501 ImageCache::const_iterator image_iter = prepared_images_.find(prs_id); in GetBitmapNamed()
845 ImageCache* raw_bitmaps) { in LoadRawBitmapsTo()
887 void BrowserThemePack::GenerateFrameImages(ImageCache* bitmaps) const { in GenerateFrameImages()
892 ImageCache temp_output; in GenerateFrameImages()
944 ImageCache* processed_bitmaps) const { in GenerateTintedButtons()
964 void BrowserThemePack::GenerateTabBackgroundImages(ImageCache* bitmaps) const { in GenerateTabBackgroundImages()
965 ImageCache temp_output; in GenerateTabBackgroundImages()
972 ImageCache::const_iterator it = bitmaps->find(prs_base_id); in GenerateTabBackgroundImages()
983 ImageCache::const_iterator overlay_it = bitmaps->find(prs_id); in GenerateTabBackgroundImages()
998 void BrowserThemePack::RepackImages(const ImageCache& images, in RepackImages()
1001 for (ImageCache::const_iterator it = images.begin(); in RepackImages()
1014 const ImageCache& source, ImageCache* destination) const { in MergeImageCaches()
1016 for (ImageCache::const_iterator it = source.begin(); it != source.end(); in MergeImageCaches()
1018 ImageCache::const_iterator bitmap_it = destination->find(it->first); in MergeImageCaches()