Home
last modified time | relevance | path

Searched defs:top_sites (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/history/
Dchrome_history_client.cc20 history::TopSites* top_sites) in ChromeHistoryClient()
84 void ChromeHistoryClient::TopSitesLoaded(history::TopSites* top_sites) { in TopSitesLoaded()
91 void ChromeHistoryClient::TopSitesChanged(history::TopSites* top_sites) { in TopSitesChanged()
Dtop_sites_cache.h48 const MostVisitedURLList& top_sites() const { return top_sites_; } in top_sites() function
Dtop_sites_impl_unittest.cc50 history::TopSites* top_sites) in TestTopSitesObserver()
56 void TestTopSitesObserver::TopSitesLoaded(history::TopSites* top_sites) { in TopSitesLoaded()
63 void TestTopSitesObserver::TopSitesChanged(history::TopSites* top_sites) { in TopSitesChanged()
106 void QueryTopSites(TopSitesImpl* top_sites, bool wait) { in QueryTopSites()
112 void QueryAllTopSites(TopSitesImpl* top_sites, in QueryAllTopSites()
242 TopSitesImpl* top_sites() { in top_sites() function in history::TopSitesImplTest
Dtop_sites_cache.cc32 void TopSitesCache::SetTopSites(const MostVisitedURLList& top_sites) { in SetTopSites()
Dtop_sites_impl.cc792 MostVisitedURLList top_sites(new_top_sites); in SetTopSites() local
/external/chromium_org/chrome/browser/search/
Dinstant_service.cc93 history::TopSites* top_sites = profile_->GetTopSites(); in InstantService() local
162 history::TopSites* top_sites = profile_->GetTopSites(); in DeleteMostVisitedItem() local
170 history::TopSites* top_sites = profile_->GetTopSites(); in UndoMostVisitedDeletion() local
178 history::TopSites* top_sites = profile_->GetTopSites(); in UndoAllMostVisitedDeletions() local
223 history::TopSites* top_sites = profile_->GetTopSites(); in Observe() local
/external/chromium_org/chrome/browser/android/
Dmost_visited_sites.cc109 void AddForcedURLOnUIThread(scoped_refptr<history::TopSites> top_sites, in AddForcedURLOnUIThread()
118 scoped_refptr<TopSites> top_sites, in GetUrlThumbnailTask()
235 history::TopSites* top_sites = profile_->GetTopSites(); in SetMostVisitedURLsObserver() local
259 scoped_refptr<TopSites> top_sites(profile_->GetTopSites()); in GetURLThumbnail() local
292 TopSites* top_sites = profile_->GetTopSites(); in BlacklistUrl() local
379 TopSites* top_sites = profile_->GetTopSites(); in InitiateTopSitesQuery() local
Ddev_tools_server.cc126 history::TopSites* top_sites = profile->GetTopSites(); in PopulatePageThumbnails() local
Ddev_tools_manager_delegate_android.cc340 history::TopSites* top_sites = profile->GetTopSites(); in GetPageThumbnailData() local
/external/chromium_org/chrome/browser/ui/tabs/
Dtab_strip_model_utils.cc14 const history::TopSites& top_sites, in GetOpenUrls()
/external/chromium_org/chrome/browser/precache/
Dmost_visited_urls_provider.cc35 MostVisitedURLsProvider::MostVisitedURLsProvider(history::TopSites* top_sites) in MostVisitedURLsProvider()
/external/chromium_org/chrome/browser/extensions/api/top_sites/
Dtop_sites_apitest.cc26 history::TopSites* top_sites = browser()->profile()->GetTopSites(); in SetUpOnMainThread() local
/external/chromium_org/chrome/browser/devtools/
Dchrome_devtools_manager_delegate.cc53 history::TopSites* top_sites = profile->GetTopSites(); in GetPageThumbnailData() local
/external/chromium_org/chrome/browser/thumbnails/
Dthumbnail_service_impl.cc35 void AddForcedURLOnUIThread(scoped_refptr<history::TopSites> top_sites, in AddForcedURLOnUIThread()
/external/chromium_org/chrome/browser/
Djumplist_win.cc205 history::TopSites* top_sites = profile_->GetTopSites(); in JumpList() local
244 history::TopSites* top_sites = profile_->GetTopSites(); in Observe() local
/external/chromium_org/chrome/browser/ui/webui/ntp/
Dsuggestions_page_handler.cc72 history::TopSites* top_sites = profile->GetTopSites(); in RegisterMessages() local
Dmost_visited_handler.cc217 history::MostVisitedURLList top_sites(data); in SetPagesValueFromTopSites() local
/external/chromium_org/chrome/test/base/
Dtesting_profile.cc115 virtual void TopSitesLoaded(history::TopSites* top_sites) OVERRIDE { in TopSitesLoaded()
118 virtual void TopSitesChanged(history::TopSites* top_sites) OVERRIDE {} in TopSitesChanged()
/external/chromium_org/chrome/browser/ui/
Dbrowser.cc1859 history::TopSites* top_sites = profile_->GetTopSites(); in GetOpenUrls() local