Searched refs:CheckBrowseUrl (Results 1 – 5 of 5) sorted by relevance
236 bool succeeded_synchronously = safe_browsing_->CheckBrowseUrl(url, this); in CheckUrl()
156 virtual bool CheckBrowseUrl(const GURL& url, Client* client);
39 virtual bool CheckBrowseUrl(const GURL& gurl, Client* client) { in CheckBrowseUrl() function in FakeSafeBrowsingService
231 if (safe_browsing_service_->CheckBrowseUrl(url, helper)) { in CheckUrl()
260 bool SafeBrowsingService::CheckBrowseUrl(const GURL& url, in CheckBrowseUrl() function in SafeBrowsingService793 if (check.client && CheckBrowseUrl(check.url, check.client)) { in DatabaseLoadComplete()