HomeSort by relevance Sort by last modified time
    Searched defs:DownloadSBClient (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/download/
download_safe_browsing_client.cc 23 DownloadSBClient::DownloadSBClient(int32 download_id,
37 DownloadSBClient::~DownloadSBClient() {}
39 void DownloadSBClient::CheckDownloadUrl(DownloadCreateInfo* info,
53 &DownloadSBClient::CheckDownloadUrlOnIOThread,
57 void DownloadSBClient::CheckDownloadHash(const std::string& hash,
69 &DownloadSBClient::CheckDownloadHashOnIOThread,
73 void DownloadSBClient::CheckDownloadUrlOnIOThread(
88 void DownloadSBClient::OnDownloadUrlCheckResult
    [all...]
download_safe_browsing_client.h 21 // scoped_refptr<DownloadSBClient> client_ = new DownloadSBClient(...);
31 class DownloadSBClient
33 public base::RefCountedThreadSafe<DownloadSBClient> {
38 DownloadSBClient(int32 download_id,
43 // For each DownloadSBClient instance, either CheckDownloadUrl or
45 // DownloadSBClient instance.
78 friend class base::RefCountedThreadSafe<DownloadSBClient>;
79 virtual ~DownloadSBClient();
107 DISALLOW_COPY_AND_ASSIGN(DownloadSBClient);
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc 146 class DownloadSBClient
148 public base::RefCountedThreadSafe<DownloadSBClient> {
150 DownloadSBClient(
169 friend class base::RefCountedThreadSafe<DownloadSBClient>;
170 virtual ~DownloadSBClient() {}
186 base::Bind(&DownloadSBClient::ReportMalware,
225 DISALLOW_COPY_AND_ASSIGN(DownloadSBClient);
228 class DownloadUrlSBClient : public DownloadSBClient {
235 : DownloadSBClient(item, callback, ui_manager,
    [all...]

Completed in 375 milliseconds