Home | History | Annotate | Download | only in renderer_host

Lines Matching full:safebrowsingservice

30     SafeBrowsingService* safe_browsing,
34 safe_browsing_result_(SafeBrowsingService::SAFE),
94 OnBrowseUrlCheckResult(deferred_url_, SafeBrowsingService::SAFE);
141 // SafeBrowsingService::Client implementation, called on the IO thread once
144 const GURL& url, SafeBrowsingService::UrlCheckResult result) {
154 if (result == SafeBrowsingService::SAFE) {
179 SafeBrowsingService::UrlCheckResult result) {
201 // SafeBrowsingService::Client implementation, called on the IO thread when
208 safe_browsing_result_ = SafeBrowsingService::SAFE;
238 safe_browsing_result_ = SafeBrowsingService::SAFE;