Searched refs:gtk_images_ (Results 1 – 6 of 6) sorted by relevance
298 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(>k_images_); in FreePlatformCaches()
292 mutable ImageCache gtk_images_; variable
355 ImageCache::const_iterator it = gtk_images_.find(id); in GetThemeImageNamed()356 if (it != gtk_images_.end()) in GetThemeImageNamed()362 gtk_images_[id] = image; in GetThemeImageNamed()1180 gtk_images_.clear(); in ClearAllThemeData()
204 mutable ImageCache gtk_images_; variable
312 ImageCache::const_iterator it = gtk_images_.find(id); in GetImageNamed()313 if (it != gtk_images_.end()) in GetImageNamed()319 gtk_images_[id] = image; in GetImageNamed()695 STLDeleteValues(>k_images_); in FreePlatformCaches()
303 mutable ImageCache gtk_images_; variable