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

  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.h 227 struct ClientReportInfo;
228 std::map<const URLFetcher*, ClientReportInfo*> client_phishing_reports_;
client_side_detection_service.cc 49 struct ClientSideDetectionService::ClientReportInfo {
290 ClientReportInfo* info = new ClientReportInfo;
343 scoped_ptr<ClientReportInfo> info(client_phishing_reports_[source]);
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.h 297 struct ClientReportInfo;
298 std::map<const net::URLFetcher*, ClientReportInfo*>
client_side_detection_service.cc 82 struct ClientSideDetectionService::ClientReportInfo {
146 for (std::map<const net::URLFetcher*, ClientReportInfo*>::iterator it =
149 ClientReportInfo* info = it->second;
345 ClientReportInfo* info = new ClientReportInfo;
464 scoped_ptr<ClientReportInfo> info(client_phishing_reports_[source]);

Completed in 53 milliseconds