Searched refs:bytes_so_far (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/content/public/browser/
H A Ddownload_destination_observer.h18 // is doing on the data described by |bytes_so_far| and DestinationCompleted
26 virtual void DestinationUpdate(int64 bytes_so_far,
/external/chromium_org/content/browser/download/
H A Dsave_item.cc44 void SaveItem::UpdateSize(int64 bytes_so_far) { argument
45 received_bytes_ = bytes_so_far;
53 void SaveItem::Update(int64 bytes_so_far) { argument
58 UpdateSize(bytes_so_far);
H A Ddownload_net_log_parameters.h47 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,
H A Ddownload_net_log_parameters.cc88 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, argument
122 dict->SetString("bytes_so_far", base::Int64ToString(bytes_so_far));
138 base::Value* ItemCanceledNetLogCallback(int64 bytes_so_far, argument
87 ItemInterruptedNetLogCallback(DownloadInterruptReason reason, int64 bytes_so_far, const std::string* hash_state, net::NetLog::LogLevel log_level) argument
101 ItemResumingNetLogCallback(bool user_initiated, DownloadInterruptReason reason, int64 bytes_so_far, const std::string* hash_state, net::NetLog::LogLevel log_level) argument
[all...]
H A Dsave_file_manager.h188 int64 bytes_so_far,
192 void OnSaveFinished(int save_id, int64 bytes_so_far, bool is_success);
H A Dsave_file.cc76 return file_.bytes_so_far();
H A Dsave_item.h38 void Update(int64 bytes_so_far);
H A Dbase_file.h94 int64 bytes_so_far() const { return bytes_so_far_; } function in class:content::BaseFile
H A Dsave_file_manager.cc335 void SaveFileManager::OnUpdateSaveProgress(int save_id, int64 bytes_so_far, argument
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);
345 OnSaveFinished(int save_id, int64 bytes_so_far, bool is_success) argument
H A Dbase_file_unittest.cc65 base_file_->bytes_so_far());
130 base_file_->bytes_so_far());
404 base_file_->bytes_so_far(),
H A Ddownload_file_impl.cc352 observer_, file_.bytes_so_far(), CurrentSpeed(),
H A Ddownload_item_impl.h213 virtual void DestinationUpdate(int64 bytes_so_far,
H A Ddownload_item_impl.cc1029 void DownloadItemImpl::DestinationUpdate(int64 bytes_so_far, argument
1033 VLOG(20) << __FUNCTION__ << " so_far=" << bytes_so_far
1050 received_bytes_ = bytes_so_far;
1060 net::NetLog::Int64Callback("bytes_so_far", received_bytes_));

Completed in 136 milliseconds