Searched defs:top_sites_ (Results 1 - 17 of 17) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
H A Dthumbnail_source.h49 scoped_refptr<history::TopSites> top_sites_; member in class:ThumbnailSource
/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnail_service_impl.h40 scoped_refptr<history::TopSites> top_sites_; member in class:thumbnails::ThumbnailServiceImpl
/external/chromium/chrome/browser/history/
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::__anon2242::LoadThumbnailsFromHistoryTask
780 std::set<size_t> indices_to_delete; // Indices into top_sites_.
/external/chromium_org/chrome/browser/android/provider/
H A Dchrome_browser_provider.h191 history::TopSites* top_sites_; member in class:ChromeBrowserProvider
/external/chromium_org/chrome/browser/history/
H A Dtop_sites_cache.h24 const MostVisitedURLList& top_sites() const { return top_sites_; }
50 // Returns the index into |top_sites_| for |url|.
69 // top_sites_), but this results in duplicating all redirect urls. As some
71 // index of the redirect as the key, and the index into top_sites_ as the
77 // Generates the set of canonical urls from |top_sites_|.
87 MostVisitedURLList top_sites_; member in class:history::TopSitesCache
H A Dexpire_history_backend_unittest.cc113 scoped_refptr<TopSites> top_sites_; member in class:history::ExpireHistoryTest
147 top_sites_ = profile_.GetTopSites();
151 top_sites_ = NULL;
233 top_sites_->SetPageThumbnail(url_row1.url(), thumbnail, score);
234 top_sites_->SetPageThumbnail(url_row2.url(), thumbnail, score);
235 top_sites_->SetPageThumbnail(url_row3.url(), thumbnail, score);
314 return top_sites_->GetPageThumbnail(url, &data);
H A Dtop_sites_impl.cc94 : top_sites_(top_sites),
124 top_sites_->FinishHistoryMigration(data_);
138 scoped_refptr<TopSites> top_sites_; member in class:history::__anon5195::LoadThumbnailsFromHistoryTask
728 std::set<size_t> indices_to_delete; // Indices into top_sites_.
H A Dtop_sites_likely_impl.cc94 : top_sites_(top_sites),
124 top_sites_->FinishHistoryMigration(data_);
138 scoped_refptr<TopSites> top_sites_; member in class:history::__anon5198::LoadThumbnailsFromHistoryTask
732 std::set<size_t> indices_to_delete; // Indices into top_sites_.
/external/chromium_org/chrome/browser/ui/gtk/
H A Dglobal_history_menu.h111 history::TopSites* top_sites_; member in class:GlobalHistoryMenu
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglobal_menu_bar_x11.h156 history::TopSites* top_sites_; member in class:GlobalMenuBarX11
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl.h244 scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails. member in class:ProfileImpl
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.h318 scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails. member in class:TestingProfile
/external/chromium/chrome/browser/profiles/
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.h1134 history::TopSites* top_sites_; member in class:NTPInfoObserver
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_observers.h1263 history::TopSites* top_sites_; member in class:NTPInfoObserver

Completed in 284 milliseconds