Searched defs:OnAllDataSaved (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/download/
H A Ddownload_item.cc360 void DownloadItem::OnAllDataSaved(int64 size) { function in class:DownloadItem
H A Ddownload_manager_unittest.cc56 void OnAllDataSaved(int32 download_id, int64 size, const std::string& hash) { function in class:DownloadManagerTest
57 download_manager_->OnAllDataSaved(download_id, size, hash);
380 OnAllDataSaved(i, 1024, std::string("fake_hash"));
386 OnAllDataSaved(i, 1024, std::string("fake_hash"));
583 OnAllDataSaved(0, kTestDataLen, "");
H A Ddownload_manager.cc548 OnAllDataSaved(download_id, size, hash);
554 void DownloadManager::OnAllDataSaved(int32 download_id, function in class:DownloadManager
567 download->OnAllDataSaved(size);
585 // MaybeCompleteDownload in OnAllDataSaved to this function.
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc920 void DownloadItemImpl::OnAllDataSaved(const std::string& final_hash) { function in class:content::DownloadItemImpl
994 OnAllDataSaved(final_hash);

Completed in 253 milliseconds