Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/safe_browsing/
Dclient_side_detection_service.h227 struct ClientReportInfo;
228 std::map<const URLFetcher*, ClientReportInfo*> client_phishing_reports_;
Dclient_side_detection_service.cc49 struct ClientSideDetectionService::ClientReportInfo { struct in safe_browsing::ClientSideDetectionService
290 ClientReportInfo* info = new ClientReportInfo; in StartClientReportPhishingRequest()
343 scoped_ptr<ClientReportInfo> info(client_phishing_reports_[source]); in HandlePhishingVerdict()