OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 59 milliseconds