HomeSort by relevance Sort by last modified time
    Searched refs:GetTopSites (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chrome/browser/extensions/api/top_sites/
top_sites_apitest.cc 26 history::TopSites* top_sites = browser()->profile()->GetTopSites();
57 IN_PROC_BROWSER_TEST_F(TopSitesExtensionTest, GetTopSites) {
top_sites_api.cc 21 history::TopSites* ts = GetProfile()->GetTopSites();
  /external/chromium_org/chrome/browser/ui/webui/ntp/
most_visited_handler.cc 91 history::TopSites* ts = profile->GetTopSites();
146 history::TopSites* ts = profile->GetTopSites();
162 history::TopSites* ts = Profile::FromWebUI(web_ui())->GetTopSites();
188 history::TopSites* ts = Profile::FromWebUI(web_ui())->GetTopSites();
197 history::TopSites* ts = Profile::FromWebUI(web_ui())->GetTopSites();
262 history::TopSites* ts = Profile::FromWebUI(web_ui())->GetTopSites();
278 history::TopSites* top_sites = Profile::FromWebUI(web_ui())->GetTopSites();
suggestions_page_handler.cc 72 history::TopSites* top_sites = profile->GetTopSites();
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_unittest.cc 65 virtual history::TopSites* GetTopSites() OVERRIDE {
104 ASSERT_TRUE(profile.GetTopSites()->IsNonForcedFull());
thumbnail_service_impl.cc 48 : top_sites_(profile->GetTopSites()),
thumbnail_list_source.cc 97 profile_->GetTopSites()->GetMostVisitedURLs(
  /external/chromium_org/chrome/browser/devtools/
browser_list_tabcontents_provider.cc 62 history::TopSites* ts = (*it)->GetTopSites();
91 history::TopSites* top_sites = profile->GetTopSites();
  /external/chromium_org/chrome/browser/search/
instant_service.cc 94 history::TopSites* top_sites = profile_->GetTopSites();
163 history::TopSites* top_sites = profile_->GetTopSites();
171 history::TopSites* top_sites = profile_->GetTopSites();
179 history::TopSites* top_sites = profile_->GetTopSites();
224 history::TopSites* top_sites = profile_->GetTopSites();
  /external/chromium_org/chrome/browser/android/
most_visited_sites.cc 207 history::TopSites* top_sites = profile_->GetTopSites();
231 scoped_refptr<TopSites> top_sites(profile_->GetTopSites());
262 TopSites* top_sites = profile_->GetTopSites();
341 TopSites* top_sites = profile_->GetTopSites();
dev_tools_server.cc 297 history::TopSites* top_sites = profile->GetTopSites();
381 history::TopSites* top_sites = profile->GetTopSites();
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.h 66 virtual history::TopSites* GetTopSites() OVERRIDE;
profile.h 210 virtual history::TopSites* GetTopSites() = 0;
212 // Variant of GetTopSites that doesn't force creation.
profile_impl.h 99 virtual history::TopSites* GetTopSites() OVERRIDE;
off_the_record_profile_impl.cc 401 history::TopSites* OffTheRecordProfileImpl::GetTopSites() {
profile_impl.cc     [all...]
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.cc 98 history::TopSites* FakeProfile::GetTopSites() {
fake_profile.h 57 virtual history::TopSites* GetTopSites() OVERRIDE;
  /external/chromium_org/chrome/browser/
jumplist_win.cc 211 history::TopSites* top_sites = profile_->GetTopSites();
237 history::TopSites* top_sites = profile_->GetTopSites();
  /external/chromium_org/chrome/test/base/
testing_profile.h 265 virtual history::TopSites* GetTopSites() OVERRIDE;
testing_profile.cc 723 history::TopSites* TestingProfile::GetTopSites() {
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
zero_suggest_provider.cc 326 history::TopSites* ts = profile_->GetTopSites();
  /external/chromium_org/chrome/browser/ui/views/frame/
global_menu_bar_x11.cc 414 top_sites_ = profile_->GetTopSites();
  /external/chromium_org/chrome/browser/history/
expire_history_backend_unittest.cc 139 top_sites_ = profile_.GetTopSites();
  /external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.cc     [all...]

Completed in 292 milliseconds

1 2