Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:SAFE

17 // Maximum time in milliseconds to wait for the safe browsing service to
19 // aborted, and the URL will be treated as if it were safe.
34 safe_browsing_result_(SafeBrowsingService::SAFE),
94 OnBrowseUrlCheckResult(deferred_url_, SafeBrowsingService::SAFE);
154 if (result == SafeBrowsingService::SAFE) {
155 // Log how much time the safe browsing check cost us.
166 // Don't prefetch resources that fail safe browsing, disallow
208 safe_browsing_result_ = SafeBrowsingService::SAFE;
238 safe_browsing_result_ = SafeBrowsingService::SAFE;
260 // Resume whatever stage got paused by the safe browsing check.