Searched refs:ReceivedBytes (Results 1 - 10 of 10) sorted by relevance
/system/update_engine/common/ |
H A D | multi_range_http_fetcher.cc | 88 void MultiRangeHttpFetcher::ReceivedBytes(HttpFetcher* fetcher, function in class:chromeos_update_engine::MultiRangeHttpFetcher 102 delegate_->ReceivedBytes(this, bytes, next_size);
|
H A D | http_fetcher.h | 105 // transfer. The delegate will not have ReceivedBytes() called while 110 // If a delegate is set, ReceivedBytes() may be called on it before 186 virtual void ReceivedBytes(HttpFetcher* fetcher,
|
H A D | mock_http_fetcher.cc | 64 delegate_->ReceivedBytes(this, &data_[sent_size_], chunk_size); 67 LOG(INFO) << "Terminated in the ReceivedBytes callback.";
|
H A D | multi_range_http_fetcher.h | 149 void ReceivedBytes(HttpFetcher* fetcher,
|
H A D | http_fetcher_unittest.cc | 375 void ReceivedBytes(HttpFetcher* /* fetcher */, 517 void ReceivedBytes(HttpFetcher* fetcher, 601 void ReceivedBytes(HttpFetcher* fetcher, 670 void ReceivedBytes(HttpFetcher* fetcher, 734 void ReceivedBytes(HttpFetcher* fetcher, 737 LOG(INFO) << "Stopping server in ReceivedBytes"; 853 void ReceivedBytes(HttpFetcher* fetcher, 952 void ReceivedBytes(HttpFetcher* fetcher, 1149 void ReceivedBytes(HttpFetcher* fetcher,
|
H A D | libcurl_http_fetcher.cc | 486 delegate_->ReceivedBytes(this, ptr, payload_size);
|
/system/update_engine/payload_consumer/ |
H A D | download_action.h | 100 void ReceivedBytes(HttpFetcher* fetcher,
|
H A D | download_action.cc | 259 void DownloadAction::ReceivedBytes(HttpFetcher* fetcher, function in class:chromeos_update_engine::DownloadAction
|
/system/update_engine/ |
H A D | omaha_request_action.h | 165 void ReceivedBytes(HttpFetcher *fetcher,
|
H A D | omaha_request_action.cc | 654 void OmahaRequestAction::ReceivedBytes(HttpFetcher *fetcher, function in class:chromeos_update_engine::OmahaRequestAction
|
Completed in 156 milliseconds