Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/
Dgtk_theme_service.cc298 ImageCache::const_iterator it = gtk_images_.find(id); in GetBitmapNamed()
299 if (it != gtk_images_.end()) in GetBitmapNamed()
305 gtk_images_[id] = bitmap; in GetBitmapNamed()
658 STLDeleteValues(&gtk_images_); in FreePlatformCaches()
Dgtk_theme_service.h292 mutable ImageCache gtk_images_; variable