Home
last modified time | relevance | path

Searched refs:ValidationCacheType (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/nacl/browser/
Dnacl_validation_cache.h46 ValidationCacheType::const_iterator iter = validation_cache_.begin(); in GetContents()
58 typedef base::HashingMRUCache<std::string, bool> ValidationCacheType; typedef
59 ValidationCacheType validation_cache_;
Dnacl_validation_cache.cc36 ValidationCacheType::iterator iter; in QueryKnownToValidate()
63 ValidationCacheType::const_reverse_iterator iter; in Serialize()