Searched refs:TopSitesCache (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dtop_sites_cache.cc12 TopSitesCache::TopSitesCache() { function in class:history::TopSitesCache
15 TopSitesCache::~TopSitesCache() {
18 void TopSitesCache::SetTopSites(const MostVisitedURLList& top_sites) {
23 void TopSitesCache::SetThumbnails(const URLToImagesMap& images) {
27 void TopSitesCache::SetPageThumbnail(const GURL& url,
35 Images* TopSitesCache::GetImage(const GURL& url) {
39 bool TopSitesCache::GetPageThumbnail(const GURL& url,
50 bool TopSitesCache
[all...]
H A Dtop_sites_cache.h20 // TopSitesCache caches the top sites and thumbnails for TopSites.
21 class TopSitesCache { class in namespace:history
23 TopSitesCache();
24 ~TopSitesCache();
107 DISALLOW_COPY_AND_ASSIGN(TopSitesCache);
H A Dtop_sites.h35 class TopSitesCache;
311 scoped_ptr<TopSitesCache> cache_;
316 scoped_ptr<TopSitesCache> thread_safe_cache_;
H A Dtop_sites.cc132 cache_(new TopSitesCache()),
133 thread_safe_cache_(new TopSitesCache()),
/external/chromium_org/chrome/browser/history/
H A Dtop_sites_cache.cc12 TopSitesCache::TopSitesCache() { function in class:history::TopSitesCache
15 TopSitesCache::~TopSitesCache() {
18 void TopSitesCache::SetTopSites(const MostVisitedURLList& top_sites) {
23 void TopSitesCache::SetThumbnails(const URLToImagesMap& images) {
27 Images* TopSitesCache::GetImage(const GURL& url) {
31 bool TopSitesCache::GetPageThumbnail(
46 bool TopSitesCache::GetPageThumbnailScore(const GURL& url,
57 const GURL& TopSitesCache
[all...]
H A Dtop_sites_cache.h16 // TopSitesCache caches the top sites and thumbnails for TopSites.
17 class TopSitesCache { class in namespace:history
19 TopSitesCache();
20 ~TopSitesCache();
96 DISALLOW_COPY_AND_ASSIGN(TopSitesCache);
H A Dtop_sites_impl.h43 class TopSitesCache;
236 scoped_ptr<TopSitesCache> cache_;
241 scoped_ptr<TopSitesCache> thread_safe_cache_;
H A Dtop_sites_likely_impl.h43 class TopSitesCache;
236 scoped_ptr<TopSitesCache> cache_;
241 scoped_ptr<TopSitesCache> thread_safe_cache_;
H A Dtop_sites.h30 class TopSitesCache;
H A Dtop_sites_impl.cc152 cache_(new TopSitesCache()),
153 thread_safe_cache_(new TopSitesCache()),
H A Dtop_sites_likely_impl.cc152 cache_(new TopSitesCache()),
153 thread_safe_cache_(new TopSitesCache()),

Completed in 133 milliseconds