Searched refs:TopSitesCache (Results 1 – 6 of 6) sorted by relevance
12 TopSitesCache::CanonicalURLQuery::CanonicalURLQuery(const GURL& url) { in CanonicalURLQuery()18 TopSitesCache::CanonicalURLQuery::~CanonicalURLQuery() { in ~CanonicalURLQuery()21 TopSitesCache::TopSitesCache() { in TopSitesCache() function in history::TopSitesCache29 TopSitesCache::~TopSitesCache() { in ~TopSitesCache()32 void TopSitesCache::SetTopSites(const MostVisitedURLList& top_sites) { in SetTopSites()38 void TopSitesCache::SetThumbnails(const URLToImagesMap& images) { in SetThumbnails()42 Images* TopSitesCache::GetImage(const GURL& url) { in GetImage()46 bool TopSitesCache::GetPageThumbnail( in GetPageThumbnail()61 bool TopSitesCache::GetPageThumbnailScore(const GURL& url, in GetPageThumbnailScore()72 const GURL& TopSitesCache::GetCanonicalURL(const GURL& url) const { in GetCanonicalURL()[all …]
40 class TopSitesCache {42 TopSitesCache();43 ~TopSitesCache();165 DISALLOW_COPY_AND_ASSIGN(TopSitesCache);
43 class TopSitesCache; variable225 scoped_ptr<TopSitesCache> cache_;230 scoped_ptr<TopSitesCache> thread_safe_cache_;
30 class TopSitesCache; variable
37 TopSitesCache cache_;
100 cache_(new TopSitesCache()), in TopSitesImpl()101 thread_safe_cache_(new TopSitesCache()), in TopSitesImpl()