Searched refs:CheckBrowseUrl (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
H A Dsafe_browsing_resource_handler.cc236 bool succeeded_synchronously = safe_browsing_->CheckBrowseUrl(url, this);
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_service.h156 virtual bool CheckBrowseUrl(const GURL& url, Client* client);
H A Dsafe_browsing_blocking_page_test.cc38 // Overrides SafeBrowsingService::CheckBrowseUrl.
39 virtual bool CheckBrowseUrl(const GURL& gurl, Client* client) { function in class:FakeSafeBrowsingService
H A Dsafe_browsing_test.cc231 if (safe_browsing_service_->CheckBrowseUrl(url, helper)) {
H A Dsafe_browsing_service.cc260 bool SafeBrowsingService::CheckBrowseUrl(const GURL& url, function in class:SafeBrowsingService
793 if (check.client && CheckBrowseUrl(check.url, check.client)) {

Completed in 42 milliseconds