Searched refs:ClientReportInfo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_service.cc81 struct ClientSideDetectionService::ClientReportInfo { struct in class:safe_browsing::ClientSideDetectionService
139 for (std::map<const net::URLFetcher*, ClientReportInfo*>::iterator it =
142 ClientReportInfo* info = it->second;
149 for (std::map<const net::URLFetcher*, ClientReportInfo*>::iterator it =
152 ClientReportInfo* info = it->second;
367 ClientReportInfo* info = new ClientReportInfo;
418 ClientReportInfo* info = new ClientReportInfo;
484 scoped_ptr<ClientReportInfo> inf
[all...]
H A Dclient_side_detection_service.h300 struct ClientReportInfo;
301 std::map<const net::URLFetcher*, ClientReportInfo*>
303 std::map<const net::URLFetcher*, ClientReportInfo*>
/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_service.h227 struct ClientReportInfo;
228 std::map<const URLFetcher*, ClientReportInfo*> client_phishing_reports_;
H A Dclient_side_detection_service.cc49 struct ClientSideDetectionService::ClientReportInfo { struct in class:safe_browsing::ClientSideDetectionService
290 ClientReportInfo* info = new ClientReportInfo;
343 scoped_ptr<ClientReportInfo> info(client_phishing_reports_[source]);

Completed in 59 milliseconds