Searched defs:top_sites_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dchrome_history_client.h58 history::TopSites* top_sites_; member in class:ChromeHistoryClient
H A Dtop_sites_cache_unittest.cc26 // Initializes |top_sites_| on |spec|, which is a list of URL strings with
30 // update |cache_| so you can manipulate |top_sites_| before you update it.
33 // Initializes |top_sites_| and |cache_| based on |spec|.
36 MostVisitedURLList top_sites_; member in class:history::__anon4106::TopSitesCacheTest
54 base::Uint64ToString16(top_sites_.size() + 1));
55 top_sites_.push_back(MostVisitedURL(GURL(spec_item), title));
57 ASSERT_TRUE(!top_sites_.empty());
59 top_sites_.back().redirects.push_back(GURL(spec_item));
65 cache_.SetTopSites(top_sites_);
248 top_sites_[
[all...]
H A Dtop_sites_cache.h48 const MostVisitedURLList& top_sites() const { return top_sites_; }
80 // Returns the index into |top_sites_| for |url|.
119 // top_sites_), but this results in duplicating all redirect urls. As some
121 // index of the redirect as the key, and the index into top_sites_ as the
130 // Generates the set of canonical urls from |top_sites_|.
148 MostVisitedURLList top_sites_; member in class:history::TopSitesCache
H A Dexpire_history_backend_unittest.cc107 scoped_refptr<TopSites> top_sites_; member in class:history::ExpireHistoryTest
136 top_sites_ = profile_.GetTopSites();
140 top_sites_ = NULL;
221 top_sites_->SetPageThumbnail(url_row1.url(), thumbnail, score);
222 top_sites_->SetPageThumbnail(url_row2.url(), thumbnail, score);
223 top_sites_->SetPageThumbnail(url_row3.url(), thumbnail, score);
303 return top_sites_->GetPageThumbnail(url, false, &data);
H A Dtop_sites_impl_unittest.cc42 history::TopSites* top_sites_; member in class:TestTopSitesObserver
46 top_sites_->RemoveObserver(this);
51 : profile_(profile), top_sites_(top_sites) {
52 DCHECK(top_sites_);
53 top_sites_->AddObserver(this);
/external/chromium_org/chrome/browser/precache/
H A Dmost_visited_urls_provider.h31 scoped_refptr<history::TopSites> top_sites_; member in class:precache::MostVisitedURLsProvider
/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnail_service_impl.h42 scoped_refptr<history::TopSites> top_sites_; member in class:thumbnails::ThumbnailServiceImpl
/external/chromium_org/chrome/browser/android/provider/
H A Dchrome_browser_provider.h191 history::TopSites* top_sites_; member in class:ChromeBrowserProvider
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglobal_menu_bar_x11.h176 history::TopSites* top_sites_; member in class:GlobalMenuBarX11
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl.h267 scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails. member in class:ProfileImpl
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.h382 scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails. member in class:TestingProfile

Completed in 229 milliseconds