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

  /external/chromium_org/chrome/browser/safe_browsing/
incident_reporting_service.h 62 class IncidentReportingService : public content::NotificationObserver {
64 IncidentReportingService(SafeBrowsingService* safe_browsing_service,
70 virtual ~IncidentReportingService();
242 base::DelayTimer<IncidentReportingService> upload_timer_;
272 base::WeakPtrFactory<IncidentReportingService> receiver_weak_ptr_factory_;
277 base::WeakPtrFactory<IncidentReportingService> weak_ptr_factory_;
279 DISALLOW_COPY_AND_ASSIGN(IncidentReportingService);
incident_reporting_service.cc 69 struct IncidentReportingService::ProfileContext {
83 class IncidentReportingService::UploadContext {
101 IncidentReportingService::ProfileContext::ProfileContext() : added() {
104 IncidentReportingService::ProfileContext::~ProfileContext() {
107 IncidentReportingService::UploadContext::UploadContext(
112 IncidentReportingService::UploadContext::~UploadContext() {
115 IncidentReportingService::IncidentReportingService(
131 &IncidentReportingService::OnCollectionTimeout),
142 IncidentReportingService::~IncidentReportingService()
    [all...]

Completed in 146 milliseconds