HomeSort by relevance Sort by last modified time
    Searched defs:CacheKey (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/
icon_manager.h 95 struct CacheKey {
96 CacheKey(const IconGroupID& group, IconLoader::IconSize size);
99 bool operator<(const CacheKey &other) const;
105 typedef std::map<CacheKey, gfx::Image*> IconMap;
icon_manager.cc 29 IconMap::iterator it = icon_cache_.find(CacheKey(group, size));
74 CacheKey key(client_request.group, client_request.size);
93 IconManager::CacheKey::CacheKey(const IconGroupID& group,
99 bool IconManager::CacheKey::operator<(const CacheKey &other) const {

Completed in 58 milliseconds