Home | History | Annotate | Download | only in history

Lines Matching defs:TopSitesCache

12 TopSitesCache::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::GetPageThumbnailScore(const GURL& url,
61 GURL TopSitesCache::GetCanonicalURL(const GURL& url) {
62 CanonicalURLs::iterator i = TopSitesCache::GetCanonicalURLsIterator(url);
66 bool TopSitesCache::IsKnownURL(const GURL& url) {
70 size_t TopSitesCache::GetURLIndex(const GURL& url) {
75 void TopSitesCache::RemoveUnreferencedThumbnails() {
88 void TopSitesCache::GenerateCanonicalURLs() {
94 void TopSitesCache::StoreRedirectChain(const RedirectList& redirects,
111 TopSitesCache::CanonicalURLs::iterator TopSitesCache::GetCanonicalURLsIterator(