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

  /external/chromium_org/content/public/browser/
download_destination_observer.h 18 // is doing on the data described by |bytes_so_far| and DestinationCompleted
26 virtual void DestinationUpdate(int64 bytes_so_far,
  /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));
  /external/chromium_org/content/browser/download/
download_net_log_parameters.h 47 int64 bytes_so_far,
54 int64 bytes_so_far,
59 base::Value* ItemCompletingNetLogCallback(int64 bytes_so_far,
68 base::Value* ItemCanceledNetLogCallback(int64 bytes_so_far,
save_item.cc 44 void SaveItem::UpdateSize(int64 bytes_so_far) {
45 received_bytes_ = bytes_so_far;
53 void SaveItem::Update(int64 bytes_so_far) {
58 UpdateSize(bytes_so_far);
download_net_log_parameters.cc 88 int64 bytes_so_far,
94 dict->SetString("bytes_so_far", base::Int64ToString(bytes_so_far));
103 int64 bytes_so_far,
110 dict->SetString("bytes_so_far", base::Int64ToString(bytes_so_far));
117 base::Value* ItemCompletingNetLogCallback(int64 bytes_so_far,
122 dict->SetString("bytes_so_far", base::Int64ToString(bytes_so_far));
138 base::Value* ItemCanceledNetLogCallback(int64 bytes_so_far,
    [all...]
save_file_manager.h 188 int64 bytes_so_far,
192 void OnSaveFinished(int save_id, int64 bytes_so_far, bool is_success);
save_file.cc 77 return file_.bytes_so_far();
save_item.h 38 void Update(int64 bytes_so_far);
base_file.h 85 int64 bytes_so_far() const { return bytes_so_far_; } function in class:content::BaseFile
save_file_manager.cc 335 void SaveFileManager::OnUpdateSaveProgress(int save_id, int64 bytes_so_far,
340 package->UpdateSaveProgress(save_id, bytes_so_far, write_success);
346 int64 bytes_so_far,
351 package->SaveFinished(save_id, bytes_so_far, is_success);
base_file_unittest.cc 66 base_file_->bytes_so_far());
131 base_file_->bytes_so_far());
401 base_file_->bytes_so_far(),
download_file_impl.cc 312 observer_, file_.bytes_so_far(), CurrentSpeed(),
download_item_impl.h 209 virtual void DestinationUpdate(int64 bytes_so_far,
download_item_impl.cc 989 void DownloadItemImpl::DestinationUpdate(int64 bytes_so_far,
993 VLOG(20) << __FUNCTION__ << " so_far=" << bytes_so_far
    [all...]

Completed in 167 milliseconds