Searched refs:InstantRestrictedIDCache (Results 1 - 3 of 3) 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...]
H A Dinstant_restricted_id_cache_unittest.cc32 typedef InstantRestrictedIDCache<TestData>::ItemIDPair ItemIDPair;
35 InstantRestrictedIDCache<TestData> cache(7);
112 InstantRestrictedIDCache<TestData> cache(5);
194 InstantRestrictedIDCache<TestData> cache(4);
267 InstantRestrictedIDCache<TestData> cache(5);
351 InstantRestrictedIDCache<TestData> cache(9);
397 InstantRestrictedIDCache<TestData> cache(29);
/external/chromium_org/chrome/renderer/searchbox/
H A Dsearchbox.h151 InstantRestrictedIDCache<InstantMostVisitedItem> most_visited_items_cache_;

Completed in 329 milliseconds