Searched refs:SetTopSites (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dtop_sites_cache.h27 void SetTopSites(const MostVisitedURLList& top_sites);
H A Dtop_sites.cc301 SetTopSites(data.most_visited);
337 SetTopSites(MostVisitedURLList());
777 SetTopSites(MostVisitedURLList());
797 SetTopSites(new_top_sites);
816 void TopSites::SetTopSites(const MostVisitedURLList& new_top_sites) { function in class:history::TopSites
832 cache_->SetTopSites(top_sites);
902 thread_safe_cache_->SetTopSites(cached);
944 // Set the top sites directly in the cache so that SetTopSites diffs
946 cache_->SetTopSites(data->most_visited);
947 SetTopSites(dat
[all...]
H A Dtop_sites_unittest.cc286 void SetTopSites(const MostVisitedURLList& new_top_sites) { function in class:history::TopSitesTest
287 top_sites()->SetTopSites(new_top_sites);
419 SetTopSites(most_visited);
491 SetTopSites(list);
526 SetTopSites(list);
545 SetTopSites(MostVisitedURLList());
563 SetTopSites(url_list);
925 SetTopSites(url_list);
1000 SetTopSites(pages);
1030 SetTopSites(page
[all...]
H A Dtop_sites_cache.cc18 void TopSitesCache::SetTopSites(const MostVisitedURLList& top_sites) { function in class:history::TopSitesCache
H A Dtop_sites.h278 void SetTopSites(const MostVisitedURLList& new_top_sites);
345 // SetTopSites call.

Completed in 111 milliseconds