Home | History | Annotate | Download | only in gtk

Lines Matching full:gtk_images_

298   ImageCache::const_iterator it = gtk_images_.find(id);
299 if (it != gtk_images_.end())
305 gtk_images_[id] = bitmap;
658 STLDeleteValues(&gtk_images_);