/external/chromium/chrome/browser/ui/webui/ |
thumbnail_source.h | 49 scoped_refptr<history::TopSites> top_sites_; member in class:ThumbnailSource
|
/external/chromium_org/chrome/browser/thumbnails/ |
thumbnail_service_impl.h | 42 scoped_refptr<history::TopSites> top_sites_; member in class:thumbnails::ThumbnailServiceImpl
|
/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::__anon1935::LoadThumbnailsFromHistoryTask 780 std::set<size_t> indices_to_delete; // Indices into top_sites_. [all...] |
/external/chromium_org/chrome/browser/android/provider/ |
chrome_browser_provider.h | 191 history::TopSites* top_sites_; member in class:ChromeBrowserProvider
|
/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::__anon5077::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.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 | 113 scoped_refptr<TopSites> top_sites_; member in class:history::ExpireHistoryTest 147 top_sites_ = profile_.GetTopSites(); 151 top_sites_ = NULL; 233 top_sites_->SetPageThumbnail(url_row1.url(), thumbnail, score); 234 top_sites_->SetPageThumbnail(url_row2.url(), thumbnail, score); 235 top_sites_->SetPageThumbnail(url_row3.url(), thumbnail, score); 314 return top_sites_->GetPageThumbnail(url, false, &data); [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
global_history_menu.h | 111 history::TopSites* top_sites_; member in class:GlobalHistoryMenu
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
global_menu_bar_x11.h | 156 history::TopSites* top_sites_; member in class:GlobalMenuBarX11
|
/external/chromium_org/chrome/browser/profiles/ |
profile_impl.h | 249 scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails. member in class:ProfileImpl
|
/external/chromium_org/chrome/test/base/ |
testing_profile.h | 385 scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails. member in class:TestingProfile
|
/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...] |
/external/chromium_org/chrome/browser/automation/ |
automation_provider_observers.h | 1089 history::TopSites* top_sites_; member in class:NTPInfoObserver [all...] |