Home | History | Annotate | Download | only in download

Lines Matching refs:SafeBrowsingService

21 // SafeBrowsingService::Client is changed to RefCountedThreadSafe<>.
80 // Wait for SafeBrowsingService to call back OnDownloadUrlCheckResult.
83 OnDownloadUrlCheckResult(url_chain, SafeBrowsingService::SAFE);
86 // The callback interface for SafeBrowsingService::Client.
90 SafeBrowsingService::UrlCheckResult result) {
104 // Wait for SafeBrowsingService to call back OnDownloadUrlCheckResult.
107 OnDownloadHashCheckResult(hash, SafeBrowsingService::SAFE);
110 // The callback interface for SafeBrowsingService::Client.
113 const std::string& hash, SafeBrowsingService::UrlCheckResult result) {
123 SafeBrowsingService::UrlCheckResult result) {
127 bool is_dangerous = result != SafeBrowsingService::SAFE;
142 SafeBrowsingService::UrlCheckResult result) {
146 bool is_dangerous = result != SafeBrowsingService::SAFE;
161 SafeBrowsingService::UrlCheckResult result) {