Searched defs:DownloadUrlSBClient (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_protection_service.cc227 class DownloadUrlSBClient : public DownloadSBClient { class in namespace:safe_browsing
229 DownloadUrlSBClient( function in class:safe_browsing::DownloadUrlSBClient
262 virtual ~DownloadUrlSBClient() {}
267 DISALLOW_COPY_AND_ASSIGN(DownloadUrlSBClient);
936 scoped_refptr<DownloadUrlSBClient> client(
937 new DownloadUrlSBClient(item, callback, ui_manager_, database_manager_));
942 base::Bind(&DownloadUrlSBClient::StartCheck, client));

Completed in 106 milliseconds