Searched refs:kSafeBrowsingIncidentReportSent (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile.cc113 prefs::kSafeBrowsingIncidentReportSent,
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dincident_reporting_service_unittest.cc710 profile->GetPrefs()->SetBoolean(prefs::kSafeBrowsingIncidentReportSent, true);
723 profile->GetPrefs()->GetBoolean(prefs::kSafeBrowsingIncidentReportSent));
H A Dincident_reporting_service.cc814 if (prefs->GetBoolean(prefs::kSafeBrowsingIncidentReportSent)) {
822 prefs->ClearPref(prefs::kSafeBrowsingIncidentReportSent);
/external/chromium_org/chrome/browser/prefs/
H A Dchrome_pref_service_factory.cc184 16, prefs::kSafeBrowsingIncidentReportSent,
/external/chromium_org/chrome/common/
H A Dpref_names.h143 extern const char kSafeBrowsingIncidentReportSent[];
H A Dpref_names.cc336 const char kSafeBrowsingIncidentReportSent[] = member in namespace:prefs

Completed in 1080 milliseconds