OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:download_count
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/download/
download_status_updater.cc
57
int64
download_count
= 0;
local
60
download_count
+= (*i)->GetInProgressDownloadCount();
63
return
download_count
;
download_status_updater_unittest.cc
53
void set_in_progress_download_count(int64
download_count
) {
54
in_progress_download_count_ =
download_count
;
download_request_limiter.h
96
size_t
download_count
() const {
function in class:DownloadRequestLimiter::TabDownloadState
download_util.h
216
// |
download_count
| is the number of downloads currently in progress. If
220
void UpdateAppIconDownloadProgress(int
download_count
,
download_request_limiter.cc
276
if (state->
download_count
() && !(state->
download_count
() %
download_util.cc
722
void UpdateAppIconDownloadProgress(int
download_count
,
752
if (
download_count
== 0 || progress == 1.0f)
[
all
...]
/external/chromium/chrome/browser/ui/gtk/download/
download_in_progress_dialog_gtk.cc
22
int
download_count
= browser->profile()->GetDownloadManager()->
local
30
if (
download_count
== 1) {
46
base::IntToString16(
download_count
));
/external/chromium/chrome/browser/ui/views/download/
download_in_progress_dialog_view.cc
26
int
download_count
= browser->profile()->GetDownloadManager()->
local
31
if (
download_count
== 1) {
46
UTF8ToUTF16(base::IntToString(
download_count
))));
Completed in 344 milliseconds