Searched refs:icon_cache_ (Results 1 – 4 of 4) sorted by relevance
23 STLDeleteValues(&icon_cache_); in ~IconManager()29 IconMap::iterator it = icon_cache_.find(CacheKey(group, size)); in LookupIcon()30 if (it != icon_cache_.end()) in LookupIcon()75 IconMap::iterator it = icon_cache_.find(key); in OnImageLoaded()76 if (it != icon_cache_.end() && result && it->second) { in OnImageLoaded()81 icon_cache_[key] = result; in OnImageLoaded()
106 IconMap icon_cache_; variable
549 icon_cache_(this), function574 icon_cache_.OnModelChanged();580 icon_cache_.OnItemsChanged(start, length);585 icon_cache_.OnItemsAdded(start, length);591 icon_cache_.OnItemsRemoved(start, length);597 return icon_cache_.GetImageForRow(row);
118 TableRowNSImageCache icon_cache_; variable