OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DownloadStatusUpdater
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/download/
download_status_updater.h
17
class
DownloadStatusUpdater
18
: public base::SupportsWeakPtr<
DownloadStatusUpdater
> {
20
DownloadStatusUpdater
();
21
~
DownloadStatusUpdater
();
44
DISALLOW_COPY_AND_ASSIGN(
DownloadStatusUpdater
);
download_status_updater.cc
11
DownloadStatusUpdater
::
DownloadStatusUpdater
() {
14
DownloadStatusUpdater
::~
DownloadStatusUpdater
() {
17
void
DownloadStatusUpdater
::AddDelegate(
23
void
DownloadStatusUpdater
::RemoveDelegate(
29
void
DownloadStatusUpdater
::Update() {
38
bool
DownloadStatusUpdater
::GetProgress(float* progress) {
56
int64
DownloadStatusUpdater
::GetInProgressDownloadCount() {
Completed in 32 milliseconds