Searched refs:CacheDeletor (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
H A Ddistilled_content_store.h62 // The CacheDeletor gets called when anything is removed from the ContentMap.
63 class CacheDeletor { class in class:dom_distiller::InMemoryContentStore
65 explicit CacheDeletor(InMemoryContentStore* store);
66 ~CacheDeletor();
80 InMemoryContentStore::CacheDeletor> ContentMap;
H A Ddistilled_content_store.cc12 : cache_(max_num_entries, CacheDeletor(this)) {
16 // Clear the cache before destruction to ensure the CacheDeletor is not called
91 InMemoryContentStore::CacheDeletor::CacheDeletor(InMemoryContentStore* store) function in class:dom_distiller::InMemoryContentStore::CacheDeletor
95 InMemoryContentStore::CacheDeletor::~CacheDeletor() {
98 void InMemoryContentStore::CacheDeletor::operator()(
/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Dwebservice_cache.h76 class CacheDeletor { class in class:app_list::WebserviceCache
80 typedef base::MRUCacheBase<std::string, Payload, CacheDeletor> Cache;
H A Dwebservice_cache.cc25 void WebserviceCache::CacheDeletor::operator()(Payload& payload) {

Completed in 89 milliseconds