HomeSort by relevance Sort by last modified time
    Searched defs:top_sites_ (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/ui/webui/
thumbnail_source.h 49 scoped_refptr<history::TopSites> top_sites_; member in class:ThumbnailSource
  /external/chromium/chrome/browser/history/
top_sites_cache.h 28 const MostVisitedURLList& top_sites() const { return top_sites_; }
58 // Returns the index into |top_sites_| for |url|.
80 // top_sites_), but this results in duplicating all redirect urls. As some
82 // index of the redirect as the key, and the index into top_sites_ as the
88 // Generates the set of canonical urls from |top_sites_|.
98 MostVisitedURLList top_sites_; member in class:history::TopSitesCache
expire_history_backend_unittest.cc 114 scoped_refptr<TopSites> top_sites_; member in class:history::ExpireHistoryTest
154 top_sites_ = profile_.GetTopSites();
158 top_sites_ = NULL;
235 top_sites_->SetPageThumbnail(url_row1.url(), *thumbnail, score);
236 top_sites_->SetPageThumbnail(url_row2.url(), *thumbnail, score);
237 top_sites_->SetPageThumbnail(url_row3.url(), *thumbnail, score);
338 return top_sites_->GetPageThumbnail(url, &data);
    [all...]
top_sites.cc 79 : top_sites_(top_sites),
106 top_sites_->FinishHistoryMigration(data_);
118 scoped_refptr<TopSites> top_sites_; member in class:history::__anon3229::LoadThumbnailsFromHistoryTask
780 std::set<size_t> indices_to_delete; // Indices into top_sites_.
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_impl.h 297 scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails. member in class:ProfileImpl
  /external/chromium/chrome/browser/automation/
automation_provider_observers.h 1134 history::TopSites* top_sites_; member in class:NTPInfoObserver
    [all...]

Completed in 92 milliseconds