Searched refs:top_sites_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
H A Dthumbnail_source.cc18 top_sites_(profile->GetTopSites()) {
28 if (top_sites_->GetPageThumbnail(GURL(path), &data)) {
45 return top_sites_.get() ? NULL : DataSource::MessageLoopForRequestPath(path);
H A Dthumbnail_source.h49 scoped_refptr<history::TopSites> top_sites_; member in class:ThumbnailSource
/external/chromium/chrome/browser/history/
H A Dtop_sites_cache.cc19 top_sites_ = top_sites;
90 for (size_t i = 0; i < top_sites_.size(); i++)
91 StoreRedirectChain(top_sites_[i].redirects, i);
104 entry.first = &(top_sites_[destination]);
H A Dtop_sites_cache.h28 const MostVisitedURLList& top_sites() const { return top_sites_; }
58 // Returns the index into |top_sites_| for |url|.
80 // top_sites_), but this results in duplicating all redirect urls. As some
82 // index of the redirect as the key, and the index into top_sites_ as the
88 // Generates the set of canonical urls from |top_sites_|.
98 MostVisitedURLList top_sites_; member in class:history::TopSitesCache
H A Dexpire_history_backend_unittest.cc114 scoped_refptr<TopSites> top_sites_; member in class:history::ExpireHistoryTest
154 top_sites_ = profile_.GetTopSites();
158 top_sites_ = NULL;
235 top_sites_->SetPageThumbnail(url_row1.url(), *thumbnail, score);
236 top_sites_->SetPageThumbnail(url_row2.url(), *thumbnail, score);
237 top_sites_->SetPageThumbnail(url_row3.url(), *thumbnail, score);
338 return top_sites_->GetPageThumbnail(url, &data);
H A Dtop_sites.cc79 : top_sites_(top_sites),
106 top_sites_->FinishHistoryMigration(data_);
118 scoped_refptr<TopSites> top_sites_; member in class:history::__anon2077::LoadThumbnailsFromHistoryTask
780 std::set<size_t> indices_to_delete; // Indices into top_sites_.
/external/chromium/chrome/browser/profiles/
H A Dprofile_impl.cc625 if (top_sites_.get())
626 top_sites_->Shutdown();
1230 if (!top_sites_.get()) {
1231 top_sites_ = new history::TopSites(this);
1232 top_sites_->Init(GetPath().Append(chrome::kTopSitesFilename));
1234 return top_sites_;
1238 return top_sites_;
H A Dprofile_impl.h297 scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails. member in class:ProfileImpl
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.cc1891 top_sites_ = automation_->profile()->GetTopSites();
1892 if (!top_sites_) {
1951 Source<history::TopSites>(top_sites_));
1952 if (top_sites_->loaded()) {
1970 top_sites_->GetMostVisitedURLs(
1978 request_ = top_sites_->StartQueryForMostVisited();
1996 dict->SetBoolean("is_pinned", top_sites_->IsURLPinned(visited.url));
H A Dautomation_provider_observers.h1134 history::TopSites* top_sites_; member in class:NTPInfoObserver

Completed in 147 milliseconds