Home
last modified time | relevance | path

Searched refs:PhishingCache (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dclient_side_detection_service.h138 typedef std::map<GURL, linked_ptr<CacheState> > PhishingCache; typedef
236 PhishingCache cache_;
Dclient_side_detection_service.cc370 PhishingCache::iterator it = cache_.find(url); in GetValidCachedResult()
397 for (PhishingCache::iterator it = cache_.begin(); it != cache_.end();) { in UpdateCache()
Dclient_side_detection_service_unittest.cc107 ClientSideDetectionService::PhishingCache& cache = csd_service_->cache_; in TestCache()