Searched refs:icon_cache_ (Results 1 – 4 of 4) sorted by relevance
37 STLDeleteValues(&icon_cache_); in ~IconManager()51 IconMap::iterator it = icon_cache_.find(CacheKey(group, size)); in LookupIconFromGroup()52 if (it != icon_cache_.end()) in LookupIconFromGroup()115 IconMap::iterator it = icon_cache_.find(key); in OnImageLoaded()116 if (it != icon_cache_.end()) { in OnImageLoaded()119 icon_cache_.erase(it); in OnImageLoaded()126 icon_cache_[key] = result; in OnImageLoaded()
108 IconMap icon_cache_; variable
469 icon_cache_(this) { function491 icon_cache_.OnModelChanged();497 icon_cache_.OnItemsChanged(start, length);502 icon_cache_.OnItemsAdded(start, length);508 icon_cache_.OnItemsRemoved(start, length);514 return icon_cache_.GetImageForRow(row);
111 TableRowNSImageCache icon_cache_; variable