Searched defs:InstantRestrictedIDCache (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/
H A Dinstant_restricted_id_cache.h38 class InstantRestrictedIDCache { class
44 explicit InstantRestrictedIDCache(size_t max_cache_size);
45 ~InstantRestrictedIDCache();
81 DISALLOW_COPY_AND_ASSIGN(InstantRestrictedIDCache);
85 InstantRestrictedIDCache<T>::InstantRestrictedIDCache(size_t max_cache_size) function in class:InstantRestrictedIDCache
93 InstantRestrictedIDCache<T>::~InstantRestrictedIDCache() {
97 void InstantRestrictedIDCache<T>::AddItems(const ItemVector& items) {
114 void InstantRestrictedIDCache<
[all...]

Completed in 355 milliseconds