Searched refs:top_sites_ (Results 1 - 10 of 10) sorted by relevance
/external/chromium/chrome/browser/ui/webui/ |
H A D | thumbnail_source.cc | 18 top_sites_(profile->GetTopSites()) { 28 if (top_sites_->GetPageThumbnail(GURL(path), &data)) { 45 return top_sites_.get() ? NULL : DataSource::MessageLoopForRequestPath(path);
|
H A D | thumbnail_source.h | 49 scoped_refptr<history::TopSites> top_sites_; member in class:ThumbnailSource
|
/external/chromium/chrome/browser/history/ |
H A D | top_sites_cache.cc | 19 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 D | top_sites_cache.h | 28 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 D | expire_history_backend_unittest.cc | 114 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 D | top_sites.cc | 79 : 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 D | profile_impl.cc | 625 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 D | profile_impl.h | 297 scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails. member in class:ProfileImpl
|
/external/chromium/chrome/browser/automation/ |
H A D | automation_provider_observers.cc | 1891 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 D | automation_provider_observers.h | 1134 history::TopSites* top_sites_; member in class:NTPInfoObserver
|
Completed in 157 milliseconds