Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:SAFE

40 // and reports safe browsing hits.
114 threat_type(SAFE),
126 result(SAFE),
193 // safe browsing is enabled.
253 // enabled the csd whitelist yet. Just to be safe we return true in this
297 check->result = SAFE;
325 // In this case it's safe to delete matches entirely since nothing has a
547 // On Windows, get the safe browsing client name from the browser
598 // Delete queued checks, calling back any clients with 'SAFE'.
606 sb_check.result = SAFE;
631 // Delete pending checks, calling back any clients with 'SAFE'. We have
638 check->result = SAFE;
790 // If CheckUrl() determines the URL is safe immediately, it doesn't call the
797 sb_check.result = SAFE;
843 DVLOG(1) << "Unknown safe browsing list " << list_name;
844 return SAFE;
911 // accessing the database, so it's safe to delete and then NULL the pointer.
981 check->result = SAFE;
1008 if (resource.threat_type != SafeBrowsingService::SAFE && CanReportStats()) {
1098 check->result = SAFE;
1122 check->result = SAFE;
1147 DCHECK_EQ(check->result, SAFE);
1188 check->result = SAFE;