Searched defs:ImageCache (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.h94 typedef std::map<int, gfx::Image> ImageCache; typedef in class:BrowserThemePack
150 ImageCache* image_cache);
155 void CreateImages(ImageCache* images) const;
160 void CropImages(ImageCache* images) const;
164 void CreateFrameImages(ImageCache* images) const;
169 ImageCache* processed_images) const;
173 void CreateTabBackgroundImages(ImageCache* images) const;
177 void RepackImages(const ImageCache& images,
182 void MergeImageCaches(const ImageCache& source,
183 ImageCache* destinatio
[all...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_ui.h125 typedef std::map<int, gfx::Image> ImageCache; typedef in class:libgtk2ui::Gtk2UI
253 mutable ImageCache gtk_images_;
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.h170 typedef std::list<ImageCacheEntry> ImageCache; typedef in class:Tab
383 static ImageCache* image_cache_;

Completed in 666 milliseconds