OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:download_count
(Results
1 - 4
of
4
) sorted by null
/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/download/
download_status_updater.cc
57
int64
download_count
= 0;
local
60
download_count
+= (*i)->GetInProgressDownloadCount();
63
return
download_count
;
download_request_limiter.h
96
size_t
download_count
() const {
function in class:DownloadRequestLimiter::TabDownloadState
/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 64 milliseconds