Searched defs:TopSitesCache (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/history/
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_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...]
/external/chromium_org/chrome/browser/history/
H A Dtop_sites_cache.cc12 TopSitesCache::CanonicalURLQuery::CanonicalURLQuery(const GURL& url) {
18 TopSitesCache::CanonicalURLQuery::~CanonicalURLQuery() {
21 TopSitesCache::TopSitesCache() { function in class:history::TopSitesCache
29 TopSitesCache::~TopSitesCache() {
32 void TopSitesCache::SetTopSites(const MostVisitedURLList& top_sites) {
38 void TopSitesCache::SetThumbnails(const URLToImagesMap& images) {
42 Images* TopSitesCache::GetImage(const GURL& url) {
46 bool TopSitesCache
[all...]
H A Dtop_sites_cache.h39 // TopSitesCache caches the top sites and thumbnails for TopSites.
40 class TopSitesCache { class in namespace:history
42 TopSitesCache();
43 ~TopSitesCache();
165 DISALLOW_COPY_AND_ASSIGN(TopSitesCache);

Completed in 263 milliseconds