HomeSort by relevance Sort by last modified time
    Searched refs:bytes_so_far (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/download/
save_item.cc 43 void SaveItem::UpdateSize(int64 bytes_so_far) {
44 received_bytes_ = bytes_so_far;
52 void SaveItem::Update(int64 bytes_so_far) {
57 UpdateSize(bytes_so_far);
base_file.h 59 int64 bytes_so_far() const { return bytes_so_far_; } function in class:BaseFile
save_file_manager.h 191 int64 bytes_so_far,
195 void OnSaveFinished(int save_id, int64 bytes_so_far, bool is_success);
save_item.h 37 void Update(int64 bytes_so_far);
save_file_manager.cc 256 save_file->bytes_so_far(), write_success));
284 save_file->bytes_so_far(), is_success));
334 void SaveFileManager::OnUpdateSaveProgress(int save_id, int64 bytes_so_far,
339 package->UpdateSaveProgress(save_id, bytes_so_far, write_success);
345 int64 bytes_so_far,
350 package->SaveFinished(save_id, bytes_so_far, is_success);
download_file_unittest.cc 71 (*file)->bytes_so_far());
90 (*file)->bytes_so_far());
download_item.cc 306 void DownloadItem::UpdateSize(int64 bytes_so_far) {
307 received_bytes_ = bytes_so_far;
327 void DownloadItem::Update(int64 bytes_so_far) {
332 UpdateSize(bytes_so_far);
base_file_unittest.cc 36 base_file_->bytes_so_far());
59 base_file_->bytes_so_far());
download_item.h 146 void Update(int64 bytes_so_far);
download_file_manager.cc 145 id, download_file->bytes_so_far()));
237 id, download->bytes_so_far(), os_error, hash));

Completed in 444 milliseconds