Searched refs:gtk_images_ (Results 1 – 2 of 2) 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