HomeSort by relevance Sort by last modified time
    Searched refs:TOP_SITES (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/android/
most_visited_sites.cc 22 #include "chrome/browser/history/top_sites.h"
109 void AddForcedURLOnUIThread(scoped_refptr<history::TopSites> top_sites,
112 top_sites->AddForcedURL(url, base::Time::Now());
118 scoped_refptr<TopSites> top_sites,
130 if (top_sites->GetPageThumbnail(gurl, false, &data)) {
142 base::Bind(AddForcedURLOnUIThread, top_sites, gurl));
235 history::TopSites* top_sites = profile_->GetTopSites(); local
236 if (top_sites) {
239 top_sites->SyncWithHistory();
244 content::Source<history::TopSites>(top_sites));
292 TopSites* top_sites = profile_->GetTopSites(); local
379 TopSites* top_sites = profile_->GetTopSites(); local
    [all...]
most_visited_sites.h 129 TOP_SITES,

Completed in 235 milliseconds