Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/themes/
Dtheme_service_gtk.cc28 GdkPixbufMap::const_iterator pixbufs_iter = gdk_pixbufs_.find(key); in GetPixbufImpl()
29 if (pixbufs_iter != gdk_pixbufs_.end()) in GetPixbufImpl()
43 gdk_pixbufs_[key] = pixbuf; in GetPixbufImpl()
68 for (GdkPixbufMap::iterator i = gdk_pixbufs_.begin(); in FreePlatformCaches()
69 i != gdk_pixbufs_.end(); i++) { in FreePlatformCaches()
72 gdk_pixbufs_.clear(); in FreePlatformCaches()
Dtheme_service.h272 mutable GdkPixbufMap gdk_pixbufs_; variable