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

  /external/chromium/chrome/browser/ui/webui/
thumbnail_source.cc 18 top_sites_(profile->GetTopSites()) {
most_visited_handler.cc 123 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/
profile_android.h 146 virtual history::TopSites* GetTopSites() { NOTREACHED(); return NULL; }
  /external/chromium/chrome/browser/profiles/
profile.h 223 virtual history::TopSites* GetTopSites() = 0;
225 // Variant of GetTopSites that doesn't force creation.
profile_impl.h 56 virtual history::TopSites* GetTopSites();
profile.cc 566 virtual history::TopSites* GetTopSites() {
profile_impl.cc     [all...]
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 316 history::TopSites* ts = profile()->GetTopSites();
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.cc 441 history::TopSites* top_sites = tab_contents->profile()->GetTopSites();
  /external/chromium/chrome/browser/history/
expire_history_backend_unittest.cc 154 top_sites_ = profile_.GetTopSites();
    [all...]
top_sites_unittest.cc 196 TopSites* top_sites() { return profile_->GetTopSites(); }
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]
automation_provider_observers.cc     [all...]

Completed in 146 milliseconds