Searched refs:PhishingCache (Results 1 – 3 of 3) sorted by relevance
138 typedef std::map<GURL, linked_ptr<CacheState> > PhishingCache; typedef236 PhishingCache cache_;
370 PhishingCache::iterator it = cache_.find(url); in GetValidCachedResult()397 for (PhishingCache::iterator it = cache_.begin(); it != cache_.end();) { in UpdateCache()
107 ClientSideDetectionService::PhishingCache& cache = csd_service_->cache_; in TestCache()