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

/external/chromium/chrome/browser/ui/webui/
H A Dthumbnail_source.cc18 top_sites_(profile->GetTopSites()) {
H A Dmost_visited_handler.cc123 history::TopSites* ts = profile->GetTopSites();
138 history::TopSites* ts = web_ui_->GetProfile()->GetTopSites();
164 history::TopSites* ts = web_ui_->GetProfile()->GetTopSites();
174 history::TopSites* ts = web_ui_->GetProfile()->GetTopSites();
214 history::TopSites* ts = web_ui_->GetProfile()->GetTopSites();
225 history::TopSites* ts = web_ui_->GetProfile()->GetTopSites();
303 history::TopSites* ts = web_ui_->GetProfile()->GetTopSites();
366 history::TopSites* ts = web_ui_->GetProfile()->GetTopSites();
/external/chromium/android/autofill/
H A Dprofile_android.h146 virtual history::TopSites* GetTopSites() { NOTREACHED(); return NULL; } function in class:ProfileImplAndroid
/external/chromium/chrome/browser/profiles/
H A Dprofile.h223 virtual history::TopSites* GetTopSites() = 0;
225 // Variant of GetTopSites that doesn't force creation.
H A Dprofile_impl.h56 virtual history::TopSites* GetTopSites();
H A Dprofile.cc566 virtual history::TopSites* GetTopSites() { function in class:OffTheRecordProfileImpl
H A Dprofile_impl.cc1229 history::TopSites* ProfileImpl::GetTopSites() { function in class:ProfileImpl
/external/chromium/chrome/browser/ui/tab_contents/
H A Dtab_contents_wrapper.cc316 history::TopSites* ts = profile()->GetTopSites();
/external/chromium/chrome/browser/tab_contents/
H A Dthumbnail_generator.cc441 history::TopSites* top_sites = tab_contents->profile()->GetTopSites();
/external/chromium/chrome/browser/history/
H A Dexpire_history_backend_unittest.cc154 top_sites_ = profile_.GetTopSites();
H A Dtop_sites_unittest.cc196 TopSites* top_sites() { return profile_->GetTopSites(); }
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc4534 history::TopSites* top_sites = browser->profile()->GetTopSites();
4559 history::TopSites* top_sites = browser->profile()->GetTopSites();
4578 history::TopSites* top_sites = browser->profile()->GetTopSites();
4592 history::TopSites* top_sites = browser->profile()->GetTopSites();
H A Dautomation_provider_observers.cc1891 top_sites_ = automation_->profile()->GetTopSites();

Completed in 455 milliseconds