OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:received_bytes
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/download/
download_status_updater.cc
41
int64
received_bytes
= 0;
local
47
received_bytes
+= (*i)->GetReceivedDownloadBytes();
52
*progress = static_cast<float>(
received_bytes
) / total_bytes;
save_item.h
63
int64
received_bytes
() const { return received_bytes_; }
function in class:SaveItem
download_item.h
255
int64
received_bytes
() const { return received_bytes_; }
function in class:DownloadItem
download_manager.cc
747
<< download->
received_bytes
() << " for download = "
958
int64
received_bytes
= 0;
local
[
all
...]
/external/chromium/chrome/browser/history/
download_create_info.h
28
int64
received_bytes
,
55
int64
received_bytes
;
member in struct:DownloadCreateInfo
Completed in 338 milliseconds