Searched refs:new_top_sites (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dtop_sites_impl.h188 // The non-forced URLs in |new_top_sites| replace those in |cache_|.
189 // The forced URLs of |new_top_sites| are merged with those in |cache_|,
193 void SetTopSites(const MostVisitedURLList& new_top_sites);
H A Dtop_sites_impl.cc761 MostVisitedURLList new_top_sites(cache_->top_sites());
764 new_top_sites.erase(new_top_sites.begin() + *i);
766 SetTopSites(new_top_sites);
789 void TopSitesImpl::SetTopSites(const MostVisitedURLList& new_top_sites) { argument
792 MostVisitedURLList top_sites(new_top_sites);
H A Dtop_sites_impl_unittest.cc338 void SetTopSites(const MostVisitedURLList& new_top_sites) { argument
339 top_sites()->SetTopSites(new_top_sites);

Completed in 2088 milliseconds