Searched refs:GetTopSites (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/api/top_sites/
H A Dtop_sites_apitest.cc26 history::TopSites* top_sites = browser()->profile()->GetTopSites();
57 IN_PROC_BROWSER_TEST_F(TopSitesExtensionTest, GetTopSites) {
H A Dtop_sites_api.cc21 history::TopSites* ts = GetProfile()->GetTopSites();
/external/chromium_org/chrome/browser/history/
H A Dchrome_history_client_factory.cc41 profile->GetTopSites());
H A Dtop_sites_impl_unittest.cc243 return static_cast<TopSitesImpl*>(profile_->GetTopSites());
378 new TestTopSitesObserver(profile_.get(), profile_->GetTopSites()));
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dmost_visited_handler.cc86 history::TopSites* ts = profile->GetTopSites();
141 history::TopSites* ts = profile->GetTopSites();
154 history::TopSites* ts = Profile::FromWebUI(web_ui())->GetTopSites();
180 history::TopSites* ts = Profile::FromWebUI(web_ui())->GetTopSites();
189 history::TopSites* ts = Profile::FromWebUI(web_ui())->GetTopSites();
252 history::TopSites* ts = Profile::FromWebUI(web_ui())->GetTopSites();
H A Dsuggestions_page_handler.cc72 history::TopSites* top_sites = profile->GetTopSites();
/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnail_service_unittest.cc65 virtual history::TopSites* GetTopSites() OVERRIDE {
104 ASSERT_TRUE(profile.GetTopSites()->IsNonForcedFull());
H A Dthumbnail_list_source.cc97 if (!profile_->GetTopSites()) {
102 profile_->GetTopSites()->GetMostVisitedURLs(
H A Dthumbnail_service_impl.cc48 : top_sites_(profile->GetTopSites()),
/external/chromium_org/chrome/browser/devtools/
H A Dbrowser_list_tabcontents_provider.cc52 history::TopSites* ts = (*it)->GetTopSites();
H A Dchrome_devtools_manager_delegate.cc53 history::TopSites* top_sites = profile->GetTopSites();
/external/chromium_org/chrome/browser/search/
H A Dinstant_service.cc93 history::TopSites* top_sites = profile_->GetTopSites();
162 history::TopSites* top_sites = profile_->GetTopSites();
170 history::TopSites* top_sites = profile_->GetTopSites();
178 history::TopSites* top_sites = profile_->GetTopSites();
223 history::TopSites* top_sites = profile_->GetTopSites();
/external/chromium_org/chrome/browser/android/
H A Dmost_visited_sites.cc235 history::TopSites* top_sites = profile_->GetTopSites();
259 scoped_refptr<TopSites> top_sites(profile_->GetTopSites());
292 TopSites* top_sites = profile_->GetTopSites();
379 TopSites* top_sites = profile_->GetTopSites();
H A Ddev_tools_server.cc126 history::TopSites* top_sites = profile->GetTopSites();
H A Ddev_tools_manager_delegate_android.cc340 history::TopSites* top_sites = profile->GetTopSites();
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.h65 virtual history::TopSites* GetTopSites() OVERRIDE;
H A Dprofile.h208 virtual history::TopSites* GetTopSites() = 0;
210 // Variant of GetTopSites that doesn't force creation.
H A Dprofile_impl.h109 virtual history::TopSites* GetTopSites() OVERRIDE;
H A Doff_the_record_profile_impl.cc411 history::TopSites* OffTheRecordProfileImpl::GetTopSites() { function in class:OffTheRecordProfileImpl
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile.cc102 history::TopSites* FakeProfile::GetTopSites() { function in class:FakeProfile
H A Dfake_profile.h59 virtual history::TopSites* GetTopSites() OVERRIDE;
/external/chromium_org/chrome/browser/
H A Djumplist_win.cc205 history::TopSites* top_sites = profile_->GetTopSites();
244 history::TopSites* top_sites = profile_->GetTopSites();
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.h277 virtual history::TopSites* GetTopSites() OVERRIDE;
H A Dtesting_profile.cc564 profile->GetTopSites());
756 history::TopSites* TestingProfile::GetTopSites() { function in class:TestingProfile
/external/chromium_org/chrome/browser/autocomplete/
H A Dzero_suggest_provider.cc328 history::TopSites* ts = profile_->GetTopSites();

Completed in 7600 milliseconds

12