OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thread_safe_cache_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/history/
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_
|.
/external/chromium/chrome/browser/history/
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 70 milliseconds