OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhishingCache
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.h
138
typedef std::map<GURL, linked_ptr<CacheState> >
PhishingCache
;
236
PhishingCache
cache_;
client_side_detection_service.cc
370
PhishingCache
::iterator it = cache_.find(url);
397
for (
PhishingCache
::iterator it = cache_.begin(); it != cache_.end();) {
client_side_detection_service_unittest.cc
107
ClientSideDetectionService::
PhishingCache
& cache = csd_service_->cache_;
/external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.h
190
typedef std::map<GURL, linked_ptr<CacheState> >
PhishingCache
;
312
PhishingCache
cache_;
client_side_detection_service.cc
532
PhishingCache
::iterator it = cache_.find(url);
563
for (
PhishingCache
::iterator it = cache_.begin(); it != cache_.end();) {
client_side_detection_service_unittest.cc
153
ClientSideDetectionService::
PhishingCache
& cache = csd_service_->cache_;
Completed in 48 milliseconds