Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
Dincident_reporting_service.cc401 if (safe_browsing_enabled && GetProfileContext(NULL) && in OnProfileAdded()
402 GetProfileContext(NULL)->incidents.size()) { in OnProfileAdded()
456 IncidentReportingService::GetProfileContext(Profile* profile) { in GetProfileContext() function in safe_browsing::IncidentReportingService
509 ProfileContext* context = GetProfileContext(profile); in AddIncident()
765 ProfileContext* null_context = GetProfileContext(NULL); in UploadIfCollectionComplete()
767 ProfileContext* eligible_context = GetProfileContext(eligible_profile); in UploadIfCollectionComplete()
Dincident_reporting_service.h146 ProfileContext* GetProfileContext(Profile* profile);