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

  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_impl.cc 48 : top_sites_(profile->GetTopSites()),
57 scoped_refptr<history::TopSites> local_ptr(top_sites_);
68 scoped_refptr<history::TopSites> local_ptr(top_sites_);
76 scoped_refptr<history::TopSites> local_ptr(top_sites_);
94 scoped_refptr<history::TopSites> local_ptr(top_sites_);
124 top_sites_ = NULL;
thumbnail_service_impl.h 42 scoped_refptr<history::TopSites> top_sites_; member in class:thumbnails::ThumbnailServiceImpl
  /external/chromium_org/chrome/browser/precache/
most_visited_urls_provider.cc 36 : top_sites_(top_sites) {}
41 top_sites_->GetMostVisitedURLs(
most_visited_urls_provider.h 31 scoped_refptr<history::TopSites> top_sites_; member in class:precache::MostVisitedURLsProvider
  /external/chromium_org/chrome/browser/history/
top_sites_cache_unittest.cc 26 // 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::__anon8657::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_[0].last_forced_time = base::Time::FromJsTime(1000)
    [all...]
top_sites_cache.cc 33 top_sites_ = top_sites;
124 return top_sites_.size() - num_forced_urls_;
133 while (num_forced_urls_ < top_sites_.size()) {
135 if (top_sites_[num_forced_urls_].last_forced_time.is_null())
141 for (size_t i = num_forced_urls_; i < top_sites_.size(); ++i) {
142 DCHECK(top_sites_[i].last_forced_time.is_null())
150 for (size_t i = 0; i < top_sites_.size(); i++)
151 StoreRedirectChain(top_sites_[i].redirects, i);
164 entry.first = &(top_sites_[destination]);
top_sites_cache.h 48 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
expire_history_backend_unittest.cc 110 scoped_refptr<TopSites> top_sites_; member in class:history::ExpireHistoryTest
139 top_sites_ = profile_.GetTopSites();
143 top_sites_ = NULL;
224 top_sites_->SetPageThumbnail(url_row1.url(), thumbnail, score);
225 top_sites_->SetPageThumbnail(url_row2.url(), thumbnail, score);
226 top_sites_->SetPageThumbnail(url_row3.url(), thumbnail, score);
306 return top_sites_->GetPageThumbnail(url, false, &data);
  /external/chromium_org/chrome/browser/ui/views/frame/
global_menu_bar_x11.h 156 history::TopSites* top_sites_; member in class:GlobalMenuBarX11
global_menu_bar_x11.cc 323 top_sites_(NULL),
414 top_sites_ = profile_->GetTopSites();
415 if (top_sites_) {
421 content::Source<history::TopSites>(top_sites_));
546 DCHECK(top_sites_);
548 top_sites_->GetMostVisitedURLs(
  /external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.h 192 history::TopSites* top_sites_; member in class:ChromeBrowserProvider
chrome_browser_provider.cc     [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_impl.cc 736 if (top_sites_.get())
737 top_sites_->Shutdown();
    [all...]
profile_impl.h 256 scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails. member in class:ProfileImpl
  /external/chromium_org/chrome/test/base/
testing_profile.cc 493 top_sites_ = history::TopSites::Create(
498 if (top_sites_.get()) {
499 top_sites_->Shutdown();
500 top_sites_ = NULL;
724 return top_sites_.get();
728 return top_sites_.get();
    [all...]
testing_profile.h 370 scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails. member in class:TestingProfile

Completed in 838 milliseconds