HomeSort by relevance Sort by last modified time
    Searched full:thread_safe_cache_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/history/
top_sites_impl.cc 104 thread_safe_cache_(new TopSitesCache()),
228 filtered_urls = thread_safe_cache_->top_sites();
230 filtered_urls.assign(thread_safe_cache_->top_sites().begin() +
231 thread_safe_cache_->GetNumForcedURLs(),
232 thread_safe_cache_->top_sites().end());
246 if (thread_safe_cache_->GetPageThumbnail(url, bytes))
274 canonical_url = thread_safe_cache_->GetGeneralizedCanonicalURL(*it);
276 thread_safe_cache_->GetPageThumbnail(canonical_url, bytes)) {
289 return thread_safe_cache_->GetPageThumbnailScore(url, score);
867 filtered_urls_all = thread_safe_cache_->top_sites()
    [all...]
top_sites_impl.h 228 // you hold |lock_|). The data in |thread_safe_cache_| has blacklisted and
230 scoped_ptr<TopSitesCache> thread_safe_cache_; member in class:history::TopSitesImpl
234 // Lock used to access |thread_safe_cache_|.
top_sites_impl_unittest.cc 326 top_sites()->thread_safe_cache_->SetTopSites(empty);
    [all...]
  /external/chromium/chrome/browser/history/
top_sites.cc 133 thread_safe_cache_(new TopSitesCache()),
241 filtered_urls = thread_safe_cache_->top_sites();
250 return thread_safe_cache_->GetPageThumbnail(url, bytes);
257 return thread_safe_cache_->GetPageThumbnailScore(url, score);
886 filtered_urls = thread_safe_cache_->top_sites();
902 thread_safe_cache_->SetTopSites(cached);
907 thread_safe_cache_->SetThumbnails(cache_->images());
908 thread_safe_cache_->RemoveUnreferencedThumbnails();
    [all...]
top_sites.h 314 // you hold |lock_|). The data in |thread_safe_cache_| has blacklisted and
316 scoped_ptr<TopSitesCache> thread_safe_cache_; member in class:history::TopSites
320 // Lock used to access |thread_safe_cache_|.

Completed in 208 milliseconds