HomeSort by relevance Sort by last modified time
    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