HomeSort by relevance Sort by last modified time
    Searched refs:icon_cache_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/
icon_manager.cc 37 STLDeleteValues(&icon_cache_);
51 IconMap::iterator it = icon_cache_.find(CacheKey(group, size));
52 if (it != icon_cache_.end())
112 // failure. We assume that if we have an entry in |icon_cache_|
115 IconMap::iterator it = icon_cache_.find(key);
116 if (it != icon_cache_.end()) {
119 icon_cache_.erase(it);
126 icon_cache_[key] = result;
icon_manager.h 108 IconMap icon_cache_; member in class:IconManager
  /external/chromium_org/chrome/browser/ui/cocoa/
task_manager_mac.h 93 // Lazily converts the image at the given row and caches it in |icon_cache_|.
111 TableRowNSImageCache icon_cache_; member in class:TaskManagerMac

Completed in 92 milliseconds