HomeSort by relevance Sort by last modified time
    Searched defs:CacheKey (Results 1 - 4 of 4) 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 {
  /external/chromium_org/chrome/browser/
icon_manager.h 93 struct CacheKey {
94 CacheKey(const IconGroupID& group, IconLoader::IconSize size);
97 bool operator<(const CacheKey &other) const;
106 typedef std::map<CacheKey, gfx::Image*> IconMap;
icon_manager.cc 51 IconMap::iterator it = icon_cache_.find(CacheKey(group, size));
112 CacheKey key(group, client_request.size);
133 IconManager::CacheKey::CacheKey(const IconGroupID& group,
139 bool IconManager::CacheKey::operator<(const CacheKey &other) const {

Completed in 51 milliseconds