Home
last modified time | relevance | path

Searched refs:UpdateDownload (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/history/
Ddownload_database.h31 bool UpdateDownload(int64 received_bytes, int32 state, DownloadID db_handle);
Ddownload_database.cc109 bool DownloadDatabase::UpdateDownload(int64 received_bytes, in UpdateDownload() function in history::DownloadDatabase
Dhistory.cc542 void HistoryService::UpdateDownload(int64 received_bytes, in UpdateDownload() function in HistoryService
545 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::UpdateDownload, in UpdateDownload()
Dhistory_backend.h240 void UpdateDownload(int64 received_bytes, int32 state, int64 db_handle);
Dhistory_unittest.cc358 EXPECT_TRUE(db_->UpdateDownload(512, DownloadItem::COMPLETE, in_progress)); in TEST_F()
359 EXPECT_TRUE(db_->UpdateDownload(512, DownloadItem::CANCELLED, removing)); in TEST_F()
Dhistory.h448 void UpdateDownload(int64 received_bytes, int32 state, int64 db_handle);
Dhistory_backend.cc1118 void HistoryBackend::UpdateDownload(int64 received_bytes, in UpdateDownload() function in history::HistoryBackend
1122 db_->UpdateDownload(received_bytes, state, db_handle); in UpdateDownload()
/external/chromium/chrome/browser/download/
Ddownload_file_manager.h82 void UpdateDownload(int id, DownloadBuffer* buffer);
Ddownload_history.cc79 hs->UpdateDownload(download_item->received_bytes(), in UpdateEntry()
Ddownload_file_manager.cc144 NewRunnableMethod(manager, &DownloadManager::UpdateDownload, in UpdateInProgressDownloads()
189 void DownloadFileManager::UpdateDownload(int id, DownloadBuffer* buffer) { in UpdateDownload() function in DownloadFileManager
Ddownload_manager.h121 void UpdateDownload(int32 download_id, int64 size);
Ddownload_manager.cc524 void DownloadManager::UpdateDownload(int32 download_id, int64 size) { in UpdateDownload() function in DownloadManager
/external/chromium/chrome/browser/renderer_host/
Ddownload_resource_handler.cc158 &DownloadFileManager::UpdateDownload, in OnReadCompleted()