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

  /external/chromium_org/chrome/browser/profiles/
profile.cc 113 prefs::kSafeBrowsingIncidentReportSent,
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
incident_reporting_service_unittest.cc 710 profile->GetPrefs()->SetBoolean(prefs::kSafeBrowsingIncidentReportSent, true);
723 profile->GetPrefs()->GetBoolean(prefs::kSafeBrowsingIncidentReportSent));
    [all...]
incident_reporting_service.cc 814 if (prefs->GetBoolean(prefs::kSafeBrowsingIncidentReportSent)) {
822 prefs->ClearPref(prefs::kSafeBrowsingIncidentReportSent);
    [all...]
  /external/chromium_org/chrome/browser/prefs/
chrome_pref_service_factory.cc 184 16, prefs::kSafeBrowsingIncidentReportSent,
  /external/chromium_org/chrome/common/
pref_names.h 143 extern const char kSafeBrowsingIncidentReportSent[];
pref_names.cc 336 const char kSafeBrowsingIncidentReportSent[] =
    [all...]

Completed in 510 milliseconds