Searched refs:IsKnownURL (Results 1 – 6 of 6) sorted by relevance
66 bool TopSitesCache::IsKnownURL(const GURL& url) { in IsKnownURL() function in history::TopSitesCache71 DCHECK(IsKnownURL(url)); in GetURLIndex()77 if (IsKnownURL(i->first)) { in RemoveUnreferencedThumbnails()102 if (!IsKnownURL(redirects[i])) { in StoreRedirectChain()
197 if (!IsKnownURL(url)) { in SetPageThumbnail()511 bool TopSites::IsKnownURL(const GURL& url) { in IsKnownURL() function in history::TopSites512 return loaded_ && cache_->IsKnownURL(url); in IsKnownURL()526 DCHECK(cache_->IsKnownURL(url)); in SetPageThumbnailNoDB()558 if (!cache_->IsKnownURL(url)) in SetPageThumbnailEncoded()783 if (cache_->IsKnownURL(*i)) in Observe()807 if (!cache_->IsKnownURL(url) && HistoryService::CanAddURL(url)) { in Observe()
56 bool IsKnownURL(const GURL& url);
159 virtual bool IsKnownURL(const GURL& url);
296 virtual bool IsKnownURL(const GURL& url) { in IsKnownURL() function in MockTopSites
479 if (top_sites->IsFull() && !top_sites->IsKnownURL(url)) in ShouldUpdateThumbnail()