OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
...]
download_manager.cc
261
scoped_refptr<
DownloadSBClient
> sb_client = new
DownloadSBClient
(
573
scoped_refptr<
DownloadSBClient
> sb_client =
574
new
DownloadSBClient
(download_id,
[
all
...]
Completed in 824 milliseconds