GetNumForcedURLs   87 chrome/browser/history/top_sites_cache.h   size_t GetNumForcedURLs() const;
GetNumForcedURLs  252 chrome/browser/history/top_sites_cache_unittest.cc   EXPECT_EQ(2u, cache_.GetNumForcedURLs());
GetNumForcedURLs  231 chrome/browser/history/top_sites_impl.cc                               thread_safe_cache_->GetNumForcedURLs(),
GetNumForcedURLs  482 chrome/browser/history/top_sites_impl.cc   return loaded_ && cache_->GetNumForcedURLs() >= kForcedTopSitesNumber;
GetNumForcedURLs  530 chrome/browser/history/top_sites_impl.cc   int url_rank = index - cache_->GetNumForcedURLs();
GetNumForcedURLs  612 chrome/browser/history/top_sites_impl.cc   size_t num_forced = cache_->GetNumForcedURLs();
GetNumForcedURLs  671 chrome/browser/history/top_sites_impl.cc   for (size_t i = 0; i < cache_->GetNumForcedURLs(); ++i) {
GetNumForcedURLs  869 chrome/browser/history/top_sites_impl.cc                                        thread_safe_cache_->GetNumForcedURLs(),