HomeSort by relevance Sort by last modified time
    Searched refs:client_phishing_reports_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.cc 111 STLDeleteContainerPairPointers(client_phishing_reports_.begin(),
112 client_phishing_reports_.end());
113 client_phishing_reports_.clear();
144 client_phishing_reports_.begin();
145 it != client_phishing_reports_.end(); ++it) {
150 STLDeleteContainerPairPointers(client_phishing_reports_.begin(),
151 client_phishing_reports_.end());
152 client_phishing_reports_.clear();
207 } else if (client_phishing_reports_.find(source) !=
208 client_phishing_reports_.end())
    [all...]
client_side_detection_service.h 295 client_phishing_reports_; member in class:safe_browsing::ClientSideDetectionService

Completed in 74 milliseconds