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

  /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 166 milliseconds